Skip to content

Commit 3fcd547

Browse files
authored
chore(deps): react 18 peer dependency (#142)
1 parent 398fcd8 commit 3fcd547

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
@@ -46,7 +46,7 @@
4646
"typescript": "4.1.5"
4747
},
4848
"peerDependencies": {
49-
"react": "^16.8.6 || 17.x"
49+
"react": "^16.8.6 || 17.x || 18.x"
5050
},
5151
"scripts": {
5252
"lint": "eslint --ignore-path .gitignore --ext .ts,.tsx \"src/**/*\"",

0 commit comments

Comments
 (0)