Skip to content

Commit fc0420f

Browse files
committedFeb 21, 2025·
fix: add babel preset-env, required for tests in windows ci
1 parent 374aea5 commit fc0420f

File tree

2 files changed

+930
-2
lines changed

2 files changed

+930
-2
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@babel/core": "^7",
5959
"@babel/eslint-parser": "^7.25.1",
6060
"@babel/plugin-syntax-import-assertions": "^7.25.6",
61+
"@babel/preset-env": "^7.25.4",
6162
"@eslint/eslintrc": "^3.1.0",
6263
"@eslint/js": "^9.11.1",
6364
"babel-jest": "^29.7.0",

‎yarn.lock

+929-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.