Skip to content

Commit 747c19b

Browse files
committed
chore(peer-deps): relax react-refresh to allow 0.9 (fixes #231)
1 parent 4033e6a commit 747c19b

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
@@ -94,7 +94,7 @@
9494
},
9595
"peerDependencies": {
9696
"@types/webpack": "4.x",
97-
"react-refresh": "^0.8.3",
97+
"react-refresh": ">=0.8.3 <0.10.0",
9898
"sockjs-client": "^1.4.0",
9999
"type-fest": "^0.13.1",
100100
"webpack": ">=4.43.0 <6.0.0",

0 commit comments

Comments
 (0)