X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=382f96ec43ed0e5334ba46152ee7fc10f1ac012a;hb=2d0d3469e92af02f8227cf4ca157b37e2e2eccba;hp=294bfa1bb049fe9edbdf4777b3c271323e0945e2;hpb=30624b189388ba1a22b486dd66bcb13c6ae936ec;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 294bfa1b..382f96ec 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -7,8 +7,13 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.3.1", - "pnpm": "8.6.5" + "node": "20.4.0", + "pnpm": "8.6.7" + }, + "pnpm": { + "overrides": { + "semver": "^7.5.3" + } }, "scripts": { "preinstall": "npx --yes only-allow pnpm", @@ -28,23 +33,23 @@ "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.3.4", - "vue-router": "^4.2.2" + "vue-router": "^4.2.4" }, "devDependencies": { "@tsconfig/node20": "^1.0.2", "@types/jsdom": "^21.1.1", - "@types/node": "^20.3.2", - "@typescript-eslint/eslint-plugin": "^5.60.1", - "@typescript-eslint/parser": "^5.60.1", + "@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.2", + "@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", "@vue/tsconfig": "^0.4.0", "cross-env": "^7.0.3", - "eslint": "^8.43.0", + "eslint": "^8.44.0", "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", @@ -52,9 +57,9 @@ "jsdom": "^22.1.0", "prettier": "^2.8.8", "rimraf": "^5.0.1", - "typescript": "~5.1.5", - "vite": "^4.3.9", - "vitest": "^0.32.2" + "typescript": "~5.1.6", + "vite": "^4.4.2", + "vitest": "^0.33.0" }, "_id": "webui@0.1.1" }