X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=294bfa1bb049fe9edbdf4777b3c271323e0945e2;hb=30624b189388ba1a22b486dd66bcb13c6ae936ec;hp=e3a0d6914eaaaab1bbd6827868b0c8eb6808e13f;hpb=eabbba958a1fef2a21d372d56d8a3809239e1c4d;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index e3a0d691..294bfa1b 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -4,11 +4,11 @@ "readme": "README.md", "engines": { "node": ">=16.9.0", - "pnpm": ">=8.0.0" + "pnpm": ">=8.6.0" }, "volta": { - "node": "20.2.0", - "pnpm": "8.5.1" + "node": "20.3.1", + "pnpm": "8.6.5" }, "scripts": { "preinstall": "npx --yes only-allow pnpm", @@ -28,33 +28,33 @@ "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.3.4", - "vue-router": "^4.2.1" + "vue-router": "^4.2.2" }, "devDependencies": { - "@tsconfig/node20": "^1.0.1", + "@tsconfig/node20": "^1.0.2", "@types/jsdom": "^21.1.1", - "@types/node": "^20.2.4", - "@typescript-eslint/eslint-plugin": "^5.59.7", - "@typescript-eslint/parser": "^5.59.7", + "@types/node": "^20.3.2", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vitest/coverage-c8": "^0.31.1", + "@vitest/coverage-c8": "^0.32.2", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", - "@vue/test-utils": "^2.3.2", + "@vue/test-utils": "^2.4.0", "@vue/tsconfig": "^0.4.0", "cross-env": "^7.0.3", - "eslint": "^8.41.0", - "eslint-define-config": "^1.20.0", + "eslint": "^8.43.0", + "eslint-define-config": "^1.21.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-vue": "^9.14.1", - "jsdom": "^22.0.0", + "eslint-plugin-vue": "^9.15.1", + "jsdom": "^22.1.0", "prettier": "^2.8.8", "rimraf": "^5.0.1", - "typescript": "~5.0.4", + "typescript": "~5.1.5", "vite": "^4.3.9", - "vitest": "^0.31.1" + "vitest": "^0.32.2" }, "_id": "webui@0.1.1" }