Skip to content

Commit 31bbd67

Browse files
Update gatsby monorepo
1 parent 5fff864 commit 31bbd67

File tree

4 files changed

+869
-2336
lines changed

4 files changed

+869
-2336
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@tryghost/helpers": "1.1.75",
4242
"@tryghost/helpers-gatsby": "2.0.5",
4343
"cheerio": "1.0.0-rc.11",
44-
"gatsby": "4.15.2",
44+
"gatsby": "5.3.3",
4545
"gatsby-awesome-pagination": "0.3.8",
4646
"gatsby-plugin-advanced-sitemap": "2.1.0",
47-
"gatsby-plugin-catch-links": "4.15.0",
48-
"gatsby-plugin-feed": "4.15.1",
49-
"gatsby-plugin-image": "2.15.1",
50-
"gatsby-plugin-manifest": "4.15.1",
51-
"gatsby-plugin-offline": "5.15.1",
52-
"gatsby-plugin-react-helmet": "5.15.0",
53-
"gatsby-plugin-sharp": "4.15.1",
54-
"gatsby-source-filesystem": "4.15.0",
47+
"gatsby-plugin-catch-links": "5.3.0",
48+
"gatsby-plugin-feed": "5.3.1",
49+
"gatsby-plugin-image": "3.3.2",
50+
"gatsby-plugin-manifest": "5.3.1",
51+
"gatsby-plugin-offline": "6.3.1",
52+
"gatsby-plugin-react-helmet": "6.3.0",
53+
"gatsby-plugin-sharp": "5.3.2",
54+
"gatsby-source-filesystem": "5.3.1",
5555
"gatsby-source-ghost": "5.0.2",
56-
"gatsby-transformer-sharp": "4.15.1",
56+
"gatsby-transformer-sharp": "5.3.1",
5757
"lodash": "4.17.21",
5858
"react": "18.2.0",
5959
"react-dom": "18.2.0",

plugins/gatsby-plugin-ghost-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/cli": "7.17.10",
1313
"@babel/core": "7.18.2",
14-
"babel-preset-gatsby-package": "2.15.0",
14+
"babel-preset-gatsby-package": "3.3.0",
1515
"cross-env": "7.0.3"
1616
},
1717
"keywords": [

plugins/gatsby-plugin-ghost-manifest/yarn.lock

+42-20
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
dependencies:
161161
"@babel/types" "^7.18.9"
162162

163-
"@babel/helper-module-imports@^7.18.6":
163+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.18.6":
164164
version "7.18.6"
165165
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
166166
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
@@ -235,15 +235,15 @@
235235
dependencies:
236236
"@babel/types" "^7.18.6"
237237

238-
"@babel/helper-string-parser@^7.18.10":
239-
version "7.18.10"
240-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
241-
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
238+
"@babel/helper-string-parser@^7.19.4":
239+
version "7.19.4"
240+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
241+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
242242

243-
"@babel/helper-validator-identifier@^7.18.6":
244-
version "7.18.6"
245-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
246-
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
243+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
244+
version "7.19.1"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
246+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
247247

248248
"@babel/helper-validator-option@^7.18.6":
249249
version "7.18.6"
@@ -1020,13 +1020,13 @@
10201020
debug "^4.1.0"
10211021
globals "^11.1.0"
10221022

1023-
"@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
1024-
version "7.18.10"
1025-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1026-
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
1023+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.18.10", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
1024+
version "7.20.7"
1025+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1026+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
10271027
dependencies:
1028-
"@babel/helper-string-parser" "^7.18.10"
1029-
"@babel/helper-validator-identifier" "^7.18.6"
1028+
"@babel/helper-string-parser" "^7.19.4"
1029+
"@babel/helper-validator-identifier" "^7.19.1"
10301030
to-fast-properties "^2.0.0"
10311031

10321032
"@jridgewell/gen-mapping@^0.1.0":
@@ -1096,6 +1096,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
10961096
dependencies:
10971097
object.assign "^4.1.0"
10981098

1099+
babel-plugin-lodash@^3.3.4:
1100+
version "3.3.4"
1101+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1102+
integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1103+
dependencies:
1104+
"@babel/helper-module-imports" "^7.0.0-beta.49"
1105+
"@babel/types" "^7.0.0-beta.49"
1106+
glob "^7.1.1"
1107+
lodash "^4.17.10"
1108+
require-package-name "^2.0.1"
1109+
10991110
babel-plugin-polyfill-corejs2@^0.3.2:
11001111
version "0.3.2"
11011112
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d"
@@ -1120,10 +1131,10 @@ babel-plugin-polyfill-regenerator@^0.4.0:
11201131
dependencies:
11211132
"@babel/helper-define-polyfill-provider" "^0.3.2"
11221133

1123-
babel-preset-gatsby-package@2.15.0:
1124-
version "2.15.0"
1125-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1126-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1134+
babel-preset-gatsby-package@3.3.0:
1135+
version "3.3.0"
1136+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.3.0.tgz#5c8616d35cc2b9527d11e6d7be68a6a5acac60d9"
1137+
integrity sha512-5rNJwHgga0PiaatH4raceRPWfcnqIGxeAjsy8uX60a52iTOWso2QWb1cYtZdoNm6o97SgIFGLH2fdbA9P71Nmg==
11271138
dependencies:
11281139
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11291140
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1135,6 +1146,7 @@ [email protected]:
11351146
"@babel/preset-react" "^7.14.0"
11361147
"@babel/runtime" "^7.15.4"
11371148
babel-plugin-dynamic-import-node "^2.3.3"
1149+
babel-plugin-lodash "^3.3.4"
11381150
core-js "^3.22.3"
11391151

11401152
balanced-match@^1.0.0:
@@ -1449,7 +1461,7 @@ glob-parent@~5.1.2:
14491461
dependencies:
14501462
is-glob "^4.0.1"
14511463

1452-
glob@^7.0.0:
1464+
glob@^7.0.0, glob@^7.1.1:
14531465
version "7.2.3"
14541466
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
14551467
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1579,6 +1591,11 @@ lodash.debounce@^4.0.8:
15791591
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
15801592
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
15811593

1594+
lodash@^4.17.10:
1595+
version "4.17.21"
1596+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1597+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1598+
15821599
lru-cache@^6.0.0:
15831600
version "6.0.0"
15841601
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1800,6 +1817,11 @@ regjsparser@^0.8.2:
18001817
dependencies:
18011818
jsesc "~0.5.0"
18021819

1820+
require-package-name@^2.0.1:
1821+
version "2.0.1"
1822+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1823+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1824+
18031825
resolve@^1.14.2:
18041826
version "1.22.1"
18051827
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"

0 commit comments

Comments
 (0)