Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d346e56

Browse files
committed
feat(next): next15 update
1 parent 4812166 commit d346e56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

e2e/site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

e2e/site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "npx cssx && next dev",
6+
"dev": "npx cssx && next dev --turbo",
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^14.1.1",
13-
"react": "^18",
14-
"react-dom": "^18"
12+
"next": "^15.0.1",
13+
"react": "^19.0.0-rc-1631855f-20241023",
14+
"react-dom": "^19.0.0-rc-1631855f-20241023"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^22.5.4",

0 commit comments

Comments
 (0)