X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=051b84ffa0dd1505481905d594262a7665681cd9;hb=HEAD;hp=8b1094fcb79a5e09e96cac6b216db10fd2a352fc;hpb=004794574abd72037be56961476992550623a122;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 8b1094fc..265795b5 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -8,18 +8,18 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "22.0.0", - "pnpm": "9.0.6" + "node": "22.2.0", + "pnpm": "9.1.4" }, - "packageManager": "pnpm@9.0.6", + "packageManager": "pnpm@9.1.4", "type": "module", "scripts": { "build": "vite build", "preview": "pnpm build && vite preview", "start": "pnpm build && node start.js", "dev": "vite", - "clean:dist": "npx rimraf dist", - "clean:node_modules": "npx rimraf node_modules", + "clean:dist": "pnpm exec rimraf dist", + "clean:node_modules": "pnpm exec rimraf node_modules", "lint": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", "lint:fix": "cross-env TIMING=1 eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --cache --write .", @@ -29,23 +29,23 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.26", + "vue": "^3.4.27", "vue-router": "^4.3.2", "vue-toast-notification": "^3.1.2" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.10.2", + "@rushstack/eslint-patch": "^1.10.3", "@tsconfig/node20": "^20.1.4", - "@types/jsdom": "^21.1.6", - "@types/node": "^20.12.7", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1", - "@vitejs/plugin-vue": "^5.0.4", - "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.5.2", + "@types/jsdom": "^21.1.7", + "@types/node": "^20.14.0", + "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", + "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vitest/coverage-v8": "^1.6.0", "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^13.0.0", - "@vue/test-utils": "^2.4.5", + "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.5.1", "cross-env": "^7.0.3", "eslint": "^8.57.0", @@ -53,13 +53,13 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-simple-import-sort": "^12.1.0", - "eslint-plugin-vue": "^9.25.0", - "jsdom": "^24.0.0", - "prettier": "^3.2.5", - "rimraf": "^5.0.5", + "eslint-plugin-vue": "^9.26.0", + "jsdom": "^24.1.0", + "prettier": "^3.3.0", + "rimraf": "^5.0.7", "typescript": "~5.4.5", - "vite": "^5.2.10", - "vitest": "^1.5.2" + "vite": "^5.2.12", + "vitest": "^1.6.0" }, "_id": "webui@0.3.0" }