X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=5e75e00bea10122076e8c6b02173923eb84ab12c;hb=43ef86a2c7b0f9248a731d297bed366ce3187f33;hp=360f82e83bc0ac3dfc288b030b65aa8f7a36ac28;hpb=5bbb9eda02244cc808550a959310b5fa04ede149;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 360f82e8..5e75e00b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -7,9 +7,14 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.3.1", + "node": "20.4.0", "pnpm": "8.6.6" }, + "pnpm": { + "overrides": { + "semver": "^7.5.3" + } + }, "scripts": { "preinstall": "npx --yes only-allow pnpm", "start": "pnpm build && node start.js", @@ -28,17 +33,17 @@ "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.3.4", - "vue-router": "^4.2.3" + "vue-router": "^4.2.4" }, "devDependencies": { "@tsconfig/node20": "^1.0.2", "@types/jsdom": "^21.1.1", - "@types/node": "^20.3.3", + "@types/node": "^20.4.1", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.61.0", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vitest/coverage-c8": "^0.32.4", + "@vitest/coverage-c8": "^0.33.0", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "^2.4.0", @@ -53,8 +58,8 @@ "prettier": "^2.8.8", "rimraf": "^5.0.1", "typescript": "~5.1.6", - "vite": "^4.3.9", - "vitest": "^0.32.4" + "vite": "^4.4.2", + "vitest": "^0.33.0" }, "_id": "webui@0.1.1" }