Skip to content

Commit 943324d

Browse files
Update gatsby monorepo
1 parent ff35c34 commit 943324d

File tree

4 files changed

+513
-1868
lines changed

4 files changed

+513
-1868
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.74",
4242
"@tryghost/helpers-gatsby": "2.0.4",
4343
"cheerio": "1.0.0-rc.11",
44-
"gatsby": "4.15.2",
44+
"gatsby": "4.24.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.24.0",
48+
"gatsby-plugin-feed": "4.24.0",
49+
"gatsby-plugin-image": "2.24.0",
50+
"gatsby-plugin-manifest": "4.24.0",
51+
"gatsby-plugin-offline": "5.24.0",
52+
"gatsby-plugin-react-helmet": "5.24.0",
53+
"gatsby-plugin-sharp": "4.24.0",
54+
"gatsby-source-filesystem": "4.24.0",
5555
"gatsby-source-ghost": "5.0.0",
56-
"gatsby-transformer-sharp": "4.15.1",
56+
"gatsby-transformer-sharp": "4.24.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.24.0",
1515
"cross-env": "7.0.3"
1616
},
1717
"keywords": [

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

Lines changed: 32 additions & 10 deletions
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==
@@ -1020,10 +1020,10 @@
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.19.0"
1025+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
1026+
integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==
10271027
dependencies:
10281028
"@babel/helper-string-parser" "^7.18.10"
10291029
"@babel/helper-validator-identifier" "^7.18.6"
@@ -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@2.24.0:
1135+
version "2.24.0"
1136+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.24.0.tgz#54589866f26862bbe7b8b682e2715ca46038e869"
1137+
integrity sha512-4mUQzOm3GrbC4KyZ3hzkijz9Ni2yQVLgnp/uhemjJHrKx37KCCIcidodtJy5mgM4Gh9pUuShEyKn0IXHg7Dx0g==
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 @@ babel-preset-gatsby-package@2.15.0:
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)