diff --git a/client/package-lock.json b/client/package-lock.json index 629d742..31ecef5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,6 +12,7 @@ "axios": "^1.11.0", "echarts": "^5.6.0", "element-plus": "^2.11.2", + "marked": "^16.2.1", "pinia": "^3.0.3", "vue": "^3.5.18", "vue-echarts": "^7.0.3", @@ -28,8 +29,9 @@ "jiti": "^2.4.2", "npm-run-all2": "^8.0.4", "typescript": "~5.8.0", - "vite": "^7.0.6", + "vite": "^7.1.11", "vite-plugin-vue-devtools": "^8.0.0", + "vue-eslint-parser": "^10", "vue-tsc": "^3.0.4" }, "engines": { @@ -4086,6 +4088,18 @@ "@jridgewell/sourcemap-codec": "^1.5.5" } }, + "node_modules/marked": { + "version": "16.4.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-16.4.1.tgz", + "integrity": "sha512-ntROs7RaN3EvWfy3EZi14H4YxmT6A5YvywfhO+0pm+cH/dnSQRmdAmoFIc3B9aiwTehyk7pESH4ofyBY+V5hZg==", + "license": "MIT", + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 20" + } + }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -5176,9 +5190,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.5.tgz", - "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 2cbb4b7..956a61b 100644 --- a/client/package.json +++ b/client/package.json @@ -36,7 +36,7 @@ "jiti": "^2.4.2", "npm-run-all2": "^8.0.4", "typescript": "~5.8.0", - "vite": "^7.0.6", + "vite": "^7.1.11", "vite-plugin-vue-devtools": "^8.0.0", "vue-eslint-parser": "^10", "vue-tsc": "^3.0.4" diff --git a/client/yarn.lock b/client/yarn.lock index 76fa708..56789b7 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2577,10 +2577,10 @@ vite-plugin-vue-inspector@^5.3.2: kolorist "^1.8.0" magic-string "^0.30.4" -vite@^7.0.6: - version "7.1.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.5.tgz#4dbcb48c6313116689be540466fc80faa377be38" - integrity sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ== +vite@^7.1.11: + version "7.1.11" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.11.tgz#4d006746112fee056df64985191e846ebfb6007e" + integrity sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg== dependencies: esbuild "^0.25.0" fdir "^6.5.0"