Skip to content

Commit fc112b1

Browse files
authored
fix(nextjs): Add next as a peer dependency (#3504)
1 parent b9d923e commit fc112b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nextjs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"next": "^10.1.3",
3333
"rimraf": "3.0.2"
3434
},
35+
"peerDependencies": {
36+
"next": "^10.0.8"
37+
},
3538
"scripts": {
3639
"build": "run-p build:esm build:es5",
3740
"build:esm": "tsc -p tsconfig.esm.json",

0 commit comments

Comments
 (0)