Skip to content

Commit 6b5a408

Browse files
committed
Update Next.js versions in test applications and package dependencies
1 parent 522241e commit 6b5a408

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev-packages/e2e-tests/test-applications/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "^18.19.1",
1717
"@types/react": "18.0.26",
1818
"@types/react-dom": "18.0.9",
19-
"next": "14.0.0",
19+
"next": "14.2.25",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"typescript": "~5.0.0"

dev-packages/e2e-tests/test-applications/nextjs-13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^18.19.1",
1818
"@types/react": "18.0.26",
1919
"@types/react-dom": "18.0.9",
20-
"next": "13.5.7",
20+
"next": "13.5.9",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
2323
"typescript": "~5.0.0"

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@types/resolve": "1.20.3",
9696
"eslint-plugin-react": "^7.31.11",
97-
"next": "13.2.0"
97+
"next": "13.5.9"
9898
},
9999
"peerDependencies": {
100100
"next": "^13.2.0 || ^14.0 || ^15.0.0-rc.0"

0 commit comments

Comments
 (0)