Skip to content

Commit 029a525

Browse files
John Sumnerdiasbruno
John Sumner
authored andcommittedNov 19, 2020
Added react 17 support
1 parent 694d425 commit 029a525

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed
 

Diff for: ‎package-lock.json

+18-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"mocha": "^8.1.1",
5353
"npm-run-all": "^4.1.1",
5454
"prettier": "^1.7.4",
55-
"react": "^16.0.0",
56-
"react-dom": "^16.0.0",
55+
"react": "^17.0.0",
56+
"react-dom": "^17.0.0",
5757
"react-router": "^4.2.0",
5858
"react-router-dom": "^4.2.2",
5959
"should": "^13.1.0",
@@ -70,8 +70,8 @@
7070
"warning": "^4.0.3"
7171
},
7272
"peerDependencies": {
73-
"react": "^0.14.0 || ^15.0.0 || ^16",
74-
"react-dom": "^0.14.0 || ^15.0.0 || ^16"
73+
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17",
74+
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17"
7575
},
7676
"tags": [
7777
"react",

0 commit comments

Comments
 (0)