X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=7ba53479bda1cf1d520ad9379f2cf62a78336127;hb=15f47063f59a92596b78d86e0a163f491af88dee;hp=5c32d77f64344b4392f98f7c2fd9033c2dca6b12;hpb=f44cc6c5404c7b6ea4fc23561c13c84086b4b44b;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 5c32d77f..7ba53479 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -10,20 +10,24 @@ "lint:fix": "vue-cli-service lint --fix", "test": "vue-cli-service test:unit" }, + "overrides": { + "cacheable-request": "^10.2.7", + "got": "^11.8.5" + }, "dependencies": { - "core-js": "^3.26.1", + "core-js": "^3.28.0", "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.2.45", + "vue": "^3.2.47", "vue-class-component": "^8.0.0-rc.1", "vue-router": "^4.1.6" }, "devDependencies": { "@types/chai": "^4.3.4", - "@types/mocha": "^10.0.0", - "@types/node": "^18.11.9", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@types/mocha": "^10.0.1", + "@types/node": "^18.14.1", + "@typescript-eslint/eslint-plugin": "^5.53.0", + "@typescript-eslint/parser": "^5.53.0", "@vue/cli": "~5.0.8", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", @@ -31,16 +35,15 @@ "@vue/cli-plugin-typescript": "~5.0.8", "@vue/cli-plugin-unit-mocha": "~5.0.8", "@vue/cli-service": "~5.0.8", - "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.2", - "@vue/test-utils": "^2.2.3", + "@vue/test-utils": "^2.3.0", "@vue/tsconfig": "^0.1.3", "chai": "^4.3.7", - "eslint": "^8.27.0", - "eslint-plugin-vue": "^9.7.0", - "lint-staged": "^13.0.3", - "prettier": "^2.7.1", - "typescript": "^4.9.3" + "eslint": "^8.34.0", + "eslint-plugin-vue": "^9.9.0", + "prettier": "^2.8.4", + "typescript": "~4.9.5" }, "_id": "webui@0.1.1" }