Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 2746ebb

Browse files
fix: only set next as a peer dep
1 parent 8964b56 commit 2746ebb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"author": "Daniel Conde Marin <[email protected]>",
2020
"license": "ISC",
2121
"peerDependencies": {
22-
"next": "^8.0.0",
23-
"react": "^16.6.0",
24-
"react-dom": "^16.6.0"
22+
"next": "^8.0.0"
2523
},
2624
"devDependencies": {
2725
"adm-zip": "^0.4.13",

0 commit comments

Comments
 (0)