Skip to content

Commit 9c2b2e5

Browse files
authored
Added React 18 to peer dependencies (#982)
1 parent dcf306b commit 9c2b2e5

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
@@ -85,7 +85,7 @@
8585
},
8686
"peerDependencies": {
8787
"final-form": "^4.20.4",
88-
"react": "^16.8.0 || ^17.0.0"
88+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
8989
},
9090
"lint-staged": {
9191
"*.{js*,ts*,json,md,css}": [

0 commit comments

Comments
 (0)