mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore: update deps (#1346)
This commit is contained in:
parent
91e077de46
commit
6e6437700c
2 changed files with 808 additions and 649 deletions
1435
package-lock.json
generated
1435
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -19,15 +19,16 @@
|
|||
"@fontsource/roboto-mono": "^5.0.14",
|
||||
"@mdi/font": "^7.3.67",
|
||||
"@mdi/js": "^7.3.67",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@vueuse/core": "^10.6.1",
|
||||
"apexcharts": "^3.44.0",
|
||||
"axios": "^1.6.1",
|
||||
"axios": "^1.6.2",
|
||||
"dayjs": "^1.11.9",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"pinia": "^2.1.6",
|
||||
"pinia-plugin-persist": "^1.0.0",
|
||||
"uuid": "^9.0.1",
|
||||
"vite-plugin-pwa": "^0.16.5",
|
||||
"vite-plugin-pwa": "^0.17.0",
|
||||
"vite-plugin-vuetify": "^1.0.2",
|
||||
"vue": "^3.3.4",
|
||||
"vue-i18n": "^9.7.0",
|
||||
"vue-router": "^4.2.4",
|
||||
|
@ -39,22 +40,21 @@
|
|||
"devDependencies": {
|
||||
"@pinia/testing": "^0.1.3",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/node": "^20.9.3",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
"@vitejs/plugin-vue": "^4.3.4",
|
||||
"@typescript-eslint/parser": "^6.12.0",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"@vue/test-utils": "^2.4.1",
|
||||
"eslint": "^8.52.0",
|
||||
"@vue/test-utils": "^2.4.2",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"jsdom": "^22.1.0",
|
||||
"prettier": "^3.1.0",
|
||||
"sass": "^1.69.5",
|
||||
"typescript": "^5.2.2",
|
||||
"vite": "^4.4.9",
|
||||
"vite-plugin-vuetify": "^1.0.2",
|
||||
"typescript": "^5.3.2",
|
||||
"vite": "^4.5.0",
|
||||
"vitest": "^0.34.6",
|
||||
"vue-tsc": "^1.8.20"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue