Skip to content

Commit

Permalink
chore(deps): update dependency @types/react to ^16.9.56 (#27901)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Nov 9, 2020
1 parent 4a28cfb commit c1219ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^12.19.3",
"@types/node-fetch": "^2.5.7",
"@types/normalize-path": "^3.0.0",
"@types/react": "^16.9.55",
"@types/react": "^16.9.56",
"@types/semver": "^7.3.4",
"@types/signal-exit": "^3.0.0",
"@types/stack-trace": "^0.0.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/fs-extra": "^8.1.0",
"@types/node": "^14.10.2",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.55",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.8",
"ast-pretty-print": "^2.0.1",
"babel-plugin-macros": "^2.8.0",
Expand Down
26 changes: 6 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1573,16 +1573,7 @@
camel-case "4.1.1"
tslib "~2.0.1"

"@graphql-tools/utils@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.0.0.tgz#8af1982b4c55607e02e103230ad926c5f8b89fe2"
integrity sha512-GDTwJVklNDt50/kWilZJ7dSIZzhCy1PH/aB7R+GS4zqyU5LkRJHyqZG1rFxzQkw8WorkvMbct98hcb4U2u1tnw==
dependencies:
"@ardatan/aggregate-error" "0.0.6"
camel-case "4.1.1"
tslib "~2.0.1"

"@graphql-tools/utils@^7.0.2":
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.0.2.tgz#1977d3277158bf32df792a5ff76d3fdc04647a64"
integrity sha512-VQQ7krHeoXO0FS3qbWsb/vZb8c8oyiCYPIH4RSgeK9SKOUpatWYt3DW4jmLmyHZLVVMk0yjUbsOhKTBEMejKSA==
Expand Down Expand Up @@ -3886,12 +3877,7 @@
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/lodash@^4.14.92":
version "4.14.162"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.162.tgz#65d78c397e0d883f44afbf1f7ba9867022411470"
integrity sha512-alvcho1kRUnnD1Gcl4J+hK0eencvzq9rmzvFPRmP5rPHx9VVsJj6bKLTATPVf9ktgv4ujzh7T+XWKp+jhuODig==

"@types/lodash@^4.14.164":
"@types/lodash@*", "@types/lodash@^4.14.164", "@types/lodash@^4.14.92":
version "4.14.164"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.164.tgz#52348bcf909ac7b4c1bcbeda5c23135176e5dfa0"
integrity sha512-fXCEmONnrtbYUc5014avwBeMdhHHO8YJCkOBflUL9EoJBSKZ1dei+VO74fA7JkTHZ1GvZack2TyIw5U+1lT8jg==
Expand Down Expand Up @@ -4031,10 +4017,10 @@
"@types/react" "*"
"@types/react-instantsearch-core" "*"

"@types/react@*", "@types/react@^16.9.38", "@types/react@^16.9.55":
version "16.9.55"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.55.tgz#47078587f5bfe028a23b6b46c7b94ac0d436acff"
integrity sha512-6KLe6lkILeRwyyy7yG9rULKJ0sXplUsl98MGoCfpteXf9sPWFWWMknDcsvubcpaTdBuxtsLF6HDUwdApZL/xIg==
"@types/react@*", "@types/react@^16.9.38", "@types/react@^16.9.56":
version "16.9.56"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0"
integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"
Expand Down

0 comments on commit c1219ca

Please sign in to comment.