ui_migration chore(nodejs) Remove deprecated packages material-icons and babel-eslint-parser
This commit is contained in:
parent
89c709e95d
commit
e83dc511d7
2 changed files with 140 additions and 784 deletions
919
webapp/package-lock.json
generated
919
webapp/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@
|
|||
"dependencies": {
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"axios": "^1.7.7",
|
||||
"material-design-icons": "^3.0",
|
||||
"material-symbols": "^0.39.1",
|
||||
"mitt": "^3.0.1",
|
||||
"mousetrap": "^1.6.5",
|
||||
"openseadragon": "^5.0.0",
|
||||
|
|
@ -31,7 +31,6 @@
|
|||
"vue": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.28.5",
|
||||
"@pinia/testing": "^1.0.3",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vitest/coverage-v8": "^4.1.6",
|
||||
|
|
@ -47,7 +46,6 @@
|
|||
"eslint-plugin-vue": "^9.20.0",
|
||||
"happy-dom": "^20.9.0",
|
||||
"less": "^4.5.1",
|
||||
"material-symbols": "^0.39.1",
|
||||
"postcss-html": "^1.8.1",
|
||||
"postcss-less": "^6.0.0",
|
||||
"prettier": "^3.2.8",
|
||||
|
|
@ -58,6 +56,7 @@
|
|||
"vite": "^7.3.1",
|
||||
"vitest": "^4.1.6"
|
||||
},
|
||||
"overrides": { "glob":"12.0"},
|
||||
"postcss": {
|
||||
"plugins": {
|
||||
"autoprefixer": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue