Skip to content

Commit

Permalink
feat(nextjs): upgrade Next.js 14.0.3 (nrwl#20334)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenvanexus authored Jan 31, 2024
1 parent 7a83e12 commit 665935f
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 233 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"enhanced-resolve": "^5.8.3",
"esbuild": "0.19.5",
"eslint": "8.48.0",
"eslint-config-next": "13.1.1",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
Expand Down Expand Up @@ -339,7 +339,7 @@
"json-schema-to-typescript": "^10.1.5",
"jsonpointer": "^5.0.0",
"license-checker": "^25.0.1",
"next": "13.3.4",
"next": "14.0.4",
"next-seo": "^5.13.0",
"node-machine-id": "1.1.12",
"npm-run-path": "^4.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@
"alwaysAddToPackageJson": false
}
}
},
"17.3.1-beta.0": {
"version": "17.3.1-beta.0",
"packages": {
"next": {
"version": "14.0.4",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"next": ">=13.0.0"
"next": ">=14.0.0"
},
"dependencies": {
"@nx/devkit": "file:../devkit",
Expand Down
Loading

0 comments on commit 665935f

Please sign in to comment.