X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=17426cd168502831e402433117363d560a80bc42;hb=87170a8e77a26d5f3156f4411cff1d0e2620992d;hp=2d74c6ae17a82eae714d2adf659029923f02ddf3;hpb=f223daa52d37f83d11ef1b4b6864eb8b549652a4;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 2d74c6ae..17426cd1 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -8,10 +8,10 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "22.2.0", - "pnpm": "9.2.0" + "node": "22.3.0", + "pnpm": "9.4.0" }, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.4.0", "type": "module", "scripts": { "build": "vite build", @@ -29,17 +29,17 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.27", - "vue-router": "^4.3.2", + "vue": "^3.4.30", + "vue-router": "^4.4.0", "vue-toast-notification": "^3.1.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.3", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.7", - "@types/node": "^20.14.2", - "@typescript-eslint/eslint-plugin": "^7.12.0", - "@typescript-eslint/parser": "^7.12.0", + "@types/node": "^20.14.9", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", "@vitest/coverage-v8": "^1.6.0", @@ -55,10 +55,10 @@ "eslint-plugin-simple-import-sort": "^12.1.0", "eslint-plugin-vue": "^9.26.0", "jsdom": "^24.1.0", - "prettier": "^3.3.1", + "prettier": "^3.3.2", "rimraf": "^5.0.7", - "typescript": "~5.4.5", - "vite": "^5.2.13", + "typescript": "~5.5.2", + "vite": "^5.3.2", "vitest": "^1.6.0" }, "_id": "webui@0.3.0"