X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=5188248a5285ba06f37b5468096961766a38e078;hb=bb57ea07805938bec42dbee3da6bfda569a1b9bb;hp=ab05c3cfe8834260e993f4f93b9d6bc49ae9ccb9;hpb=8fb8f42ace8b9295865adebaeb7845e064c05e71;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index ab05c3cf..5188248a 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -8,18 +8,18 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "20.12.2", - "pnpm": "9.0.4" + "node": "22.1.0", + "pnpm": "9.1.0" }, - "packageManager": "pnpm@9.0.4", + "packageManager": "pnpm@9.1.0", "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,7 +29,7 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.23", + "vue": "^3.4.27", "vue-router": "^4.3.2", "vue-toast-notification": "^3.1.2" }, @@ -37,15 +37,15 @@ "@rushstack/eslint-patch": "^1.10.2", "@tsconfig/node20": "^20.1.4", "@types/jsdom": "^21.1.6", - "@types/node": "^20.12.7", - "@typescript-eslint/eslint-plugin": "^7.7.0", - "@typescript-eslint/parser": "^7.7.0", + "@types/node": "^20.12.10", + "@typescript-eslint/eslint-plugin": "^7.8.0", + "@typescript-eslint/parser": "^7.8.0", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.5.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", @@ -58,8 +58,8 @@ "prettier": "^3.2.5", "rimraf": "^5.0.5", "typescript": "~5.4.5", - "vite": "^5.2.9", - "vitest": "^1.5.0" + "vite": "^5.2.11", + "vitest": "^1.6.0" }, "_id": "webui@0.3.0" }