Skip to content

Commit 5faf3de

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

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@babel/cli": "7.23.4",
4040
"@babel/core": "7.23.7",
41-
"@babel/preset-env": "7.23.7",
41+
"@babel/preset-env": "7.23.8",
4242
"@babel/preset-flow": "7.23.3",
4343
"@babel/preset-react": "7.23.3",
4444
"@commitlint/cli": "8.3.6",

Diff for: yarn.lock

+10-11
Original file line numberDiff line numberDiff line change
@@ -841,16 +841,15 @@
841841
"@babel/helper-plugin-utils" "^7.22.5"
842842
"@babel/plugin-syntax-class-static-block" "^7.14.5"
843843

844-
"@babel/plugin-transform-classes@^7.23.5":
845-
version "7.23.5"
846-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.5.tgz#e7a75f815e0c534cc4c9a39c56636c84fc0d64f2"
847-
integrity sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==
844+
"@babel/plugin-transform-classes@^7.23.8":
845+
version "7.23.8"
846+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz#d08ae096c240347badd68cdf1b6d1624a6435d92"
847+
integrity sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==
848848
dependencies:
849849
"@babel/helper-annotate-as-pure" "^7.22.5"
850-
"@babel/helper-compilation-targets" "^7.22.15"
850+
"@babel/helper-compilation-targets" "^7.23.6"
851851
"@babel/helper-environment-visitor" "^7.22.20"
852852
"@babel/helper-function-name" "^7.23.0"
853-
"@babel/helper-optimise-call-expression" "^7.22.5"
854853
"@babel/helper-plugin-utils" "^7.22.5"
855854
"@babel/helper-replace-supers" "^7.22.20"
856855
"@babel/helper-split-export-declaration" "^7.22.6"
@@ -1234,10 +1233,10 @@
12341233
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
12351234
"@babel/helper-plugin-utils" "^7.22.5"
12361235

1237-
"@babel/[email protected].7":
1238-
version "7.23.7"
1239-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.7.tgz#e5d69b9f14db8a13bae4d8e5ce7f360973626241"
1240-
integrity sha512-SY27X/GtTz/L4UryMNJ6p4fH4nsgWbz84y9FE0bQeWJP6O5BhgVCt53CotQKHCOeXJel8VyhlhujhlltKms/CA==
1236+
"@babel/[email protected].8":
1237+
version "7.23.8"
1238+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.23.8.tgz#7d6f8171ea7c221ecd28059e65ad37c20e441e3e"
1239+
integrity sha512-lFlpmkApLkEP6woIKprO6DO60RImpatTQKtz4sUcDjVcK8M8mQ4sZsuxaTMNOZf0sqAq/ReYW1ZBHnOQwKpLWA==
12411240
dependencies:
12421241
"@babel/compat-data" "^7.23.5"
12431242
"@babel/helper-compilation-targets" "^7.23.6"
@@ -1272,7 +1271,7 @@
12721271
"@babel/plugin-transform-block-scoping" "^7.23.4"
12731272
"@babel/plugin-transform-class-properties" "^7.23.3"
12741273
"@babel/plugin-transform-class-static-block" "^7.23.4"
1275-
"@babel/plugin-transform-classes" "^7.23.5"
1274+
"@babel/plugin-transform-classes" "^7.23.8"
12761275
"@babel/plugin-transform-computed-properties" "^7.23.3"
12771276
"@babel/plugin-transform-destructuring" "^7.23.3"
12781277
"@babel/plugin-transform-dotall-regex" "^7.23.3"

0 commit comments

Comments
 (0)