build: add packageManager field to package.json
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
index b612f92114e77b5c69ad35052a793a95ce575994..99e49fd0f4eb70f886830ce40ab7dbdc85c917ba 100644 (file)
@@ -8,12 +8,12 @@
     "pnpm": ">=8.6.0"
   },
   "volta": {
-    "node": "20.11.1",
-    "pnpm": "8.15.5"
+    "node": "20.12.0",
+    "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",
     "vue-toast-notification": "^3.1.2"
   },
   "devDependencies": {
-    "@rushstack/eslint-patch": "^1.8.0",
-    "@tsconfig/node20": "^20.1.3",
+    "@rushstack/eslint-patch": "^1.10.1",
+    "@tsconfig/node20": "^20.1.4",
     "@types/jsdom": "^21.1.6",
-    "@types/node": "^20.11.30",
-    "@typescript-eslint/eslint-plugin": "^7.3.1",
-    "@typescript-eslint/parser": "^7.3.1",
+    "@types/node": "^20.12.3",
+    "@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",
@@ -58,7 +58,7 @@
     "prettier": "^3.2.5",
     "rimraf": "^5.0.5",
     "typescript": "~5.4.3",
-    "vite": "^5.2.6",
+    "vite": "^5.2.7",
     "vitest": "^1.4.0"
   },
   "_id": "webui@0.3.0"