Skip to content

Commit

Permalink
TASK: Update dependency react to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 29, 2022
1 parent 5ef0fb7 commit 866a3ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"flow-typed": "2.6.2",
"jest": "23.6.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react": "18.0.0",
"react-dom": "16.14.0",
"react-test-renderer": "16.14.0"
},
"peerDependencies": {
"classcat": "^3.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react": "^18.0.0",
"react-dom": "^16.2.0"
},
"jest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"node-polyglot": "2.4.2",
"plow-js": "2.2.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react": "18.0.0",
"react-dev-utils": "5.0.3",
"react-dom": "16.14.0",
"react-redux": "5.1.2",
Expand Down
10 changes: 4 additions & 6 deletions packages/create-react-microservice-scaffold/src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11797,14 +11797,12 @@ react-test-renderer@^16.0.0-0:
object-assign "^4.1.1"
prop-types "^15.6.0"

react@16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
react@18.0.0:
version "18.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

react@^0.14.0:
version "0.14.9"
Expand Down

0 comments on commit 866a3ce

Please sign in to comment.