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 Apr 27, 2022
1 parent 3b16975 commit 23ae8fd
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.1.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.1.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 @@ -11831,14 +11831,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.1.0:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==
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 23ae8fd

Please sign in to comment.