Skip to content

Commit 4f1c1c6

Browse files
committed
chore(examples): update nextjs 15
1 parent 478d267 commit 4f1c1c6

2 files changed

Lines changed: 652 additions & 181 deletions

File tree

examples/with-nextjs/package.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,31 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "next dev",
6+
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"react": "^18",
13-
"react-dom": "^18",
14-
"next": "14.1.0"
12+
"react": "19.2.0",
13+
"react-dom": "19.2.0",
14+
"next": "15.5.4"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",
1818
"@types/node": "^20",
19-
"@types/react": "^18",
20-
"@types/react-dom": "^18",
19+
"@types/react": "19.2.2",
20+
"@types/react-dom": "19.2.1",
2121
"autoprefixer": "^10.0.1",
2222
"postcss": "^8",
2323
"tailwindcss": "^3.3.0",
2424
"eslint": "^8",
25-
"eslint-config-next": "14.1.0"
25+
"eslint-config-next": "15.5.4"
26+
},
27+
"pnpm": {
28+
"overrides": {
29+
"@types/react": "19.2.2",
30+
"@types/react-dom": "19.2.1"
31+
}
2632
}
2733
}

0 commit comments

Comments
 (0)