Skip to content

Commit 2d19e66

Browse files
author
Rafael E. Belliard
committed
Add React 18 to the allowed peer dependency range
1 parent b0a470c commit 2d19e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"memoize-one": ">=3.1.1 <6"
6666
},
6767
"peerDependencies": {
68-
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
69-
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
68+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
69+
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)