add back babel/core (#26489)

This commit is contained in:
Asuka Minato
2025-09-30 16:35:10 +09:00
committed by GitHub
parent d49f3327e4
commit c4884eb669
2 changed files with 13 additions and 5 deletions

View File

@@ -161,6 +161,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.0.1",
"@babel/core": "^7.28.3",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.13",
"@types/js-cookie": "^3.0.6",
@@ -199,7 +200,8 @@
"storybook": "8.5.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.8.3",
"uglify-js": "^3.19.3"
"uglify-js": "^3.19.3",
"babel-loader": "^9.2.1"
},
"resolutions": {
"@types/react": "19.1.11",