mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
chore: remove deprecated package @types/sass (#18786)
This commit is contained in:
parent
6b5c12b275
commit
ff2211d673
@ -81,7 +81,6 @@
|
||||
"@types/gulp": "^4.0.9",
|
||||
"@types/jsdom": "^16.2.14",
|
||||
"@types/node": "^18.19.25",
|
||||
"@types/sass": "^1.43.1",
|
||||
"@vitejs/plugin-vue": "^2.3.3",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||||
"@vitest/coverage-v8": "^2.0.5",
|
||||
|
@ -119,12 +119,9 @@ importers:
|
||||
'@types/node':
|
||||
specifier: ^18.19.25
|
||||
version: 18.19.25
|
||||
'@types/sass':
|
||||
specifier: ^1.43.1
|
||||
version: 1.43.1
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^2.3.3
|
||||
version: 2.3.3(vite@2.9.15(sass@1.79.3))(vue@3.2.37)
|
||||
version: 2.3.3(vue@3.2.37)
|
||||
'@vitejs/plugin-vue-jsx':
|
||||
specifier: ^1.3.10
|
||||
version: 1.3.10
|
||||
@ -2613,9 +2610,6 @@ packages:
|
||||
'@types/resolve@1.20.2':
|
||||
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
||||
|
||||
'@types/sass@1.43.1':
|
||||
resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==}
|
||||
|
||||
'@types/tough-cookie@4.0.2':
|
||||
resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==}
|
||||
|
||||
@ -11234,10 +11228,6 @@ snapshots:
|
||||
|
||||
'@types/resolve@1.20.2': {}
|
||||
|
||||
'@types/sass@1.43.1':
|
||||
dependencies:
|
||||
'@types/node': 18.19.25
|
||||
|
||||
'@types/tough-cookie@4.0.2': {}
|
||||
|
||||
'@types/trusted-types@2.0.7': {}
|
||||
@ -11465,6 +11455,10 @@ snapshots:
|
||||
vite: 5.3.3(@types/node@22.8.6)(sass@1.79.3)(terser@5.36.0)
|
||||
vue: 3.2.37
|
||||
|
||||
'@vitejs/plugin-vue@2.3.3(vue@3.2.37)':
|
||||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
||||
'@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@22.8.6)(sass@1.79.3)(terser@5.36.0))(vue@3.4.31(typescript@5.5.4))':
|
||||
dependencies:
|
||||
vite: 5.3.3(@types/node@22.8.6)(sass@1.79.3)(terser@5.36.0)
|
||||
|
Loading…
Reference in New Issue
Block a user