Skip to content

Commit

Permalink
update: upgrade to react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyork committed Dec 27, 2024
1 parent 24bf022 commit ff2d8a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"husky": "^9.1.6",
"jest": "^27.0.6",
"postcss-loader": "^8.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.11",
Expand All @@ -56,8 +56,9 @@
"webpack-dev-server": "^5.1.0"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
"@emotion/is-prop-valid": "*",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit ff2d8a2

Please sign in to comment.