Update front end dependencies

This commit is contained in:
Jeremy Stretch
2024-05-02 15:31:43 -04:00
parent 0bc2bffb81
commit 8f92b8519c
17 changed files with 9259 additions and 16314 deletions

View File

@@ -22,17 +22,18 @@
"validate:formatting:scripts": "prettier -c src/**/*.ts"
},
"dependencies": {
"@mdi/font": "^7.0.96",
"@mdi/font": "7.4.47",
"@tabler/core": "1.0.0-beta20",
"clipboard": "^2.0.11",
"bootstrap": "5.3.3",
"clipboard": "2.0.11",
"flatpickr": "4.6.13",
"gridstack": "^7.2.3",
"htmx.org": "^1.8.0",
"query-string": "^7.1.1",
"sass": "^1.55.0",
"tom-select": "^2.3.1",
"typeface-inter": "^3.18.1",
"typeface-roboto-mono": "^1.1.13"
"gridstack": "10.1.2",
"htmx.org": "1.9.12",
"query-string": "9.0.0",
"sass": "1.76.0",
"tom-select": "2.3.1",
"typeface-inter": "3.18.1",
"typeface-roboto-mono": "1.1.13"
},
"devDependencies": {
"@types/bootstrap": "5.2.10",