Skip to content

Commit

Permalink
Update compact with react@^17 & react-dom@^17.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehang committed Feb 10, 2021
1 parent d819579 commit 9b0ae4d
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 @@ -47,8 +47,8 @@
"rimraf": "^3.0.0"
},
"peerDependencies": {
"react": "^0.14.6 || 15.x.x || 16.x.x",
"react-dom": "^0.14.6 || 15.x.x || 16.x.x"
"react": "^0.14.6 || 15.x.x || 16.x.x || 17.x.x",
"react-dom": "^0.14.6 || 15.x.x || 16.x.x || 17.x.x"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down Expand Up @@ -86,8 +86,8 @@
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path": "^0.12.7",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"typescript": "^3.3.3",
Expand Down

0 comments on commit 9b0ae4d

Please sign in to comment.