Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit e5d5d9d

Browse files
committed
Update to static cms 2.0.0
1 parent fcd07a8 commit e5d5d9d

File tree

2 files changed

+65
-32
lines changed

2 files changed

+65
-32
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"gatsby-plugin-image": "3.7.0",
2929
"gatsby-plugin-manifest": "5.7.0",
3030
"gatsby-plugin-sharp": "5.7.0",
31-
"gatsby-plugin-static-cms": "1.1.2",
31+
"gatsby-plugin-static-cms": "2.0.0",
3232
"gatsby-remark-images": "7.7.0",
3333
"gatsby-remark-prismjs": "7.7.0",
3434
"gatsby-remark-responsive-iframe": "6.7.0",

yarn.lock

+64-31
Original file line numberDiff line numberDiff line change
@@ -1020,13 +1020,6 @@
10201020
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
10211021
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
10221022

1023-
1024-
version "7.20.7"
1025-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
1026-
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
1027-
dependencies:
1028-
regenerator-runtime "^0.13.11"
1029-
10301023
"@babel/[email protected]", "@babel/runtime@^7.21.0":
10311024
version "7.21.0"
10321025
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
@@ -3229,7 +3222,7 @@
32293222
resolved "https://registry.yarnpkg.com/@types/js-cookie/-/js-cookie-2.2.7.tgz#226a9e31680835a6188e887f3988e60c04d3f6a3"
32303223
integrity sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==
32313224

3232-
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
3225+
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
32333226
version "7.0.11"
32343227
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
32353228
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
@@ -4472,7 +4465,14 @@ [email protected]:
44724465
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-3.0.0.tgz#e54f299f3a3d30fe144161e5f0d8d51196c527bc"
44734466
integrity sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==
44744467

4475-
4468+
ajv-formats@^2.1.1:
4469+
version "2.1.1"
4470+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
4471+
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
4472+
dependencies:
4473+
ajv "^8.0.0"
4474+
4475+
[email protected], ajv-keywords@^5.1.0:
44764476
version "5.1.0"
44774477
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
44784478
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
@@ -4484,7 +4484,7 @@ ajv-keywords@^3.4.1, ajv-keywords@^3.5.2:
44844484
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
44854485
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
44864486

4487-
[email protected], ajv@^8.0.1:
4487+
[email protected], ajv@^8.0.0, ajv@^8.0.1, ajv@^8.9.0:
44884488
version "8.12.0"
44894489
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
44904490
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -5752,19 +5752,17 @@ copy-to-clipboard@^3.3.1:
57525752
dependencies:
57535753
toggle-selection "^1.0.6"
57545754

5755-
copy-webpack-plugin@7.0.0:
5756-
version "7.0.0"
5757-
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-7.0.0.tgz#3506f867ca6e861ee2769d4deaf8fa0d2563ada9"
5758-
integrity sha512-SLjQNa5iE3BoCP76ESU9qYo9ZkEWtXoZxDurHoqPchAFRblJ9g96xTeC560UXBMre1Nx6ixIIUfiY3VcjpJw3g==
5755+
copy-webpack-plugin@11.0.0:
5756+
version "11.0.0"
5757+
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz#96d4dbdb5f73d02dd72d0528d1958721ab72e04a"
5758+
integrity sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==
57595759
dependencies:
5760-
fast-glob "^3.2.4"
5761-
glob-parent "^5.1.1"
5762-
globby "^11.0.1"
5763-
loader-utils "^2.0.0"
5760+
fast-glob "^3.2.11"
5761+
glob-parent "^6.0.1"
5762+
globby "^13.1.1"
57645763
normalize-path "^3.0.0"
5765-
p-limit "^3.0.2"
5766-
schema-utils "^3.0.0"
5767-
serialize-javascript "^5.0.1"
5764+
schema-utils "^4.0.0"
5765+
serialize-javascript "^6.0.0"
57685766

57695767
57705768
version "3.9.0"
@@ -7139,7 +7137,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
71397137
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
71407138
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
71417139

7142-
fast-glob@^3.2.11, fast-glob@^3.2.4, fast-glob@^3.2.9:
7140+
fast-glob@^3.2.11, fast-glob@^3.2.9:
71437141
version "3.2.12"
71447142
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
71457143
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -7679,19 +7677,19 @@ [email protected]:
76797677
semver "^7.3.8"
76807678
sharp "^0.31.3"
76817679

7682-
gatsby-plugin-static-cms@1.1.2:
7683-
version "1.1.2"
7684-
resolved "https://registry.yarnpkg.com/gatsby-plugin-static-cms/-/gatsby-plugin-static-cms-1.1.2.tgz#c1e02ef411d8fed30e92ce5558e2ea672fe6379d"
7685-
integrity sha512-Y9glHAh/sUFK//E3wIfs6RBVPPOGVfG6paf0su8B6hfetC0hDtZHNr/z2UXiWdEHuwvGZ1E1X4bh6VrOzN9Glw==
7680+
gatsby-plugin-static-cms@2.0.0:
7681+
version "2.0.0"
7682+
resolved "https://registry.yarnpkg.com/gatsby-plugin-static-cms/-/gatsby-plugin-static-cms-2.0.0.tgz#8e084bb2384040962a8e401cf8bcda480d50e478"
7683+
integrity sha512-o7xK/0Vlzu8hSyzB+bop+BcW7UD1w43tJYJm0LfXjZn3aUxVsQncflu3YsMDZe6oy2D6jeBFuMBGiKF9enBLog==
76867684
dependencies:
7687-
"@babel/runtime" "7.20.7"
7685+
"@babel/runtime" "7.21.0"
76887686
"@soda/friendly-errors-webpack-plugin" "1.8.1"
7689-
copy-webpack-plugin "7.0.0"
7687+
copy-webpack-plugin "11.0.0"
76907688
html-webpack-plugin "5.5.0"
76917689
html-webpack-skip-assets-plugin "1.0.3"
76927690
html-webpack-tags-plugin "3.0.2"
76937691
lodash "4.17.21"
7694-
mini-css-extract-plugin "1.6.2"
7692+
mini-css-extract-plugin "2.7.3"
76957693
netlify-identity-widget "1.9.2"
76967694

76977695
gatsby-plugin-typescript@^5.7.0:
@@ -8118,13 +8116,20 @@ github-slugger@^1.2.1:
81188116
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d"
81198117
integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==
81208118

8121-
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
8119+
glob-parent@^5.1.2, glob-parent@~5.1.2:
81228120
version "5.1.2"
81238121
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
81248122
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
81258123
dependencies:
81268124
is-glob "^4.0.1"
81278125

8126+
glob-parent@^6.0.1:
8127+
version "6.0.2"
8128+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
8129+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
8130+
dependencies:
8131+
is-glob "^4.0.3"
8132+
81288133
glob-to-regexp@^0.4.1:
81298134
version "0.4.1"
81308135
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -8188,7 +8193,7 @@ [email protected]:
81888193
merge2 "^1.4.1"
81898194
slash "^4.0.0"
81908195

8191-
globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
8196+
globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
81928197
version "11.1.0"
81938198
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
81948199
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -8200,6 +8205,17 @@ globby@^11.0.1, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
82008205
merge2 "^1.4.1"
82018206
slash "^3.0.0"
82028207

8208+
globby@^13.1.1:
8209+
version "13.1.4"
8210+
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
8211+
integrity sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==
8212+
dependencies:
8213+
dir-glob "^3.0.1"
8214+
fast-glob "^3.2.11"
8215+
ignore "^5.2.0"
8216+
merge2 "^1.4.1"
8217+
slash "^4.0.0"
8218+
82038219
gopd@^1.0.1:
82048220
version "1.0.1"
82058221
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -10725,6 +10741,13 @@ [email protected]:
1072510741
schema-utils "^3.0.0"
1072610742
webpack-sources "^1.1.0"
1072710743

10744+
10745+
version "2.7.3"
10746+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.3.tgz#794aa4d598bf178a66b2a35fe287c3df3eac394e"
10747+
integrity sha512-CD9cXeKeXLcnMw8FZdtfrRrLaM7gwCl4nKuKn2YkY2Bw5wdlB8zU2cCzw+w2zS9RFvbrufTBkMCJACNPwqQA0w==
10748+
dependencies:
10749+
schema-utils "^4.0.0"
10750+
1072810751
1072910752
version "3.0.4"
1073010753
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -12895,6 +12918,16 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
1289512918
ajv "^6.12.5"
1289612919
ajv-keywords "^3.5.2"
1289712920

12921+
schema-utils@^4.0.0:
12922+
version "4.0.1"
12923+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.1.tgz#eb2d042df8b01f4b5c276a2dfd41ba0faab72e8d"
12924+
integrity sha512-lELhBAAly9NowEsX0yZBlw9ahZG+sK/1RJ21EpzdYHKEs13Vku3LJ+MIPhh4sMs0oCCeufZQEQbMekiA4vuVIQ==
12925+
dependencies:
12926+
"@types/json-schema" "^7.0.9"
12927+
ajv "^8.9.0"
12928+
ajv-formats "^2.1.1"
12929+
ajv-keywords "^5.1.0"
12930+
1289812931
screenfull@^5.1.0:
1289912932
version "5.2.0"
1290012933
resolved "https://registry.yarnpkg.com/screenfull/-/screenfull-5.2.0.tgz#6533d524d30621fc1283b9692146f3f13a93d1ba"

0 commit comments

Comments
 (0)