Skip to content

Commit 5e42290

Browse files
committed
Updated @tryghost/[email protected]
1 parent 0e55e05 commit 5e42290

File tree

2 files changed

+10
-49
lines changed

2 files changed

+10
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@tryghost/helpers": "1.1.70",
42-
"@tryghost/helpers-gatsby": "1.0.77",
42+
"@tryghost/helpers-gatsby": "2.0.0",
4343
"cheerio": "1.0.0-rc.11",
4444
"gatsby": "4.15.1",
4545
"gatsby-awesome-pagination": "0.3.8",

yarn.lock

Lines changed: 9 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
dependencies:
11051105
jimp "^0.16.1"
11061106

1107-
"@gatsbyjs/reach-router@^1.3.6":
1107+
"@gatsbyjs/reach-router@1.3.7", "@gatsbyjs/reach-router@^1.3.6":
11081108
version "1.3.7"
11091109
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.7.tgz#d32029f2b4d91bb6977e7fd605237e3a5db20096"
11101110
integrity sha512-KQ5FvMb4BZUlSo+yQgd4t4WB8vkVPWfKjTpSl+Bx/FZhU6OL4lpwgfX7fXAY/18DogqyJCFiNAjV5eo3rQ5Alw==
@@ -2261,16 +2261,6 @@
22612261
schema-utils "^2.6.5"
22622262
source-map "^0.7.3"
22632263

2264-
"@reach/router@^1.2.1":
2265-
version "1.3.4"
2266-
resolved "https://registry.yarnpkg.com/@reach/router/-/router-1.3.4.tgz#d2574b19370a70c80480ed91f3da840136d10f8c"
2267-
integrity sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==
2268-
dependencies:
2269-
create-react-context "0.3.0"
2270-
invariant "^2.2.3"
2271-
prop-types "^15.6.1"
2272-
react-lifecycles-compat "^3.0.4"
2273-
22742264
"@sideway/address@^4.1.3":
22752265
version "4.1.4"
22762266
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
@@ -2347,14 +2337,14 @@
23472337
dependencies:
23482338
axios "^0.27.0"
23492339

2350-
"@tryghost/helpers-gatsby@1.0.77":
2351-
version "1.0.77"
2352-
resolved "https://registry.yarnpkg.com/@tryghost/helpers-gatsby/-/helpers-gatsby-1.0.77.tgz#e437b53025d05efcdb85cba7e6d7561961c2cbf2"
2353-
integrity sha512-GHGdCQahgmbYpc0AlKV7HDgW79L1eud0W3tItDeD/+SfaPAp6hrjjnFdESW3EA869T8zkTVjndv2hokQCIgQsw==
2340+
"@tryghost/helpers-gatsby@2.0.0":
2341+
version "2.0.0"
2342+
resolved "https://registry.yarnpkg.com/@tryghost/helpers-gatsby/-/helpers-gatsby-2.0.0.tgz#3df19f3453cf38f886b5e8e371bd7c48f2cf7ac3"
2343+
integrity sha512-0DIYoZziHs8+HqLIEbDK0fgMiHz69gmkAuHl4/dyxY6ssbm+zEWpvCxMZcbYPjCaaPED59ELcF19Wut5aqqblA==
23542344
dependencies:
2355-
"@reach/router" "^1.2.1"
2345+
"@gatsbyjs/reach-router" "1.3.7"
23562346
"@tryghost/helpers" "^1.1.70"
2357-
gatsby-link "^2.9.0"
2347+
gatsby-link "4.15.0"
23582348
prop-types "^15.6.2"
23592349

23602350
"@tryghost/[email protected]", "@tryghost/helpers@^1.1.70":
@@ -2565,7 +2555,7 @@
25652555
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
25662556
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
25672557

2568-
"@types/reach__router@^1.3.10", "@types/reach__router@^1.3.7":
2558+
"@types/reach__router@^1.3.10":
25692559
version "1.3.10"
25702560
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.10.tgz#141d500213a452d9d9d71d5ad96c4104094f55a3"
25712561
integrity sha512-iHAFGaVOrWi00/q7oBybggGsz5TOmwOW4M1H9sT7i9lly4qFC8XOgsdf6jUsoaOz2sknFHALEtZqCoDbokdJ2Q==
@@ -4155,14 +4145,6 @@ create-gatsby@^2.15.0:
41554145
dependencies:
41564146
"@babel/runtime" "^7.15.4"
41574147

4158-
4159-
version "0.3.0"
4160-
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz#546dede9dc422def0d3fc2fe03afe0bc0f4f7d8c"
4161-
integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
4162-
dependencies:
4163-
gud "^1.0.0"
4164-
warning "^4.0.3"
4165-
41664148
create-require@^1.1.0:
41674149
version "1.1.1"
41684150
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5973,16 +5955,7 @@ gatsby-legacy-polyfills@^2.15.0:
59735955
"@babel/runtime" "^7.15.4"
59745956
core-js-compat "3.9.0"
59755957

5976-
gatsby-link@^2.9.0:
5977-
version "2.11.0"
5978-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-2.11.0.tgz#15e99c89bdde1c99686ce53bda72beb3c9c39455"
5979-
integrity sha512-AYXxndlSx5mnYv+/PBPdPBRvdv1LeSGE3WO8uYj2ReYDSbhiAlF3KKz30D62ErartXP0deySPtRKx4Dd3nCFYw==
5980-
dependencies:
5981-
"@babel/runtime" "^7.12.5"
5982-
"@types/reach__router" "^1.3.7"
5983-
prop-types "^15.7.2"
5984-
5985-
gatsby-link@^4.15.0:
5958+
[email protected], gatsby-link@^4.15.0:
59865959
version "4.15.0"
59875960
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.15.0.tgz#7c237e5ba28f21708516deba30c8863458d9f734"
59885961
integrity sha512-46kP4he6dRGDL78SKTY3uWH8glPr2QuVY9v/4RreC6I3LZqI5Wr3F1kyR/LvLXMcXhszCuNJ4lPIOOltBTeX4Q==
@@ -6742,11 +6715,6 @@ graphql@^15.7.2:
67426715
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
67436716
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
67446717

6745-
gud@^1.0.0:
6746-
version "1.0.0"
6747-
resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
6748-
integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==
6749-
67506718
gzip-size@^6.0.0:
67516719
version "6.0.0"
67526720
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462"
@@ -11188,13 +11156,6 @@ vary@^1, vary@~1.1.2:
1118811156
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
1118911157
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
1119011158

11191-
warning@^4.0.3:
11192-
version "4.0.3"
11193-
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3"
11194-
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==
11195-
dependencies:
11196-
loose-envify "^1.0.0"
11197-
1119811159
watchpack@^2.3.1:
1119911160
version "2.3.1"
1120011161
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"

0 commit comments

Comments
 (0)