Skip to content

Commit 0a9fa67

Browse files
chore(deps): bump the react group across 1 directory with 3 updates
Bumps the react group with 3 updates in the / directory: [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom), [react-hook-form](https://github.com/react-hook-form/react-hook-form) and [react-i18next](https://github.com/i18next/react-i18next). Updates `react-router-dom` from 7.14.1 to 7.14.2 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.2/packages/react-router-dom) Updates `react-hook-form` from 7.72.1 to 7.73.1 - [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.72.1...v7.73.1) Updates `react-i18next` from 17.0.2 to 17.0.4 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v17.0.2...v17.0.4) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-hook-form dependency-version: 7.73.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react - dependency-name: react-i18next dependency-version: 17.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7283f56 commit 0a9fa67

9 files changed

Lines changed: 46 additions & 46 deletions

File tree

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"postcss": "^8.5.9",
9595
"react": "19.2.5",
9696
"react-dom": "19.2.5",
97-
"react-router-dom": "^7.14.1",
97+
"react-router-dom": "^7.14.2",
9898
"sonner": "^2.0.7",
9999
"tailwindcss": "^4.2.2",
100100
"typescript": "^6.0.2",

examples/minimal-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@object-ui/types": "workspace:*",
1818
"react": "19.2.5",
1919
"react-dom": "19.2.5",
20-
"react-router-dom": "^7.14.1"
20+
"react-router-dom": "^7.14.2"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/postcss": "^4.2.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"prettier": "^3.8.2",
107107
"react": "19.2.5",
108108
"react-dom": "19.2.5",
109-
"react-router-dom": "^7.14.1",
109+
"react-router-dom": "^7.14.2",
110110
"rollup-plugin-visualizer": "^7.0.1",
111111
"storybook": "^8.6.18",
112112
"tailwindcss": "^4.2.2",

packages/app-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/react-dom": "19.2.3",
5252
"react": "19.2.5",
5353
"react-dom": "19.2.5",
54-
"react-router-dom": "^7.14.1",
54+
"react-router-dom": "^7.14.2",
5555
"sonner": "^2.0.7",
5656
"typescript": "^6.0.2",
5757
"vite": "^6.2.2"

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"lucide-react": "^1.8.0",
7676
"next-themes": "^0.4.6",
7777
"react-day-picker": "^9.14.0",
78-
"react-hook-form": "^7.72.1",
78+
"react-hook-form": "^7.73.1",
7979
"react-resizable-panels": "^4.10.0",
8080
"recharts": "3.8.1",
8181
"sonner": "^2.0.7",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"i18next": "^26.0.6",
40-
"react-i18next": "^17.0.2"
40+
"react-i18next": "^17.0.4"
4141
},
4242
"peerDependencies": {
4343
"react": "^18.0.0 || ^19.0.0"

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@vitejs/plugin-react": "^6.0.1",
41-
"react-router-dom": "^7.14.1",
41+
"react-router-dom": "^7.14.2",
4242
"vite": "^8.0.9",
4343
"vite-plugin-dts": "^4.5.4"
4444
},

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@object-ui/i18n": "workspace:*",
3535
"@object-ui/types": "workspace:*",
3636
"@objectstack/spec": "^4.0.4",
37-
"react-hook-form": "^7.72.1"
37+
"react-hook-form": "^7.73.1"
3838
},
3939
"peerDependencies": {
4040
"react": "^18.0.0 || ^19.0.0",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)