updated dependencies

This commit is contained in:
Sockenklaus
2021-12-10 00:24:24 +01:00
parent ed4377ad77
commit e0446e97de
2 changed files with 63 additions and 63 deletions

View File

@@ -13,10 +13,10 @@
"@vuelidate/validators": "^2.0.0-alpha.25",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
"bootstrap-icons": "^1.7.2",
"date-fns": "^2.27.0",
"lodash": "^4.17.21",
"pinia": "^2.0.5",
"pinia": "^2.0.6",
"pinia-plugin-persist": "^0.0.92",
"uuid": "^8.3.2",
"vue": "^3.2.23",
@@ -27,12 +27,12 @@
},
"devDependencies": {
"@types/bootstrap": "^5.1.6",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.11",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.12",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-vue": "^1.10.1",
"@vitejs/plugin-vue": "^1.10.2",
"sass": "^1.44.0",
"typescript": "^4.5.2",
"vite": "^2.6.14"
"typescript": "^4.5.3",
"vite": "^2.7.1"
}
}