Skip to content

Commit

Permalink
fix(deps): update minor and patch for gatsby-link (#29175)
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 Jan 28, 2021
1 parent 3e2084b commit 7e07e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-link/package.json
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/reach__router": "^1.3.6",
"@types/reach__router": "^1.3.7",
"prop-types": "^15.7.2"
},
"devDependencies": {
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Expand Up @@ -4150,10 +4150,6 @@
dependencies:
"@types/unist" "*"

"@types/history@*":
version "4.7.0"
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.0.tgz#2fac51050c68f7d6f96c5aafc631132522f4aa3f"

"@types/hosted-git-info@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/hosted-git-info/-/hosted-git-info-3.0.1.tgz#ae017651a1c3aab1c72674ff0924aa5a0c325437"
Expand Down Expand Up @@ -4348,12 +4344,11 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==

"@types/reach__router@^1.3.5", "@types/reach__router@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.6.tgz#413417ce74caab331c70ce6a03a4c825188e4709"
integrity sha512-RHYataCUPQnt+GHoASyRLq6wmZ0n8jWlBW8Lxcwd30NN6vQfbmTeoSDfkgxO0S1lEzArp8OFDsq5KIs7FygjtA==
"@types/reach__router@^1.3.5", "@types/reach__router@^1.3.7":
version "1.3.7"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.7.tgz#de8ab374259ae7f7499fc1373b9697a5f3cd6428"
integrity sha512-cyBEb8Ef3SJNH5NYEIDGPoMMmYUxROatuxbICusVRQIqZUB85UCt6R2Ok60tKS/TABJsJYaHyNTW3kqbpxlMjg==
dependencies:
"@types/history" "*"
"@types/react" "*"

"@types/react-dom@*", "@types/react-dom@^16.9.8":
Expand Down

0 comments on commit 7e07e2b

Please sign in to comment.