Skip to content

Commit

Permalink
fix(deps): update react monorepo (#666)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 5930314 commit 19c7259
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-next-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"devDependencies": {
"@testing-library/jest-dom": "6.6.3",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"next": "15.1.7",
"qs": "6.14.0",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@location-state/core": "workspace:*",
"@location-state/next": "workspace:*",
"@types/node": "22.13.4",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@repo/configs": "workspace:*",
"@repo/test-utils": "workspace:*",
"@repo/utils": "workspace:*",
"@types/react": "19.0.9",
"@types/react": "19.0.10",
"react": "19.0.0",
"vitest": "2.1.9"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.0.9",
"@types/react": "19.0.10",
"@types/uuid": "10.0.0",
"client-only": "0.0.1",
"navigation-api-types": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/location-state-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@location-state/core": "workspace:*",
"@repo/configs": "workspace:*",
"@types/react": "19.0.9",
"@types/react": "19.0.10",
"navigation-api-types": "0.5.1",
"next": "15.1.7",
"react": "19.0.0"
Expand Down
68 changes: 34 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19c7259

Please sign in to comment.