X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=382f96ec43ed0e5334ba46152ee7fc10f1ac012a;hb=2d0d3469e92af02f8227cf4ca157b37e2e2eccba;hp=da7eb91d2fdd1ebd059adca5f9fa1bf9ac527d43;hpb=701489c69f9df74e93f95da4de1dd6786709027a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index da7eb91d..382f96ec 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -4,11 +4,16 @@ "readme": "README.md", "engines": { "node": ">=16.9.0", - "pnpm": ">= 8.0.0" + "pnpm": ">=8.6.0" }, "volta": { - "node": "20.0.0", - "pnpm": "8.3.1" + "node": "20.4.0", + "pnpm": "8.6.7" + }, + "pnpm": { + "overrides": { + "semver": "^7.5.3" + } }, "scripts": { "preinstall": "npx --yes only-allow pnpm", @@ -18,37 +23,43 @@ "build": "vite build", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", - "lint": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore", - "lint:fix": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", - "test": "vitest" + "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 .", + "test": "vitest", + "coverage": "vitest run --coverage" }, "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.2.47", - "vue-router": "^4.1.6" + "vue": "^3.3.4", + "vue-router": "^4.2.4" }, "devDependencies": { - "@tsconfig/node20": "^1.0.0", + "@tsconfig/node20": "^1.0.2", "@types/jsdom": "^21.1.1", - "@types/node": "^18.16.2", - "@typescript-eslint/eslint-plugin": "^5.59.1", - "@typescript-eslint/parser": "^5.59.1", - "@vitejs/plugin-vue": "^4.2.1", + "@types/node": "^20.4.1", + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", + "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", + "@vitest/coverage-c8": "^0.33.0", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", - "@vue/test-utils": "^2.3.2", - "@vue/tsconfig": "^0.3.2", - "eslint": "^8.39.0", - "eslint-define-config": "^1.20.0", - "eslint-plugin-vue": "^9.11.0", - "jsdom": "^21.1.1", + "@vue/test-utils": "^2.4.0", + "@vue/tsconfig": "^0.4.0", + "cross-env": "^7.0.3", + "eslint": "^8.44.0", + "eslint-define-config": "^1.21.0", + "eslint-import-resolver-typescript": "^3.5.5", + "eslint-plugin-import": "^2.27.5", + "eslint-plugin-vue": "^9.15.1", + "jsdom": "^22.1.0", "prettier": "^2.8.8", - "rimraf": "^5.0.0", - "typescript": "~5.0.4", - "vite": "^4.3.3", - "vitest": "^0.30.1" + "rimraf": "^5.0.1", + "typescript": "~5.1.6", + "vite": "^4.4.2", + "vitest": "^0.33.0" }, "_id": "webui@0.1.1" }