Skip to content

Commit 36e9aee

Browse files
fix(deps): update dependency @babel/preset-env to v7.29.2
1 parent 80074b3 commit 36e9aee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@babel/plugin-syntax-dynamic-import": "7.8.3",
2626
"@babel/plugin-syntax-import-meta": "7.10.4",
2727
"@babel/plugin-transform-runtime": "7.29.0",
28-
"@babel/preset-env": "7.29.0",
28+
"@babel/preset-env": "7.29.2",
2929
"@babel/preset-react": "7.28.5",
3030
"@moonwalker/pre-flight-check": "1.6.6",
3131
"assets-webpack-plugin": "5.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,10 +1526,10 @@
15261526
"@babel/helper-create-regexp-features-plugin" "^7.28.5"
15271527
"@babel/helper-plugin-utils" "^7.28.6"
15281528

1529-
"@babel/preset-env@7.29.0":
1530-
version "7.29.0"
1531-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.0.tgz#c55db400c515a303662faaefd2d87e796efa08d0"
1532-
integrity sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==
1529+
"@babel/preset-env@7.29.2":
1530+
version "7.29.2"
1531+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.29.2.tgz#5a173f22c7d8df362af1c9fe31facd320de4a86c"
1532+
integrity sha512-DYD23veRYGvBFhcTY1iUvJnDNpuqNd/BzBwCvzOTKUnJjKg5kpUBh3/u9585Agdkgj+QuygG7jLfOPWMa2KVNw==
15331533
dependencies:
15341534
"@babel/compat-data" "^7.29.0"
15351535
"@babel/helper-compilation-targets" "^7.28.6"

0 commit comments

Comments
 (0)