mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
refactor: remove babel (#7453)
This commit is contained in:
@@ -62,9 +62,6 @@
|
||||
"normalize-wheel-es": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
"@commitlint/config-conventional": "^16.2.1",
|
||||
"@element-plus/build": "workspace:^0.0.1",
|
||||
@@ -80,7 +77,6 @@
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||||
"@vitest/ui": "^0.9.3",
|
||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||
"@vue/test-utils": "2.0.0-rc.16",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"c8": "^7.11.0",
|
||||
|
||||
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@@ -7,9 +7,6 @@ importers:
|
||||
|
||||
.:
|
||||
specifiers:
|
||||
'@babel/core': ^7.17.9
|
||||
'@babel/preset-env': ^7.16.11
|
||||
'@babel/preset-typescript': ^7.16.7
|
||||
'@commitlint/cli': ^16.2.3
|
||||
'@commitlint/config-conventional': ^16.2.1
|
||||
'@element-plus/build': workspace:^0.0.1
|
||||
@@ -39,7 +36,6 @@ importers:
|
||||
'@vitejs/plugin-vue': ^2.3.1
|
||||
'@vitejs/plugin-vue-jsx': ^1.3.10
|
||||
'@vitest/ui': ^0.9.3
|
||||
'@vue/babel-plugin-jsx': ^1.1.1
|
||||
'@vue/test-utils': 2.0.0-rc.16
|
||||
'@vue/tsconfig': ^0.1.3
|
||||
'@vueuse/core': ^8.2.6
|
||||
@@ -105,9 +101,6 @@ importers:
|
||||
memoize-one: 6.0.0
|
||||
normalize-wheel-es: 1.1.2
|
||||
devDependencies:
|
||||
'@babel/core': 7.17.9
|
||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.9
|
||||
'@babel/preset-typescript': 7.16.7_@babel+core@7.17.9
|
||||
'@commitlint/cli': 16.2.3
|
||||
'@commitlint/config-conventional': 16.2.1
|
||||
'@element-plus/build': link:internal/build
|
||||
@@ -123,7 +116,6 @@ importers:
|
||||
'@vitejs/plugin-vue': 2.3.1_vue@3.2.31
|
||||
'@vitejs/plugin-vue-jsx': 1.3.10
|
||||
'@vitest/ui': 0.9.3
|
||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.9
|
||||
'@vue/test-utils': 2.0.0-rc.16_vue@3.2.31
|
||||
'@vue/tsconfig': 0.1.3_@types+node@17.0.25
|
||||
c8: 7.11.0
|
||||
@@ -1656,20 +1648,6 @@ packages:
|
||||
esutils: 2.0.3
|
||||
dev: true
|
||||
|
||||
/@babel/preset-typescript/7.16.7_@babel+core@7.17.9:
|
||||
resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.17.9
|
||||
'@babel/helper-plugin-utils': 7.16.7
|
||||
'@babel/helper-validator-option': 7.16.7
|
||||
'@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@babel/runtime/7.17.9:
|
||||
resolution: {integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
Reference in New Issue
Block a user