Skip to content

Commit cf0183a

Browse files
committed
chore: upgrade turbopack demo to Next.js 16 and remove version from folder name
1 parent bf3f687 commit cf0183a

File tree

20 files changed

+32
-40
lines changed

20 files changed

+32
-40
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

demos/turbopack-next/package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "turbopack-next",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev --turbopack",
7+
"build": "next build",
8+
"start": "next start",
9+
"lint": "next lint"
10+
},
11+
"dependencies": {
12+
"next": "16.0.1",
13+
"react": "19.2.0",
14+
"react-dom": "19.2.0"
15+
},
16+
"devDependencies": {
17+
"@eslint/eslintrc": "^3.3.1",
18+
"@mdx-js/loader": "^3.1.1",
19+
"@next/mdx": "16.0.1",
20+
"@tailwindcss/postcss": "^4.1.16",
21+
"@types/node": "^24.10.0",
22+
"@types/react": "^19.2.2",
23+
"@types/react-dom": "^19.2.2",
24+
"code-inspector-plugin": "workspace:^",
25+
"eslint": "^9.39.1",
26+
"eslint-config-next": "16.0.1",
27+
"tailwindcss": "^4.1.16",
28+
"typescript": "^5.9.3"
29+
}
30+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)