Skip to content

Commit

Permalink
chore(deps): update nextjs monorepo to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 9fa75c6 commit e1f8f52
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 419 deletions.
2 changes: 1 addition & 1 deletion packages/next-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@logto/next": "workspace:^",
"next": "^14.2.10",
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/next-server-actions-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@logto/next": "workspace:^",
"next": "^14.2.10",
"next": "^15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -21,7 +21,7 @@
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"eslint": "^8.50.0",
"eslint-config-next": "^14.0.4",
"eslint-config-next": "^15.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"lint-staged": "^15.0.0",
"next": "^14.2.10",
"next": "^15.0.0",
"next-test-api-route-handler": "^4.0.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit e1f8f52

Please sign in to comment.