X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=6f65b553ea4d8fbbd100c82894448fd1c0d0a889;hb=e7f2409dd63b118b109dbedb6259a925b6b7c573;hp=b3e2b695f39505f6820cf3c04bdc2a5d7eb9443c;hpb=80af276690d70cc1e124261d66a0c2c9c7a52fc5;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index b3e2b695..6f65b553 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -8,12 +8,12 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.12.0", - "pnpm": "8.15.5" + "node": "20.12.1", + "pnpm": "8.15.6" }, + "packageManager": "pnpm@8.15.6", "type": "module", "scripts": { - "preinstall": "npx --yes only-allow pnpm", "build": "vite build", "preview": "pnpm build && vite preview", "start": "pnpm build && node start.js", @@ -37,9 +37,9 @@ "@rushstack/eslint-patch": "^1.10.1", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", - "@types/node": "^20.12.2", - "@typescript-eslint/eslint-plugin": "^7.4.0", - "@typescript-eslint/parser": "^7.4.0", + "@types/node": "^20.12.4", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-v8": "^1.4.0", @@ -57,8 +57,8 @@ "jsdom": "^24.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "~5.4.3", - "vite": "^5.2.7", + "typescript": "~5.4.4", + "vite": "^5.2.8", "vitest": "^1.4.0" }, "_id": "webui@0.3.0"