X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=50e52e6622958153d50ef0d58cce026ea08cac2e;hb=1adaf7ac2ae157f7e3bec95f0f2430ea6dc039ef;hp=5c553713f6a0bc4ed7cccf2e16e9efbfa419ca11;hpb=662a54cabf16be15ed2727e56000a9585ba557cd;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 5c553713..50e52e66 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.5.0", - "@typescript-eslint/parser": "^7.5.0", + "@types/node": "^20.12.7", + "@typescript-eslint/eslint-plugin": "^7.6.0", + "@typescript-eslint/parser": "^7.6.0", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-v8": "^1.4.0", @@ -53,12 +53,12 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-simple-import-sort": "^12.0.0", - "eslint-plugin-vue": "^9.24.0", + "eslint-plugin-vue": "^9.24.1", "jsdom": "^24.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "~5.4.3", - "vite": "^5.2.7", + "typescript": "~5.4.5", + "vite": "^5.2.8", "vitest": "^1.4.0" }, "_id": "webui@0.3.0"