deps fix @types

This commit is contained in:
Jörn-Michael Miehe 2022-09-14 13:15:10 +00:00
parent f59ec0dcbc
commit 77375f7095

View file

@ -8,7 +8,6 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/color": "^3.0.3",
"color": "^4.2.3",
"core-js": "^3.8.3",
"luxon": "^3.0.3",
@ -19,6 +18,7 @@
"vuetify": "^2.6.0"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/luxon": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",