X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=b612f92114e77b5c69ad35052a793a95ce575994;hb=70ba29524d695e25fcf8676a41568c62d8ce8a7a;hp=52dc9fe101337231146cdd0477376991d0850faa;hpb=b5eebc2ec4806873b3795b37a872a1c6c6de397a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 52dc9fe1..b612f921 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.2.0", + "version": "0.3.0", "readme": "README.md", "engines": { "node": ">=18.0.0", @@ -9,12 +9,7 @@ }, "volta": { "node": "20.11.1", - "pnpm": "8.15.3" - }, - "pnpm": { - "overrides": { - "semver": "^7.5.3" - } + "pnpm": "8.15.5" }, "type": "module", "scripts": { @@ -34,36 +29,37 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.19", + "vue": "^3.4.21", "vue-router": "^4.3.0", "vue-toast-notification": "^3.1.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.7.2", - "@tsconfig/node20": "^20.1.2", + "@rushstack/eslint-patch": "^1.8.0", + "@tsconfig/node20": "^20.1.3", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.19", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/node": "^20.11.30", + "@typescript-eslint/eslint-plugin": "^7.3.1", + "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.3.1", + "@vitest/coverage-v8": "^1.4.0", "@vue/eslint-config-prettier": "^9.0.0", - "@vue/eslint-config-typescript": "^12.0.0", - "@vue/test-utils": "^2.4.4", + "@vue/eslint-config-typescript": "^13.0.0", + "@vue/test-utils": "^2.4.5", "@vue/tsconfig": "^0.5.1", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.0", "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-vue": "^9.22.0", + "eslint-plugin-simple-import-sort": "^12.0.0", + "eslint-plugin-vue": "^9.24.0", "jsdom": "^24.0.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", - "typescript": "~5.3.3", - "vite": "^5.1.4", - "vitest": "^1.3.1" + "typescript": "~5.4.3", + "vite": "^5.2.6", + "vitest": "^1.4.0" }, - "_id": "webui@0.2.0" + "_id": "webui@0.3.0" }