Skip to content

Commit

Permalink
Merge pull request #175 from krainboltgreene/patch-1
Browse files Browse the repository at this point in the history
Allow for react 17
  • Loading branch information
JedWatson committed Dec 11, 2020
2 parents 0aa6225 + 30f58b5 commit 6bc3cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"less-loader": "^4.0.5",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"react": "^15.0",
"react-dom": "^15.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.0",
Expand All @@ -51,7 +51,7 @@
"webpack-dev-server": "^2.7.1"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0 || ^17.0.1"
},
"scripts": {
"build": "NODE_ENV=production nps build",
Expand Down

0 comments on commit 6bc3cb7

Please sign in to comment.