Skip to content

Commit

Permalink
chore(deps): update dependency next to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 2d75f0c commit f9ba914
Show file tree
Hide file tree
Showing 6 changed files with 340 additions and 80 deletions.
2 changes: 1 addition & 1 deletion apps/example-next-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.16",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-conform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@conform-to/zod": "1.2.2",
"@location-state/core": "workspace:*",
"@location-state/conform": "workspace:*",
"next": "14.2.16",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-custom-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.16",
"next": "15.0.2",
"qs": "6.13.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/example-next-unsafe-navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "22.8.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next": "14.2.16",
"next": "15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/location-state-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@repo/configs": "workspace:*",
"@types/react": "18.3.12",
"navigation-api-types": "0.5.1",
"next": "14.2.16",
"next": "15.0.2",
"react": "18.3.1"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0",
"next": "^13.0.0 || ^14.0.0 || ^15.0.0",
"react": "^18.2.0"
}
}
Loading

0 comments on commit f9ba914

Please sign in to comment.