Upgrade minor and patch dependencies (axios, chart.js, cytoscape, typescript, sass, etc.)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-06 10:09:12 +08:00
parent aa86d4a3f9
commit 735df448a2
2 changed files with 1990 additions and 461 deletions

2415
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,23 +15,23 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.7.2",
"chart.js": "^4.3.0",
"axios": "^1.13.6",
"chart.js": "^4.5.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-dragdata": "^1.1.3",
"cytoscape": "^3.30.2",
"cytoscape": "^3.33.1",
"cytoscape-cola": "^2.5.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-fcose": "^2.2.0",
"cytoscape-popper": "^2.0.0",
"cytoscape-spread": "^3.0.0",
"decimal.js": "^10.4.3",
"decimal.js": "^10.6.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"javascript-color-gradient": "^2.4.4",
"i18next-browser-languagedetector": "^8.2.1",
"javascript-color-gradient": "^2.5.0",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"moment": "^2.30.1",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^3.2.3",
"primeicons": "^6.0.1",
@@ -39,38 +39,38 @@
"tippy.js": "^6.3.7",
"vue": "^3.5.29",
"vue-axios": "^3.5.2",
"vue-chartjs": "^5.2.0",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.4.0",
"vue-sweetalert2": "^5.0.11",
"vue-toast-notification": "^3.1.2",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@rushstack/eslint-patch": "^1.1.4",
"@types/cytoscape": "^3.21.4",
"@types/cytoscape-dagre": "^2.3.3",
"@4tw/cypress-drag-drop": "^2.3.1",
"@rushstack/eslint-patch": "^1.16.1",
"@types/cytoscape": "^3.21.9",
"@types/cytoscape-dagre": "^2.3.4",
"@types/cytoscape-popper": "^2.0.4",
"@types/node": "^20.14.10",
"@types/vue": "^2.0.0",
"@types/vue-router": "^2.0.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/test-utils": "^2.2.6",
"autoprefixer": "^10.4.13",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.27",
"cypress": "^12.0.2",
"cypress-xpath": "^2.0.1",
"eslint": "^8.22.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"postcss": "^8.4.20",
"postcss": "^8.5.8",
"prettier": "^2.7.1",
"sass": "^1.57.1",
"start-server-and-test": "^2.0.3",
"sass": "^1.97.3",
"start-server-and-test": "^2.1.5",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript": "^5.9.3",
"vite": "^4.0.0",
"vitest": "^0.25.6"
}