Update all dependencies

This commit is contained in:
Trenton Zimmer
2026-07-29 15:40:03 -04:00
parent 04e2c3f354
commit 8a37ccc607
3 changed files with 1465 additions and 1185 deletions

2598
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,38 +10,38 @@
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@tailwindcss/vite": "^4.1.11",
"@vuepic/vue-datepicker": "^11.0.1",
"axios": "^1.11.0",
"chart.js": "^4.5.0",
"@tailwindcss/vite": "^4.3.3",
"@vuepic/vue-datepicker": "^14.0.0",
"axios": "^1.19.0",
"chart.js": "^4.5.1",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.1",
"dotenv": "^17.4.2",
"downloadjs": "^1.4.7",
"globals": "^16.3.0",
"js-cookie": "^3.0.5",
"globals": "^17.8.0",
"js-cookie": "^3.0.8",
"numeral": "^2.0.6",
"particles.js": "^2.0.0",
"pinia": "^3.0.3",
"vue": "^3.5.18",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.1",
"pinia": "^4.0.2",
"vue": "^3.5.40",
"vue-chartjs": "^5.3.4",
"vue-router": "^5.2.0",
"vue3-easy-data-table": "^1.5.47"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.32.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/postcss": "^4.1.11",
"@vitejs/plugin-vue": "^6.0.1",
"@eslint/eslintrc": "^0.1.0",
"@eslint/js": "^10.0.1",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "^4.3.3",
"@vitejs/plugin-vue": "^6.0.8",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^9.32.0",
"eslint-plugin-vue": "^10.3.0",
"postcss": "^8.5.6",
"autoprefixer": "^10.5.4",
"eslint": "^10.8.0",
"eslint-plugin-vue": "^10.10.0",
"postcss": "^8.5.25",
"postcss-import": "^16.1.1",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"vite": "^7.0.6",
"vue-eslint-parser": "^10.2.0"
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"vite": "^8.1.5",
"vue-eslint-parser": "^10.4.1"
}
}
}

View File

@@ -4,7 +4,7 @@ import { createPinia } from "pinia";
import Vue3EasyDataTable from "vue3-easy-data-table";
import "vue3-easy-data-table/dist/style.css";
import VueDatePicker from "@vuepic/vue-datepicker";
import { VueDatePicker } from "@vuepic/vue-datepicker";
import "@vuepic/vue-datepicker/dist/main.css";
import App from "./App.vue";