Skip to content

Commit

Permalink
react-is peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
imjordanxd committed Dec 24, 2024
1 parent cb37bfb commit 02770b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"prettier": "1.19.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-is": "19.0.0",
"react-shallow-renderer": "16.15.0",
"rollup": "2.79.1",
"rollup-plugin-babel": "4.4.0",
Expand All @@ -80,12 +81,12 @@
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
"react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
"react-dom": "^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
"react-is": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@base2/pretty-print-object": "1.0.2",
"is-plain-object": "5.0.0",
"react-is": "19.0.0"
"is-plain-object": "5.0.0"
},
"jest": {
"setupFilesAfterEnv": [
Expand Down

0 comments on commit 02770b9

Please sign in to comment.