Skip to content

Commit 93c136b

Browse files
committed
allow ReScript v11 as valid peer
1 parent ed7209d commit 93c136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"src/Vitest.res"
2828
],
2929
"peerDependencies": {
30-
"rescript": "^10.1.0",
30+
"rescript": "^10.1.0 || ^11.0.0-alpha.0",
3131
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0"
3232
},
3333
"dependencies": {

0 commit comments

Comments
 (0)