X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=ui%2Fweb%2Fpackage.json;h=fdae3ba6be23b670f051390903fdbd13796ba702;hb=b26c6593222953b83ecf6186b895b776bd32548d;hp=83f0408cece13bb5be816df6b6b21473cdd9a4a6;hpb=a39e3a3d30ea9079b9e8b985ece56e1fa2ed8338;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 83f0408c..fdae3ba6 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -2,6 +2,9 @@ "name": "webui", "version": "0.1.1", "readme": "README.md", + "engines": { + "node": ">=16.9.0" + }, "scripts": { "preinstall": "npx only-allow pnpm", "start": "pnpm run build && node start.js", @@ -18,7 +21,7 @@ "got": "^11.8.5" }, "dependencies": { - "core-js": "^3.29.1", + "core-js": "^3.30.1", "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.2.47", @@ -28,9 +31,9 @@ "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", - "@types/node": "^18.15.10", - "@typescript-eslint/eslint-plugin": "^5.56.0", - "@typescript-eslint/parser": "^5.56.0", + "@types/node": "^18.15.11", + "@typescript-eslint/eslint-plugin": "^5.59.0", + "@typescript-eslint/parser": "^5.59.0", "@vue/cli": "~5.0.8", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", @@ -43,8 +46,8 @@ "@vue/test-utils": "^2.3.2", "@vue/tsconfig": "^0.1.3", "chai": "^4.3.7", - "eslint": "^8.36.0", - "eslint-plugin-vue": "^9.10.0", + "eslint": "^8.38.0", + "eslint-plugin-vue": "^9.11.0", "prettier": "^2.8.7", "typescript": "~4.9.5" },