Skip to content

Commit

Permalink
Update dependency gatsby-link to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2022
1 parent 80ccd53 commit 6f3fa67
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/helpers-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@gatsbyjs/reach-router": "1.3.9",
"@tryghost/helpers": "^1.1.75",
"gatsby-link": "4.17.0",
"gatsby-link": "5.3.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
Expand Down
29 changes: 14 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3170,10 +3170,10 @@ functions-have-names@^1.2.2:
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==

gatsby-core-utils@^3.24.0:
version "3.24.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.24.0.tgz#0e757bac28ad953a929046138403b3663b733cf7"
integrity sha512-P4tbcYOJ1DSYKRP4gIAR9Xta/d/AzjmsK2C6PzX7sNcGnviDKtAIoeV9sE0kNXOqBfUCez25zmAi2cq8NlaxKw==
gatsby-core-utils@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.3.1.tgz#62e10fde456dc1b8136117ef41542d87bfd7e708"
integrity sha512-KKNWjnqOPTsRJRHFUcyUGE7NW058tL54SiUJUqZiaeEuXDhglFR0kclXQdN50j1a+RCLa05X2x6XSeWYlzCung==
dependencies:
"@babel/runtime" "^7.15.4"
ci-info "2.0.0"
Expand All @@ -3191,26 +3191,25 @@ gatsby-core-utils@^3.24.0:
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-link@4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.17.0.tgz#cfccc7c8d702da9592a4c6172de03857af6e39fb"
integrity sha512-hDh+9OFMHNQ/5YdDdTcpSMB8xAYSP4OMkRuwmgPKH1jtOuov3pzwFAo19RR34CsOqzKd3LSQbCjIovOksjlAeA==
gatsby-link@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.3.1.tgz#29e3acf0b2737f4bc4083d9b2d9668340897a79b"
integrity sha512-yRcDJIx9k7VW6+LnFnJ8CSNRAibnYShA+HKo80WP8/fynaKcej9I0Q8EFKj0aSFit1xQM1JxXfaihLpzQK+y/g==
dependencies:
"@babel/runtime" "^7.15.4"
"@types/reach__router" "^1.3.10"
gatsby-page-utils "^2.17.0"
gatsby-page-utils "^3.3.1"
prop-types "^15.8.1"

gatsby-page-utils@^2.17.0:
version "2.24.1"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.24.1.tgz#cb18569e20faf9195d6f37aadd79241c66b112c3"
integrity sha512-5PLXrSrMKpsBpUp8lDrKwbufQzUCIyWfz4eapQYUeLsnOFQ+lZkSWAbwrZQTRSzSR1N9TtU3qGLc9fQmCjveig==
gatsby-page-utils@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-3.3.1.tgz#97ba5402b1c06abdab46f1c1c5f7c6aa3ed17a79"
integrity sha512-367CFXRC1CqTnCTM0SkgNIE8WAkor7v/kcVyqqBKLDgfu04cqHEu4vN6ZBEudaI1yjigbbVJzCqAB0pHTlcrvg==
dependencies:
"@babel/runtime" "^7.15.4"
bluebird "^3.7.2"
chokidar "^3.5.3"
fs-exists-cached "^1.0.0"
gatsby-core-utils "^3.24.0"
gatsby-core-utils "^4.3.1"
glob "^7.2.3"
lodash "^4.17.21"
micromatch "^4.0.5"
Expand Down

0 comments on commit 6f3fa67

Please sign in to comment.