diff --git a/package.json b/package.json index 7d1a666aed..a34d9cec22 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7026dae17a..540d1da1ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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'}