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 Nov 18, 2022
1 parent 7c8b5c1 commit bf3ec1d
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.74",
"gatsby-link": "4.17.0",
"gatsby-link": "5.0.0",
"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 @@ -3169,10 +3169,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.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.0.0.tgz#28bdcb82a5b2f81214e160012f2d3530f4e9aa04"
integrity sha512-ucrEUfVWVUMTEfqZO4o9XHZgVg2airwm2WJSSFUroIAZ2/7YjEiKtZV3RDO1iEqB1beNjrSLa+eZ1LJhbvsHDQ==
dependencies:
"@babel/runtime" "^7.15.4"
ci-info "2.0.0"
Expand All @@ -3190,26 +3190,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.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.0.0.tgz#225010ffac7e882a03b2d2b38dcd1545fc3b92a7"
integrity sha512-RAWfn9CJvW/VF1SZGA5wohabkaQ7nMAW07lLb3S2aTq5zg9w4k3+Z1+PzmxPSiursbMwRV2JOz+mgQPcfCs99A==
dependencies:
"@babel/runtime" "^7.15.4"
"@types/reach__router" "^1.3.10"
gatsby-page-utils "^2.17.0"
gatsby-page-utils "^3.0.0"
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.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-3.0.0.tgz#eb6816a0c791c7948f020f29519fb882a6397c09"
integrity sha512-TvqRlkERD9WzX4WeXlz7x5TASfC8ZcfWS6NIDqJvL5ELzh5dnJdA98fcaAsF/wCtCpTBHwuSeCWsmZO7hdpKCQ==
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.0.0"
glob "^7.2.3"
lodash "^4.17.21"
micromatch "^4.0.5"
Expand Down

0 comments on commit bf3ec1d

Please sign in to comment.