Skip to content

Commit f72b819

Browse files
committed
chore(deps): update dependency react to v17
1 parent bf3f3db commit f72b819

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"babel-loader": "8.1.0",
2626
"cross-env": "7.0.2",
2727
"intersection-observer": "0.11.0",
28-
"react": "16.14.0",
28+
"react": "17.0.0",
2929
"react-dom": "16.14.0",
3030
"react-test-renderer": "16.14.0",
3131
"spire": "3.1.2",
@@ -53,7 +53,7 @@
5353
"main": "lib/js/index.js",
5454
"module": "lib/es/index.js",
5555
"peerDependencies": {
56-
"react": "^16.3.2",
56+
"react": "^16.3.2 || ^17.0.0",
5757
"react-dom": "^16.3.2"
5858
},
5959
"repository": {

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11816,7 +11816,15 @@ react-transform-hmr@^1.0.3:
1181611816
global "^4.3.0"
1181711817
react-proxy "^1.1.7"
1181811818

11819-
[email protected], react@^16.8.3:
11819+
11820+
version "17.0.0"
11821+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
11822+
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
11823+
dependencies:
11824+
loose-envify "^1.1.0"
11825+
object-assign "^4.1.1"
11826+
11827+
react@^16.8.3:
1182011828
version "16.14.0"
1182111829
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
1182211830
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==

0 commit comments

Comments
 (0)