Skip to content

Commit 583e8d3

Browse files
committed
chore(deps): update react monorepo to v18
1 parent 278dc9c commit 583e8d3

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

package-lock.json

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
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": "18.0.0",
49+
"react-dom": "18.0.0",
5050
"semantic-release": "17.4.7",
5151
"sinon": "9.2.4",
5252
"sinon-chai": "3.7.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 || ^18.0.0",
59+
"react-dom": "^16.8.6 || ^18.0.0"
6060
}
6161
}

0 commit comments

Comments
 (0)