mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 08:31:30 -04:00
fix(deps): added missing optional deps
This commit is contained in:
parent
44d653b1f2
commit
49755909bd
3 changed files with 9 additions and 3 deletions
|
@ -64,6 +64,7 @@
|
|||
"@types/bcryptjs": "^2.4.2",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/jsdom": "^16.2.15",
|
||||
"@types/lodash": "^4.14.183",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
"@types/node": "^16.11.49",
|
||||
"@types/qrcode": "^1.4.3",
|
||||
|
@ -93,6 +94,7 @@
|
|||
"vite-plugin-pwa": "^0.11.13",
|
||||
"vite-svg-loader": "^3.4.0",
|
||||
"vitest": "^0.13.1",
|
||||
"vue-tsc": "^0.31.4"
|
||||
"vue-tsc": "^0.31.4",
|
||||
"workbox-window": "^6.5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue