X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=d0e40af1119b91f2ae723c8bdc416a0b71962fa7;hb=cbaa683986beae870b1a98570b39dbfb030b52db;hp=731f65d7caa82d679d5d9ddd041cc8ac327af974;hpb=6a148c8d7d7190092d16c17251023f24a9508ec4;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 731f65d7..d0e40af1 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -9,7 +9,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.10.5" + "pnpm": "8.11.0" }, "pnpm": { "overrides": { @@ -34,15 +34,15 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.3.8", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", "@types/node": "^20.10.0", - "@typescript-eslint/eslint-plugin": "^6.12.0", - "@typescript-eslint/parser": "^6.12.0", + "@typescript-eslint/eslint-plugin": "^6.13.0", + "@typescript-eslint/parser": "^6.13.0", "@vitejs/plugin-vue": "^4.5.0", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-v8": "^0.34.6", @@ -56,7 +56,7 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-vue": "^9.18.1", - "jsdom": "^22.1.0", + "jsdom": "^23.0.0", "prettier": "^3.1.0", "rimraf": "^5.0.5", "typescript": "~5.3.2",