X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=3d9d373c5558574341ac451293f38558dfe1bbeb;hb=9d76f5ec92a3f5865ef2cefd5a253cab3aa2e5fe;hp=0ceba188af40349bb392815bcab8724c2f6de37e;hpb=961231bfc5ae5bcdc87fe86ba9c341eab2bd9241;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 0ceba188..3d9d373c 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,7 +9,7 @@ }, "volta": { "node": "20.11.0", - "pnpm": "8.15.1" + "pnpm": "8.15.2" }, "pnpm": { "overrides": { @@ -21,7 +21,7 @@ "preinstall": "npx --yes only-allow pnpm", "start": "pnpm build && node start.js", "dev": "vite", - "serve": "vite preview", + "preview": "vite preview", "build": "vite build", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", @@ -34,17 +34,17 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.15", + "vue": "^3.4.19", "vue-router": "^4.2.5" }, "devDependencies": { "@rushstack/eslint-patch": "^1.7.2", "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.10", - "@typescript-eslint/eslint-plugin": "^6.20.0", - "@typescript-eslint/parser": "^6.20.0", - "@vitejs/plugin-vue": "^5.0.3", + "@types/node": "^20.11.17", + "@typescript-eslint/eslint-plugin": "^7.0.1", + "@typescript-eslint/parser": "^7.0.1", + "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-v8": "^1.2.2", "@vue/eslint-config-prettier": "^9.0.0", @@ -56,12 +56,13 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-vue": "^9.21.0", + "eslint-plugin-vue": "^9.21.1", "jsdom": "^24.0.0", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "rimraf": "^5.0.5", + "shelljs": "^0.8.5", "typescript": "~5.3.3", - "vite": "^5.0.12", + "vite": "^5.1.2", "vitest": "^1.2.2" }, "_id": "webui@0.1.1"