Skip to content

Commit 93f11f9

Browse files
committed
chore(deps): update react monorepo to v17
1 parent 43082b6 commit 93f11f9

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

package-lock.json

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

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"jsdom": "15.2.1",
4646
"lodash": "4.17.21",
4747
"prop-types": "15.7.2",
48-
"react": "16.14.0",
49-
"react-dom": "16.14.0",
48+
"react": "17.0.1",
49+
"react-dom": "17.0.1",
5050
"semantic-release": "17.4.0",
5151
"sinon": "9.2.4",
5252
"sinon-chai": "3.5.0",
@@ -55,7 +55,7 @@
5555
"peerDependencies": {
5656
"lodash": "^4.17.11",
5757
"prop-types": "^15.7.2",
58-
"react": "^16.8.6",
59-
"react-dom": "^16.8.6"
58+
"react": "^16.8.6 || ^17.0.0",
59+
"react-dom": "^16.8.6 || ^17.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)