Skip to content

Commit 8c0130a

Browse files
committed
chore(package.json): fix react peer dep version
1 parent ae42937 commit 8c0130a

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
@@ -87,8 +87,8 @@
8787
"test:watch": "jest -c ./jest.config.js --watch --env=jsdom"
8888
},
8989
"peerDependencies": {
90-
"react": "^17.0.2",
91-
"react-dom": "^17.0.2"
90+
"react": "^17.0.2 || ^18.0.0",
91+
"react-dom": "^17.0.2 || ^18.0.0"
9292
},
9393
"keywords": [
9494
"react-http",

0 commit comments

Comments
 (0)