Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #328 from Hacker0x01/dependabot/npm_and_yarn/gatsb…
Browse files Browse the repository at this point in the history
…y-link-2.11.0

Bump gatsby-link from 2.4.14 to 2.11.0
  • Loading branch information
martijnrusschen committed Mar 22, 2021
2 parents f460779 + e5292de commit a2b3f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@reach/router": "^1.1.1",
"gatsby": "^2.18.17",
"gatsby-cli": "^2.12.15",
"gatsby-link": "^2.2.6",
"gatsby-link": "^2.11.0",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-analytics": "^2.1.8",
Expand Down
26 changes: 10 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1873,11 +1873,6 @@
dependencies:
"@types/unist" "*"

"@types/history@*":
version "4.7.8"
resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934"
integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==

"@types/http-cache-semantics@*":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz#9140779736aa2655635ee756e2467d787cfe8a2a"
Expand Down Expand Up @@ -1996,12 +1991,11 @@
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24"
integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==

"@types/reach__router@^1.3.3":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.5.tgz#14e1e981cccd3a5e50dc9e969a72de0b9d472f6d"
integrity sha512-h0NbqXN/tJuBY/xggZSej1SKQEstbHO7J/omt1tYoFGmj3YXOodZKbbqD4mNDh7zvEGYd7YFrac1LTtAr3xsYQ==
"@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@*":
Expand Down Expand Up @@ -6577,13 +6571,13 @@ gatsby-legacy-polyfills@^0.0.4:
dependencies:
core-js-compat "^3.6.5"

gatsby-link@^2.2.6, gatsby-link@^2.4.14:
version "2.4.14"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.4.14.tgz#655ba6a436b0eca7b7d8c63d9dcab17310059c35"
integrity sha512-JLF7pb5E8flmsH2oQvGmGV1mMEuaQCzLFOXFj6FZOcG/JuOEXSb5N/Z/cp2MAlAVCyLLeYI7Ru/+o0TOpQMwkQ==
gatsby-link@^2.11.0, gatsby-link@^2.4.14:
version "2.11.0"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.11.0.tgz#15e99c89bdde1c99686ce53bda72beb3c9c39455"
integrity sha512-AYXxndlSx5mnYv+/PBPdPBRvdv1LeSGE3WO8uYj2ReYDSbhiAlF3KKz30D62ErartXP0deySPtRKx4Dd3nCFYw==
dependencies:
"@babel/runtime" "^7.11.2"
"@types/reach__router" "^1.3.3"
"@babel/runtime" "^7.12.5"
"@types/reach__router" "^1.3.7"
prop-types "^15.7.2"

gatsby-page-utils@^0.2.25:
Expand Down

0 comments on commit a2b3f0b

Please sign in to comment.