Skip to content

Commit 6e068cc

Browse files
chore(deps): bump the react group with 3 updates
Bumps the react group with 3 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [react-hook-form](https://github.com/react-hook-form/react-hook-form). Updates `react` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react) Updates `react-dom` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-dom) Updates `react-hook-form` from 7.67.0 to 7.68.0 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.67.0...v7.68.0) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-hook-form dependency-version: 7.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 285c21a commit 6e068cc

5 files changed

Lines changed: 657 additions & 657 deletions

File tree

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"next": "16.0.6",
5353
"next-themes": "^0.4.6",
5454
"prism-react-renderer": "^2.4.1",
55-
"react": "^19.2.0",
56-
"react-dom": "^19.2.0",
57-
"react-hook-form": "^7.67.0",
55+
"react": "^19.2.1",
56+
"react-dom": "^19.2.1",
57+
"react-hook-form": "^7.68.0",
5858
"react-icons": "^5.5.0",
5959
"react-resizable-panels": "^3.0.6",
6060
"sonner": "^2.0.7",

apps/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@lglab/react-qr-code": "workspace:*",
1212
"@tailwindcss/vite": "^4.1.17",
13-
"react": "^19.2.0",
14-
"react-dom": "^19.2.0",
13+
"react": "^19.2.1",
14+
"react-dom": "^19.2.1",
1515
"tailwindcss": "^4.1.17"
1616
},
1717
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"husky": "^9.1.7",
5555
"jsdom": "^27.2.0",
5656
"lint-staged": "^16.2.7",
57-
"react": "^19.2.0",
58-
"react-dom": "^19.2.0",
57+
"react": "^19.2.1",
58+
"react-dom": "^19.2.1",
5959
"typescript": "~5.9.3",
6060
"typescript-eslint": "^8.48.1",
6161
"vite": "^7.2.6",

packages/react-qr-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/react-dom": "^19.2.3",
5555
"@vitejs/plugin-react": "^5.1.1",
5656
"globals": "^16.5.0",
57-
"react": "^19.2.0",
58-
"react-dom": "^19.2.0",
57+
"react": "^19.2.1",
58+
"react-dom": "^19.2.1",
5959
"typescript": "~5.9.3",
6060
"typescript-eslint": "^8.48.1",
6161
"vite": "^7.2.6",

0 commit comments

Comments
 (0)