This commit is contained in:
pasqualevitiello
2023-04-11 12:04:19 +02:00
parent 9cb186991b
commit 2df9ad1fbe
3 changed files with 395 additions and 1174 deletions

View File

@@ -1,11 +1,14 @@
# CHANGELOG.md
## [1.4.3] - 2023-04-11
- Update dependencies
## [1.4.2] - 2023-02-13
- Update dependencies
- Improve sidebar icons color logic
## [1.4.0] - 2022-08-30
- Update sidebar

1554
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,15 +13,15 @@
"flatpickr": "^4.6.13",
"moment": "^2.29.4",
"vue": "^3.2.20",
"vue-flatpickr-component": "^9.0.8",
"vue-flatpickr-component": "^11.0.3",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.20",
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"vite": "^4.1.1"
"tailwindcss": "^3.3.1",
"vite": "^4.2.1"
}
}