Skip to content

Commit 6ad2559

Browse files
authored
Merge pull request #401 from lars-hagen/fix/restore-full-pattern-turbopack-fixed
fix: restore full pattern + fix Next.js 16 Turbopack warnings
2 parents 6680218 + cf0183a commit 6ad2559

File tree

21 files changed

+51
-78
lines changed

21 files changed

+51
-78
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)