Skip to content

Commit

Permalink
Support React 18 (Aeolun#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmorgan1 authored Nov 11, 2022
1 parent a934b2d commit a3782f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"semantic-release": "^19.0.3",
Expand All @@ -91,8 +91,8 @@
"webpack-dev-server": "^4.9.3"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0"
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"engines": {
"node": ">= 8"
Expand Down

0 comments on commit a3782f8

Please sign in to comment.