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

Commit cf67023

Browse files
committedNov 16, 2021
fix: peer dependency with next
1 parent d873d7b commit cf67023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"watch": "^1.0.2"
107107
},
108108
"peerDependencies": {
109-
"next": "^11.x",
109+
"next": "^11|^12",
110110
"react": "17.x",
111111
"react-dom": "17.x"
112112
},

0 commit comments

Comments
 (0)
This repository has been archived.