Skip to content

Commit ab6f865

Browse files
authored
Replace deprecated babel proposal plugins (#4254)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 819fc75 commit ab6f865

File tree

3 files changed

+12
-156
lines changed

3 files changed

+12
-156
lines changed

babel.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module.exports = {
1717
"@babel/preset-typescript",
1818
],
1919
plugins: [
20-
"@babel/plugin-proposal-numeric-separator",
21-
"@babel/plugin-proposal-class-properties",
22-
"@babel/plugin-proposal-object-rest-spread",
20+
"@babel/plugin-transform-numeric-separator",
21+
"@babel/plugin-transform-class-properties",
22+
"@babel/plugin-transform-object-rest-spread",
2323
"@babel/plugin-syntax-dynamic-import",
2424
"@babel/plugin-transform-runtime",
2525
],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"@babel/core": "^7.12.10",
7575
"@babel/eslint-parser": "^7.12.10",
7676
"@babel/eslint-plugin": "^7.12.10",
77-
"@babel/plugin-proposal-class-properties": "^7.12.1",
78-
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
79-
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
77+
"@babel/plugin-transform-class-properties": "^7.12.1",
78+
"@babel/plugin-transform-numeric-separator": "^7.12.7",
79+
"@babel/plugin-transform-object-rest-spread": "^7.12.1",
8080
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
8181
"@babel/plugin-transform-runtime": "^7.12.10",
8282
"@babel/preset-env": "^7.12.11",

yarn.lock

Lines changed: 6 additions & 150 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,11 @@
7575
"@babel/highlight" "^7.24.7"
7676
picocolors "^1.0.0"
7777

78-
"@babel/compat-data@^7.20.5":
79-
version "7.22.9"
80-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
81-
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
82-
8378
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.7":
8479
version "7.24.7"
8580
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
8681
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
8782

88-
"@babel/compat-data@^7.22.9":
89-
version "7.23.5"
90-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
91-
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
92-
9383
"@babel/compat-data@^7.23.5":
9484
version "7.24.6"
9585
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
@@ -183,13 +173,6 @@
183173
"@jridgewell/trace-mapping" "^0.3.25"
184174
jsesc "^2.5.1"
185175

186-
"@babel/helper-annotate-as-pure@^7.22.5":
187-
version "7.24.6"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d"
189-
integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==
190-
dependencies:
191-
"@babel/types" "^7.24.6"
192-
193176
"@babel/helper-annotate-as-pure@^7.24.7":
194177
version "7.24.7"
195178
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab"
@@ -205,17 +188,6 @@
205188
"@babel/traverse" "^7.24.7"
206189
"@babel/types" "^7.24.7"
207190

208-
"@babel/helper-compilation-targets@^7.20.7":
209-
version "7.22.10"
210-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.10.tgz#01d648bbc25dd88f513d862ee0df27b7d4e67024"
211-
integrity sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==
212-
dependencies:
213-
"@babel/compat-data" "^7.22.9"
214-
"@babel/helper-validator-option" "^7.22.5"
215-
browserslist "^4.21.9"
216-
lru-cache "^5.1.1"
217-
semver "^6.3.1"
218-
219191
"@babel/helper-compilation-targets@^7.22.15":
220192
version "7.23.6"
221193
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
@@ -238,21 +210,6 @@
238210
lru-cache "^5.1.1"
239211
semver "^6.3.1"
240212

241-
"@babel/helper-create-class-features-plugin@^7.18.6":
242-
version "7.22.10"
243-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.10.tgz#dd2612d59eac45588021ac3d6fa976d08f4e95a3"
244-
integrity sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==
245-
dependencies:
246-
"@babel/helper-annotate-as-pure" "^7.22.5"
247-
"@babel/helper-environment-visitor" "^7.22.5"
248-
"@babel/helper-function-name" "^7.22.5"
249-
"@babel/helper-member-expression-to-functions" "^7.22.5"
250-
"@babel/helper-optimise-call-expression" "^7.22.5"
251-
"@babel/helper-replace-supers" "^7.22.9"
252-
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
253-
"@babel/helper-split-export-declaration" "^7.22.6"
254-
semver "^6.3.1"
255-
256213
"@babel/helper-create-class-features-plugin@^7.24.7":
257214
version "7.24.7"
258215
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
@@ -300,7 +257,7 @@
300257
dependencies:
301258
"@babel/types" "^7.24.7"
302259

303-
"@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0":
260+
"@babel/helper-function-name@^7.23.0":
304261
version "7.23.0"
305262
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
306263
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
@@ -330,20 +287,6 @@
330287
dependencies:
331288
"@babel/types" "^7.24.7"
332289

333-
"@babel/helper-member-expression-to-functions@^7.22.15":
334-
version "7.23.0"
335-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
336-
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
337-
dependencies:
338-
"@babel/types" "^7.23.0"
339-
340-
"@babel/helper-member-expression-to-functions@^7.22.5":
341-
version "7.22.15"
342-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.15.tgz#b95a144896f6d491ca7863576f820f3628818621"
343-
integrity sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==
344-
dependencies:
345-
"@babel/types" "^7.22.15"
346-
347290
"@babel/helper-member-expression-to-functions@^7.24.7":
348291
version "7.24.7"
349292
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz#67613d068615a70e4ed5101099affc7a41c5225f"
@@ -389,13 +332,6 @@
389332
"@babel/helper-split-export-declaration" "^7.24.7"
390333
"@babel/helper-validator-identifier" "^7.24.7"
391334

392-
"@babel/helper-optimise-call-expression@^7.22.5":
393-
version "7.22.5"
394-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
395-
integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
396-
dependencies:
397-
"@babel/types" "^7.22.5"
398-
399335
"@babel/helper-optimise-call-expression@^7.24.7":
400336
version "7.24.7"
401337
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
@@ -408,11 +344,6 @@
408344
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz#98c84fe6fe3d0d3ae7bfc3a5e166a46844feb2a0"
409345
integrity sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==
410346

411-
"@babel/helper-plugin-utils@^7.20.2":
412-
version "7.22.5"
413-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295"
414-
integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==
415-
416347
"@babel/helper-remap-async-to-generator@^7.24.7":
417348
version "7.24.7"
418349
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7"
@@ -422,15 +353,6 @@
422353
"@babel/helper-environment-visitor" "^7.24.7"
423354
"@babel/helper-wrap-function" "^7.24.7"
424355

425-
"@babel/helper-replace-supers@^7.22.9":
426-
version "7.22.20"
427-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
428-
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
429-
dependencies:
430-
"@babel/helper-environment-visitor" "^7.22.20"
431-
"@babel/helper-member-expression-to-functions" "^7.22.15"
432-
"@babel/helper-optimise-call-expression" "^7.22.5"
433-
434356
"@babel/helper-replace-supers@^7.24.7":
435357
version "7.24.7"
436358
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz#f933b7eed81a1c0265740edc91491ce51250f765"
@@ -455,13 +377,6 @@
455377
"@babel/traverse" "^7.24.7"
456378
"@babel/types" "^7.24.7"
457379

458-
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
459-
version "7.22.5"
460-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
461-
integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
462-
dependencies:
463-
"@babel/types" "^7.22.5"
464-
465380
"@babel/helper-skip-transparent-expression-wrappers@^7.24.7":
466381
version "7.24.7"
467382
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9"
@@ -519,11 +434,6 @@
519434
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
520435
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
521436

522-
"@babel/helper-validator-option@^7.22.5":
523-
version "7.22.15"
524-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
525-
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
526-
527437
"@babel/helper-validator-option@^7.23.5":
528438
version "7.24.6"
529439
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
@@ -657,33 +567,6 @@
657567
"@babel/helper-environment-visitor" "^7.24.7"
658568
"@babel/helper-plugin-utils" "^7.24.7"
659569

660-
"@babel/plugin-proposal-class-properties@^7.12.1":
661-
version "7.18.6"
662-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
663-
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
664-
dependencies:
665-
"@babel/helper-create-class-features-plugin" "^7.18.6"
666-
"@babel/helper-plugin-utils" "^7.18.6"
667-
668-
"@babel/plugin-proposal-numeric-separator@^7.12.7":
669-
version "7.18.6"
670-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
671-
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
672-
dependencies:
673-
"@babel/helper-plugin-utils" "^7.18.6"
674-
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
675-
676-
"@babel/plugin-proposal-object-rest-spread@^7.12.1":
677-
version "7.20.7"
678-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
679-
integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
680-
dependencies:
681-
"@babel/compat-data" "^7.20.5"
682-
"@babel/helper-compilation-targets" "^7.20.7"
683-
"@babel/helper-plugin-utils" "^7.20.2"
684-
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
685-
"@babel/plugin-transform-parameters" "^7.20.7"
686-
687570
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
688571
version "7.21.0-placeholder-for-preset-env.2"
689572
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
@@ -891,7 +774,7 @@
891774
dependencies:
892775
"@babel/helper-plugin-utils" "^7.24.7"
893776

894-
"@babel/plugin-transform-class-properties@^7.24.7":
777+
"@babel/plugin-transform-class-properties@^7.12.1", "@babel/plugin-transform-class-properties@^7.24.7":
895778
version "7.24.7"
896779
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834"
897780
integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==
@@ -1081,15 +964,15 @@
1081964
"@babel/helper-plugin-utils" "^7.24.7"
1082965
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1083966

1084-
"@babel/plugin-transform-numeric-separator@^7.24.7":
967+
"@babel/plugin-transform-numeric-separator@^7.12.7", "@babel/plugin-transform-numeric-separator@^7.24.7":
1085968
version "7.24.7"
1086969
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63"
1087970
integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==
1088971
dependencies:
1089972
"@babel/helper-plugin-utils" "^7.24.7"
1090973
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1091974

1092-
"@babel/plugin-transform-object-rest-spread@^7.24.7":
975+
"@babel/plugin-transform-object-rest-spread@^7.12.1", "@babel/plugin-transform-object-rest-spread@^7.24.7":
1093976
version "7.24.7"
1094977
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6"
1095978
integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==
@@ -1124,13 +1007,6 @@
11241007
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
11251008
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
11261009

1127-
"@babel/plugin-transform-parameters@^7.20.7":
1128-
version "7.22.5"
1129-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz#c3542dd3c39b42c8069936e48717a8d179d63a18"
1130-
integrity sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==
1131-
dependencies:
1132-
"@babel/helper-plugin-utils" "^7.22.5"
1133-
11341010
"@babel/plugin-transform-parameters@^7.24.7":
11351011
version "7.24.7"
11361012
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68"
@@ -1490,7 +1366,7 @@
14901366
"@babel/helper-validator-identifier" "^7.22.20"
14911367
to-fast-properties "^2.0.0"
14921368

1493-
"@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.4.4":
1369+
"@babel/types@^7.24.7", "@babel/types@^7.4.4":
14941370
version "7.24.7"
14951371
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
14961372
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==
@@ -2828,16 +2704,6 @@ braces@^3.0.3, braces@~3.0.2:
28282704
dependencies:
28292705
fill-range "^7.1.1"
28302706

2831-
browserslist@^4.21.9:
2832-
version "4.22.2"
2833-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b"
2834-
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==
2835-
dependencies:
2836-
caniuse-lite "^1.0.30001565"
2837-
electron-to-chromium "^1.4.601"
2838-
node-releases "^2.0.14"
2839-
update-browserslist-db "^1.0.13"
2840-
28412707
browserslist@^4.22.2, browserslist@^4.23.0:
28422708
version "4.23.1"
28432709
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.1.tgz#ce4af0534b3d37db5c1a4ca98b9080f985041e96"
@@ -2896,11 +2762,6 @@ camelcase@^6.2.0:
28962762
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
28972763
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
28982764

2899-
caniuse-lite@^1.0.30001565:
2900-
version "1.0.30001583"
2901-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001583.tgz#abb2970cc370801dc7e27bf290509dc132cfa390"
2902-
integrity sha512-acWTYaha8xfhA/Du/z4sNZjHUWjkiuoAi2LM+T/aL+kemKQgPT1xBb/YKjlQ0Qo8gvbHsGNplrEJ+9G3gL7i4Q==
2903-
29042765
caniuse-lite@^1.0.30001629:
29052766
version "1.0.30001632"
29062767
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001632.tgz#964207b7cba5851701afb4c8afaf1448db3884b6"
@@ -3293,11 +3154,6 @@ easy-table@1.2.0:
32933154
optionalDependencies:
32943155
wcwidth "^1.0.1"
32953156

3296-
electron-to-chromium@^1.4.601:
3297-
version "1.4.655"
3298-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.655.tgz#112410db0d7f9c2b4ed8baa3b1b548522a6f89d4"
3299-
integrity sha512-2yszojF7vIZ68adIOvzV4bku8OZad9w5H9xF3ZAMZjPuOjBarlflUkjN6DggdV+L71WZuKUfKUhov/34+G5QHg==
3300-
33013157
electron-to-chromium@^1.4.796:
33023158
version "1.4.798"
33033159
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.798.tgz#6a3fcab2edc1e66e3883466f6b4b8944323c0164"
@@ -6734,7 +6590,7 @@ universalify@^0.2.0:
67346590
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
67356591
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
67366592

6737-
update-browserslist-db@^1.0.13, update-browserslist-db@^1.0.16:
6593+
update-browserslist-db@^1.0.16:
67386594
version "1.0.16"
67396595
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356"
67406596
integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==

0 commit comments

Comments
 (0)