WIP: TypeScript bugs

This commit is contained in:
Cindy Chang
2024-07-09 13:46:15 +08:00
parent af5ab081de
commit 5c46fd6ce7
9 changed files with 139 additions and 137 deletions

View File

@@ -16,12 +16,12 @@
},
"dependencies": {
"autoprefixer": "^10.4.13",
"axios": "^1.2.2",
"axios": "^1.7.2",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-dragdata": "^1.1.3",
"cytoscape": "^3.23.0",
"cytoscape": "^3.30.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-popper": "^2.0.0",
"date-fns": "^2.30.0",
@@ -35,14 +35,14 @@
"pinia": "^2.0.28",
"postcss": "^8.4.20",
"primeicons": "^6.0.1",
"primevue": "^3.48.1",
"primevue": "^3.53.0",
"tailwindcss": "^3.2.4",
"tippy.js": "^6.3.7",
"vue": "^3.2.45",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.2.0",
"vue-sweetalert2": "^5.0.5",
"vue-toast-notification": "^3.0.4",
"vue-sweetalert2": "^5.0.11",
"vue-toast-notification": "^3.1.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {