Skip to content

Commit f0e14bb

Browse files
committed
test 15-basetest also on latest
1 parent a89ce7b commit f0e14bb

File tree

1 file changed

+3
-3
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-15-basepath

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@types/node": "^18.19.1",
1616
"@types/react": "18.0.26",
1717
"@types/react-dom": "18.0.9",
18-
"next": "15.4.2-canary.1",
19-
"react": "beta",
20-
"react-dom": "beta",
18+
"next": "^15",
19+
"react": "latest",
20+
"react-dom": "latest",
2121
"typescript": "~5.0.0"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)