Skip to content

Commit d26768e

Browse files
committed
feat: add nextjs 16 support
1 parent ed6b621 commit d26768e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"eslint-config-prettier": "^8.5.0",
5151
"eslint-plugin-prettier": "^4.2.1",
5252
"eslint-plugin-simple-import-sort": "^8.0.0",
53-
"next": "^15.3.4",
53+
"next": "^16",
5454
"prettier": "^2.7.1",
5555
"react": "^19.0.0",
5656
"react-dom": "^19.0.0",
5757
"typescript": "^5.1.0",
5858
"vitest": "^1.6.1"
5959
},
6060
"peerDependencies": {
61-
"next": "^15.0.0",
61+
"next": "^15.0.0 || ^16.0.0",
6262
"react": "^19.0.0",
6363
"react-dom": "^19.0.0"
6464
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": ["dom", "dom.iterable", "esnext"],
88
"allowJs": true,
99
"module": "esnext",
10-
"moduleResolution": "node",
10+
"moduleResolution": "bundler",
1111
"resolveJsonModule": true,
1212
"isolatedModules": true,
1313
"jsx": "react-jsx",

0 commit comments

Comments
 (0)