X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=0598a3b887ca0423e71ba036d07f462eb8f4a32e;hb=452a4864d4a8d0286ddd351958d8cc02574b4ba9;hp=513a79214de2771b39ba43c5ff1d8620f4193df2;hpb=dcdf1ba7463f7db84805f38e9df089139e22b352;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 513a7921..0598a3b8 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,24 +1,19 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.2.0", + "version": "0.3.0", "readme": "README.md", "engines": { "node": ">=18.0.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.11.1", - "pnpm": "8.15.3" - }, - "pnpm": { - "overrides": { - "semver": "^7.5.3" - } + "node": "20.12.1", + "pnpm": "8.15.6" }, + "packageManager": "pnpm@8.15.6", "type": "module", "scripts": { - "preinstall": "npx --yes only-allow pnpm", "build": "vite build", "preview": "pnpm build && vite preview", "start": "pnpm build && node start.js", @@ -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.10.1", + "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.20", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/node": "^20.12.5", + "@typescript-eslint/eslint-plugin": "^7.5.0", + "@typescript-eslint/parser": "^7.5.0", "@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.21.1", + "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.4", + "vite": "^5.2.8", + "vitest": "^1.4.0" }, - "_id": "webui@0.2.0" + "_id": "webui@0.3.0" }