This commit is contained in:
pasqualevitiello
2023-02-13 15:44:58 +01:00
parent 1e00e994a6
commit 9cb186991b
8 changed files with 1151 additions and 1084 deletions

View File

@@ -7,21 +7,21 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.2",
"chart.js": "^3.8.0",
"chartjs-adapter-moment": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"chart.js": "^4.2.1",
"chartjs-adapter-moment": "^1.0.1",
"flatpickr": "^4.6.13",
"moment": "^2.29.4",
"vue": "^3.2.20",
"vue-flatpickr-component": "^9.0.6",
"vue-router": "^4.1.2"
"vue-flatpickr-component": "^9.0.8",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.20",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"vite": "^4.1.1"
}
}
}