Skip to content

Commit

Permalink
fix(deps): update react
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 5, 2020
1 parent 3323243 commit ca1e67d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/node": "13.9.8",
"@types/node-fetch": "2.5.5",
"@types/prop-types": "15.7.3",
"@types/react": "16.9.31",
"@types/react": "16.9.32",
"@types/react-dom": "16.9.6",
"@types/react-reconciler": "0.18.0",
"@types/react-redux": "7.1.7",
Expand Down Expand Up @@ -101,7 +101,7 @@
"prettier": "^2.0.2",
"prop-types": "15.7.2",
"react": "^16.13.1",
"react-babylonjs": "2.1.0",
"react-babylonjs": "2.2.0",
"react-dom": "^16.13.1",
"react-reconciler": "0.25.1",
"react-redux": "7.2.0",
Expand Down
18 changes: 13 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1924,14 +1924,22 @@
"@types/history" "*"
"@types/react" "*"

"@types/react@*", "@types/[email protected]":
"@types/react@*":
version "16.9.31"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.31.tgz#6a543529766c8934ec8a89667376c2e73e9e2636"
integrity sha512-NpYJpNMWScFXtx3A2BJMeew2G3+9SEslVWMdxNJ6DLvxIuxWjY1bizK9q5Y1ujhln31vtjmhjOAYDr9Xx3k9FQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/[email protected]":
version "16.9.32"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz#f6368625b224604148d1ddf5920e4fefbd98d383"
integrity sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/redux@^3.6.0":
version "3.6.0"
resolved "https://registry.yarnpkg.com/@types/redux/-/redux-3.6.0.tgz#f1ebe1e5411518072e4fdfca5c76e16e74c1399a"
Expand Down Expand Up @@ -12842,10 +12850,10 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.2.7, rc@^1.2.8, rc@~1.2.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react-babylonjs@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/react-babylonjs/-/react-babylonjs-2.1.0.tgz#7bcd0ddb192f323ed8b08f2d3e66d8793e7fe3cc"
integrity sha512-+K3GjHnJ39TDtZk790b5dk5Fs9YSObFp+sxJ0LAbCE8YYx4c/fZyxS5teGuINn2KtpO/ZqACDBTXyRCrS2cL8Q==
react-babylonjs@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/react-babylonjs/-/react-babylonjs-2.2.0.tgz#777e639f4a9ce519a0c8a314c29f8227201f5ed9"
integrity sha512-vCrux0GUFmJQH99YvSnBZVuCuMD5FX1XO4KFuagnROED7nqWVxit98Ivb+QwCw3Ra+qLDVD18Qgh5xfmll6UmQ==

react-dev-utils@^4.2.3:
version "4.2.3"
Expand Down

0 comments on commit ca1e67d

Please sign in to comment.