Skip to content

Commit 4e0c0b8

Browse files
Update gatsby monorepo
1 parent c884a19 commit 4e0c0b8

File tree

4 files changed

+626
-546
lines changed

4 files changed

+626
-546
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@tryghost/helpers": "1.1.71",
4242
"@tryghost/helpers-gatsby": "2.0.1",
4343
"cheerio": "1.0.0-rc.11",
44-
"gatsby": "4.15.2",
44+
"gatsby": "4.20.0",
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": "4.20.0",
48+
"gatsby-plugin-feed": "4.20.0",
49+
"gatsby-plugin-image": "2.20.0",
50+
"gatsby-plugin-manifest": "4.20.0",
51+
"gatsby-plugin-offline": "5.20.0",
52+
"gatsby-plugin-react-helmet": "5.20.0",
53+
"gatsby-plugin-sharp": "4.20.0",
54+
"gatsby-source-filesystem": "4.20.0",
5555
"gatsby-source-ghost": "5.0.0",
56-
"gatsby-transformer-sharp": "4.15.1",
56+
"gatsby-transformer-sharp": "4.20.0",
5757
"lodash": "4.17.21",
5858
"react": "18.2.0",
5959
"react-dom": "18.2.0",

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

Lines changed: 1 addition & 1 deletion
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": "2.20.0",
1515
"cross-env": "7.0.3"
1616
},
1717
"keywords": [

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

Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@
162162
dependencies:
163163
"@babel/types" "^7.17.0"
164164

165-
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
166-
version "7.16.7"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
168-
integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==
165+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7":
166+
version "7.18.6"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
168+
integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
169169
dependencies:
170-
"@babel/types" "^7.16.7"
170+
"@babel/types" "^7.18.6"
171171

172172
"@babel/helper-module-transforms@^7.18.0":
173173
version "7.18.0"
@@ -236,10 +236,15 @@
236236
dependencies:
237237
"@babel/types" "^7.16.7"
238238

239-
"@babel/helper-validator-identifier@^7.16.7":
240-
version "7.16.7"
241-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
242-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
239+
"@babel/helper-string-parser@^7.18.10":
240+
version "7.18.10"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
242+
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
243+
244+
"@babel/helper-validator-identifier@^7.16.7", "@babel/helper-validator-identifier@^7.18.6":
245+
version "7.18.6"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
247+
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
243248

244249
"@babel/helper-validator-option@^7.16.7":
245250
version "7.16.7"
@@ -1008,12 +1013,13 @@
10081013
debug "^4.1.0"
10091014
globals "^11.1.0"
10101015

1011-
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.4.4":
1012-
version "7.18.4"
1013-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1014-
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1016+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.6", "@babel/types@^7.4.4":
1017+
version "7.18.10"
1018+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6"
1019+
integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==
10151020
dependencies:
1016-
"@babel/helper-validator-identifier" "^7.16.7"
1021+
"@babel/helper-string-parser" "^7.18.10"
1022+
"@babel/helper-validator-identifier" "^7.18.6"
10171023
to-fast-properties "^2.0.0"
10181024

10191025
"@jridgewell/gen-mapping@^0.1.0":
@@ -1106,6 +1112,17 @@ babel-plugin-dynamic-import-node@^2.3.3:
11061112
dependencies:
11071113
object.assign "^4.1.0"
11081114

1115+
babel-plugin-lodash@^3.3.4:
1116+
version "3.3.4"
1117+
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz#4f6844358a1340baed182adbeffa8df9967bc196"
1118+
integrity sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==
1119+
dependencies:
1120+
"@babel/helper-module-imports" "^7.0.0-beta.49"
1121+
"@babel/types" "^7.0.0-beta.49"
1122+
glob "^7.1.1"
1123+
lodash "^4.17.10"
1124+
require-package-name "^2.0.1"
1125+
11091126
babel-plugin-polyfill-corejs2@^0.3.0:
11101127
version "0.3.1"
11111128
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5"
@@ -1130,10 +1147,10 @@ babel-plugin-polyfill-regenerator@^0.3.0:
11301147
dependencies:
11311148
"@babel/helper-define-polyfill-provider" "^0.3.1"
11321149

1133-
babel-preset-gatsby-package@2.15.0:
1134-
version "2.15.0"
1135-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1136-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1150+
babel-preset-gatsby-package@2.20.0:
1151+
version "2.20.0"
1152+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.20.0.tgz#09c44cea3a3b8695b1ed5e2c7f88716fbc397ad9"
1153+
integrity sha512-cPo/eIidh1gpXWtowW9qBP5IR1g/+cgAtwrgge7kO6uRyVUgdbpgYebR5izrJv7oIACvQUN5+fPOyWX/sfA5fw==
11371154
dependencies:
11381155
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
11391156
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
@@ -1145,6 +1162,7 @@ babel-preset-gatsby-package@2.15.0:
11451162
"@babel/preset-react" "^7.14.0"
11461163
"@babel/runtime" "^7.15.4"
11471164
babel-plugin-dynamic-import-node "^2.3.3"
1165+
babel-plugin-lodash "^3.3.4"
11481166
core-js "^3.22.3"
11491167

11501168
balanced-match@^1.0.0:
@@ -1499,7 +1517,7 @@ glob-parent@~5.1.2:
14991517
dependencies:
15001518
is-glob "^4.0.1"
15011519

1502-
glob@^7.0.0:
1520+
glob@^7.0.0, glob@^7.1.1:
15031521
version "7.2.3"
15041522
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15051523
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1651,6 +1669,11 @@ lodash.debounce@^4.0.8:
16511669
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16521670
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16531671

1672+
lodash@^4.17.10:
1673+
version "4.17.21"
1674+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1675+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1676+
16541677
lru-cache@^6.0.0:
16551678
version "6.0.0"
16561679
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -1911,6 +1934,11 @@ regjsparser@^0.8.2:
19111934
dependencies:
19121935
jsesc "~0.5.0"
19131936

1937+
require-package-name@^2.0.1:
1938+
version "2.0.1"
1939+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1940+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1941+
19141942
resolve@^1.14.2:
19151943
version "1.22.0"
19161944
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"

0 commit comments

Comments
 (0)