Skip to content

Commit 6230ce7

Browse files
Update babel monorepo to v7.21.0
1 parent 24b76da commit 6230ce7

File tree

5 files changed

+63
-62
lines changed

5 files changed

+63
-62
lines changed

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.20.12",
33+
"@babel/core": "7.21.0",
3434
"@babel/polyfill": "7.12.1",
3535
"@babel/preset-env": "7.20.2",
3636
"@rollup/plugin-json": "6.0.0",

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/cli": "7.20.7",
28-
"@babel/core": "7.20.12",
27+
"@babel/cli": "7.21.0",
28+
"@babel/core": "7.21.0",
2929
"@babel/preset-env": "7.20.2",
3030
"@babel/preset-react": "7.18.6",
3131
"c8": "7.13.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"access": "public"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "7.20.12",
34+
"@babel/core": "7.21.0",
3535
"@babel/polyfill": "7.12.1",
3636
"c8": "7.13.0",
3737
"istanbul": "0.4.5",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.20.12",
33+
"@babel/core": "7.21.0",
3434
"@babel/preset-env": "7.20.2",
3535
"c8": "7.13.0",
3636
"mocha": "10.2.0",

yarn.lock

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.1.0":
5+
"@ampproject/remapping@^2.2.0":
66
version "2.2.0"
77
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
88
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
99
dependencies:
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/cli@7.20.7":
14-
version "7.20.7"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.20.7.tgz#8fc12e85c744a1a617680eacb488fab1fcd35b7c"
16-
integrity sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==
13+
"@babel/cli@7.21.0":
14+
version "7.21.0"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1"
16+
integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==
1717
dependencies:
18-
"@jridgewell/trace-mapping" "^0.3.8"
18+
"@jridgewell/trace-mapping" "^0.3.17"
1919
commander "^4.0.1"
2020
convert-source-map "^1.1.0"
2121
fs-readdir-recursive "^1.1.0"
@@ -45,34 +45,35 @@
4545
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
4646
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
4747

48-
"@babel/core@7.20.12":
49-
version "7.20.12"
50-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
51-
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
48+
"@babel/core@7.21.0":
49+
version "7.21.0"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
51+
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
5252
dependencies:
53-
"@ampproject/remapping" "^2.1.0"
53+
"@ampproject/remapping" "^2.2.0"
5454
"@babel/code-frame" "^7.18.6"
55-
"@babel/generator" "^7.20.7"
55+
"@babel/generator" "^7.21.0"
5656
"@babel/helper-compilation-targets" "^7.20.7"
57-
"@babel/helper-module-transforms" "^7.20.11"
58-
"@babel/helpers" "^7.20.7"
59-
"@babel/parser" "^7.20.7"
57+
"@babel/helper-module-transforms" "^7.21.0"
58+
"@babel/helpers" "^7.21.0"
59+
"@babel/parser" "^7.21.0"
6060
"@babel/template" "^7.20.7"
61-
"@babel/traverse" "^7.20.12"
62-
"@babel/types" "^7.20.7"
61+
"@babel/traverse" "^7.21.0"
62+
"@babel/types" "^7.21.0"
6363
convert-source-map "^1.7.0"
6464
debug "^4.1.0"
6565
gensync "^1.0.0-beta.2"
6666
json5 "^2.2.2"
6767
semver "^6.3.0"
6868

69-
"@babel/generator@^7.20.7":
70-
version "7.20.7"
71-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
72-
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
69+
"@babel/generator@^7.21.0":
70+
version "7.21.0"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f"
72+
integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA==
7373
dependencies:
74-
"@babel/types" "^7.20.7"
74+
"@babel/types" "^7.21.0"
7575
"@jridgewell/gen-mapping" "^0.3.2"
76+
"@jridgewell/trace-mapping" "^0.3.17"
7677
jsesc "^2.5.1"
7778

7879
"@babel/helper-annotate-as-pure@^7.18.6":
@@ -146,13 +147,13 @@
146147
dependencies:
147148
"@babel/types" "^7.18.6"
148149

149-
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0":
150-
version "7.19.0"
151-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
152-
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
150+
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
151+
version "7.21.0"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
153+
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
153154
dependencies:
154-
"@babel/template" "^7.18.10"
155-
"@babel/types" "^7.19.0"
155+
"@babel/template" "^7.20.7"
156+
"@babel/types" "^7.21.0"
156157

157158
"@babel/helper-hoist-variables@^7.18.6":
158159
version "7.18.6"
@@ -175,19 +176,19 @@
175176
dependencies:
176177
"@babel/types" "^7.18.6"
177178

178-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.11":
179-
version "7.20.11"
180-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
181-
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
179+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.21.0":
180+
version "7.21.0"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67"
182+
integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ==
182183
dependencies:
183184
"@babel/helper-environment-visitor" "^7.18.9"
184185
"@babel/helper-module-imports" "^7.18.6"
185186
"@babel/helper-simple-access" "^7.20.2"
186187
"@babel/helper-split-export-declaration" "^7.18.6"
187188
"@babel/helper-validator-identifier" "^7.19.1"
188189
"@babel/template" "^7.20.7"
189-
"@babel/traverse" "^7.20.10"
190-
"@babel/types" "^7.20.7"
190+
"@babel/traverse" "^7.21.0"
191+
"@babel/types" "^7.21.0"
191192

192193
"@babel/helper-optimise-call-expression@^7.18.6":
193194
version "7.18.6"
@@ -268,14 +269,14 @@
268269
"@babel/traverse" "^7.20.5"
269270
"@babel/types" "^7.20.5"
270271

271-
"@babel/helpers@^7.20.7":
272-
version "7.20.7"
273-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
274-
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
272+
"@babel/helpers@^7.21.0":
273+
version "7.21.0"
274+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
275+
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
275276
dependencies:
276277
"@babel/template" "^7.20.7"
277-
"@babel/traverse" "^7.20.7"
278-
"@babel/types" "^7.20.7"
278+
"@babel/traverse" "^7.21.0"
279+
"@babel/types" "^7.21.0"
279280

280281
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
281282
version "7.18.6"
@@ -286,10 +287,10 @@
286287
chalk "^2.0.0"
287288
js-tokens "^4.0.0"
288289

289-
"@babel/parser@^7.20.7":
290-
version "7.20.7"
291-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
292-
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
290+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
291+
version "7.21.0"
292+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4"
293+
integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg==
293294

294295
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
295296
version "7.18.6"
@@ -959,26 +960,26 @@
959960
"@babel/parser" "^7.20.7"
960961
"@babel/types" "^7.20.7"
961962

962-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
963-
version "7.20.12"
964-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
965-
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
963+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.0":
964+
version "7.21.0"
965+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
966+
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
966967
dependencies:
967968
"@babel/code-frame" "^7.18.6"
968-
"@babel/generator" "^7.20.7"
969+
"@babel/generator" "^7.21.0"
969970
"@babel/helper-environment-visitor" "^7.18.9"
970-
"@babel/helper-function-name" "^7.19.0"
971+
"@babel/helper-function-name" "^7.21.0"
971972
"@babel/helper-hoist-variables" "^7.18.6"
972973
"@babel/helper-split-export-declaration" "^7.18.6"
973-
"@babel/parser" "^7.20.7"
974-
"@babel/types" "^7.20.7"
974+
"@babel/parser" "^7.21.0"
975+
"@babel/types" "^7.21.0"
975976
debug "^4.1.0"
976977
globals "^11.1.0"
977978

978-
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.4.4":
979-
version "7.20.7"
980-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
981-
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
979+
"@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.4.4":
980+
version "7.21.0"
981+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819"
982+
integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==
982983
dependencies:
983984
"@babel/helper-string-parser" "^7.19.4"
984985
"@babel/helper-validator-identifier" "^7.19.1"
@@ -1106,7 +1107,7 @@
11061107
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
11071108
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11081109

1109-
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
1110+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
11101111
version "0.3.17"
11111112
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
11121113
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==

0 commit comments

Comments
 (0)