mirror of https://github.com/langgenius/dify.git
add back babel/core (#26489)
This commit is contained in:
parent
d49f3327e4
commit
c4884eb669
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -338,6 +338,9 @@ importers:
|
|||
'@antfu/eslint-config':
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0(@eslint-react/eslint-plugin@1.52.3(eslint@9.35.0(jiti@2.6.0))(ts-api-utils@2.1.0(typescript@5.8.3))(typescript@5.8.3))(@next/eslint-plugin-next@15.5.0)(@vue/compiler-sfc@3.5.17)(eslint-plugin-react-hooks@5.2.0(eslint@9.35.0(jiti@2.6.0)))(eslint-plugin-react-refresh@0.4.20(eslint@9.35.0(jiti@2.6.0)))(eslint@9.35.0(jiti@2.6.0))(typescript@5.8.3)
|
||||
'@babel/core':
|
||||
specifier: ^7.28.3
|
||||
version: 7.28.3
|
||||
'@chromatic-com/storybook':
|
||||
specifier: ^3.1.0
|
||||
version: 3.2.7(react@19.1.1)(storybook@8.5.0)
|
||||
|
|
@ -446,6 +449,9 @@ importers:
|
|||
autoprefixer:
|
||||
specifier: ^10.4.20
|
||||
version: 10.4.21(postcss@8.5.6)
|
||||
babel-loader:
|
||||
specifier: ^9.2.1
|
||||
version: 9.2.1(@babel/core@7.28.3)(webpack@5.100.2(esbuild@0.25.0)(uglify-js@3.19.3))
|
||||
bing-translate-api:
|
||||
specifier: ^4.0.2
|
||||
version: 4.1.0
|
||||
|
|
@ -8787,12 +8793,12 @@ snapshots:
|
|||
'@babel/helper-compilation-targets': 7.27.2
|
||||
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3)
|
||||
'@babel/helpers': 7.28.3
|
||||
'@babel/parser': 7.28.3
|
||||
'@babel/parser': 7.28.4
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/traverse': 7.28.3
|
||||
'@babel/types': 7.28.2
|
||||
'@babel/types': 7.28.4
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.1
|
||||
debug: 4.4.3
|
||||
gensync: 1.0.0-beta.2
|
||||
json5: 2.2.3
|
||||
semver: 6.3.1
|
||||
|
|
@ -8953,7 +8959,7 @@ snapshots:
|
|||
'@babel/helpers@7.28.3':
|
||||
dependencies:
|
||||
'@babel/template': 7.27.2
|
||||
'@babel/types': 7.28.2
|
||||
'@babel/types': 7.28.4
|
||||
|
||||
'@babel/parser@7.28.0':
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue