X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=c0671c7a555df46d74ed55500fe1b302c83315f1;hb=8baf3f8f3e3330c90cbd3474b6f5c7d589be17ff;hp=84fc6c23aab5c9e9b707e7696f94e3d07272b909;hpb=6ae3a6074acfc635d7f8d287e9216446dd1002bb;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 84fc6c23..c0671c7a 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" + "pnpm": "8.6.0" }, "scripts": { "preinstall": "npx --yes only-allow pnpm", @@ -28,17 +28,17 @@ "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", "@types/jsdom": "^21.1.1", - "@types/node": "^20.2.1", - "@typescript-eslint/eslint-plugin": "^5.59.6", - "@typescript-eslint/parser": "^5.59.6", + "@types/node": "^20.2.5", + "@typescript-eslint/eslint-plugin": "^5.59.8", + "@typescript-eslint/parser": "^5.59.8", "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vitest/coverage-c8": "^0.31.1", + "@vitest/coverage-c8": "^0.31.4", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/test-utils": "^2.3.2", @@ -48,13 +48,13 @@ "eslint-define-config": "^1.20.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-vue": "^9.13.0", - "jsdom": "^22.0.0", + "eslint-plugin-vue": "^9.14.1", + "jsdom": "^22.1.0", "prettier": "^2.8.8", "rimraf": "^5.0.1", - "typescript": "~5.0.4", - "vite": "^4.3.8", - "vitest": "^0.31.1" + "typescript": "~5.1.3", + "vite": "^4.3.9", + "vitest": "^0.31.4" }, "_id": "webui@0.1.1" }