Skip to content

Commit fcdcf63

Browse files
chore(deps): update dependency @babel/preset-env to v7.23.8
1 parent 5fd54ea commit fcdcf63

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/cli": "7.23.4",
5252
"@babel/core": "7.23.7",
5353
"@babel/eslint-parser": "7.23.3",
54-
"@babel/preset-env": "7.23.7",
54+
"@babel/preset-env": "7.23.8",
5555
"@babel/preset-react": "7.23.3",
5656
"@testing-library/dom": "9.3.3",
5757
"@testing-library/jest-dom": "6.2.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -526,16 +526,15 @@
526526
"@babel/helper-plugin-utils" "^7.22.5"
527527
"@babel/plugin-syntax-class-static-block" "^7.14.5"
528528

529-
"@babel/plugin-transform-classes@^7.23.5":
530-
version "7.23.5"
531-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
532-
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
529+
"@babel/plugin-transform-classes@^7.23.8":
530+
version "7.23.8"
531+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
532+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
533533
dependencies:
534534
"@babel/helper-annotate-as-pure" "^7.22.5"
535-
"@babel/helper-compilation-targets" "^7.22.15"
535+
"@babel/helper-compilation-targets" "^7.23.6"
536536
"@babel/helper-environment-visitor" "^7.22.20"
537537
"@babel/helper-function-name" "^7.23.0"
538-
"@babel/helper-optimise-call-expression" "^7.22.5"
539538
"@babel/helper-plugin-utils" "^7.22.5"
540539
"@babel/helper-replace-supers" "^7.22.20"
541540
"@babel/helper-split-export-declaration" "^7.22.6"
@@ -891,10 +890,10 @@
891890
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
892891
"@babel/helper-plugin-utils" "^7.22.5"
893892

894-
"@babel/[email protected].7":
895-
version "7.23.7"
896-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241"
897-
integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==
893+
"@babel/[email protected].8":
894+
version "7.23.8"
895+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
896+
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
898897
dependencies:
899898
"@babel/compat-data" "^7.23.5"
900899
"@babel/helper-compilation-targets" "^7.23.6"
@@ -929,7 +928,7 @@
929928
"@babel/plugin-transform-block-scoping" "^7.23.4"
930929
"@babel/plugin-transform-class-properties" "^7.23.3"
931930
"@babel/plugin-transform-class-static-block" "^7.23.4"
932-
"@babel/plugin-transform-classes" "^7.23.5"
931+
"@babel/plugin-transform-classes" "^7.23.8"
933932
"@babel/plugin-transform-computed-properties" "^7.23.3"
934933
"@babel/plugin-transform-destructuring" "^7.23.3"
935934
"@babel/plugin-transform-dotall-regex" "^7.23.3"

0 commit comments

Comments
 (0)