Skip to content

Commit 46b811c

Browse files
chore(deps): bump the react group across 1 directory with 4 updates (#2844)
Bumps the react group with 4 updates in the / directory: [react](https://github.com/react/react/tree/HEAD/packages/react), [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [react-i18next](https://github.com/i18next/react-i18next). Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `react-dom` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom) Updates `react-hook-form` from 7.82.0 to 7.83.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.82.0...v7.83.0) Updates `react-i18next` from 17.0.10 to 17.0.11 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.10...v17.0.11) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-dom dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-hook-form dependency-version: 7.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react - dependency-name: react-i18next dependency-version: 17.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6610736 commit 46b811c

19 files changed

Lines changed: 1101 additions & 1109 deletions

File tree

apps/console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"happy-dom": "^20.11.0",
104104
"lucide-react": "^1.25.0",
105105
"postcss": "^8.5.23",
106-
"react": "19.2.7",
107-
"react-dom": "19.2.7",
106+
"react": "19.2.8",
107+
"react-dom": "19.2.8",
108108
"react-router-dom": "^7.18.1",
109109
"sonner": "^2.0.7",
110110
"tailwindcss": "^4.3.3",

apps/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"fumadocs-ui": "16.13.0",
3838
"lucide-react": "^1.25.0",
3939
"next": "16.2.12",
40-
"react": "19.2.7",
41-
"react-dom": "19.2.7",
40+
"react": "19.2.8",
41+
"react-dom": "19.2.8",
4242
"tailwind-merge": "^3.6.0"
4343
},
4444
"devDependencies": {

examples/byo-backend-console/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@object-ui/providers": "workspace:*",
1818
"@object-ui/react": "workspace:*",
1919
"@object-ui/types": "workspace:*",
20-
"react": "19.2.7",
21-
"react-dom": "19.2.7",
20+
"react": "19.2.8",
21+
"react-dom": "19.2.8",
2222
"react-router-dom": "^7.18.1"
2323
},
2424
"devDependencies": {

examples/console-starter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@object-ui/plugin-list": "workspace:*",
2727
"@object-ui/plugin-report": "workspace:*",
2828
"@object-ui/plugin-view": "workspace:*",
29-
"react": "19.2.7",
30-
"react-dom": "19.2.7",
29+
"react": "19.2.8",
30+
"react-dom": "19.2.8",
3131
"react-router-dom": "^7.18.1",
3232
"sonner": "^2.0.7"
3333
},

examples/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@object-ui/components": "workspace:*",
88
"@object-ui/core": "workspace:*",
99
"@object-ui/react": "workspace:*",
10-
"react": "19.2.7",
11-
"react-dom": "19.2.7"
10+
"react": "19.2.8",
11+
"react-dom": "19.2.8"
1212
}
1313
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"msw": "^2.15.0",
8585
"playwright": "^1.61.1",
8686
"prettier": "^3.9.5",
87-
"react": "19.2.7",
88-
"react-dom": "19.2.7",
87+
"react": "19.2.8",
88+
"react-dom": "19.2.8",
8989
"react-router-dom": "^7.18.1",
9090
"rollup-plugin-visualizer": "^7.0.1",
9191
"tailwindcss": "^4.3.3",
@@ -103,8 +103,8 @@
103103
},
104104
"pnpm": {
105105
"overrides": {
106-
"react": "19.2.7",
107-
"react-dom": "19.2.7",
106+
"react": "19.2.8",
107+
"react-dom": "19.2.8",
108108
"@types/react": "19.2.17",
109109
"@types/react-dom": "19.2.3",
110110
"dompurify": "^3.4.5",

packages/app-shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@types/qrcode": "^1.5.6",
9393
"@types/react": "19.2.17",
9494
"@types/react-dom": "19.2.3",
95-
"react": "19.2.7",
96-
"react-dom": "19.2.7",
95+
"react": "19.2.8",
96+
"react-dom": "19.2.8",
9797
"react-router-dom": "^7.18.1",
9898
"sonner": "^2.0.7",
9999
"typescript": "^6.0.3",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@types/react": "19.2.17",
45-
"react": "19.2.7",
45+
"react": "19.2.8",
4646
"typescript": "^6.0.3",
4747
"vitest": "^4.1.10"
4848
},

packages/collaboration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/react": "19.2.17",
44-
"react": "19.2.7",
44+
"react": "19.2.8",
4545
"typescript": "^6.0.3",
4646
"vitest": "^4.1.10"
4747
},

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"lucide-react": "^1.25.0",
7777
"next-themes": "^0.4.6",
7878
"react-day-picker": "^10.0.1",
79-
"react-hook-form": "^7.82.0",
79+
"react-hook-form": "^7.83.0",
8080
"react-resizable-panels": "^4.12.2",
8181
"recharts": "3.10.1",
8282
"sonner": "^2.0.7",

0 commit comments

Comments
 (0)