fix: add missing Babel dependencies (@babel/preset-env, @babel/core, @babel/plugin-transform-runtime)
This commit is contained in:
Generated
+1501
File diff suppressed because it is too large
Load Diff
@@ -68,6 +68,9 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@axe-core/playwright": "^4.11.1",
|
"@axe-core/playwright": "^4.11.1",
|
||||||
|
"@babel/core": "^7.29.0",
|
||||||
|
"@babel/plugin-transform-runtime": "^7.29.0",
|
||||||
|
"@babel/preset-env": "^7.29.0",
|
||||||
"@eslint/eslintrc": "^3.3.5",
|
"@eslint/eslintrc": "^3.3.5",
|
||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@testing-library/jest-dom": "^6.9.1",
|
"@testing-library/jest-dom": "^6.9.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user