X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=70f1354abad2fbffdab5c2c5994bc8f479ad0457;hb=f054629f83e26f345fe7d145005a1903907cc88a;hp=f12f28b1893b31119fd5dc52b72134dabe971ee8;hpb=2e4f3c0952c61aad9157a8107e9909bb2a243551;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index f12f28b1..70f1354a 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "webui", - "version": "0.2.0", + "version": "0.3.0", "readme": "README.md", "engines": { "node": ">=18.0.0", @@ -34,7 +34,7 @@ "dependencies": { "finalhandler": "^1.2.0", "serve-static": "^1.15.0", - "vue": "^3.4.20", + "vue": "^3.4.21", "vue-router": "^4.3.0", "vue-toast-notification": "^3.1.2" }, @@ -42,9 +42,9 @@ "@rushstack/eslint-patch": "^1.7.2", "@tsconfig/node20": "^20.1.2", "@types/jsdom": "^21.1.6", - "@types/node": "^20.11.20", - "@typescript-eslint/eslint-plugin": "^7.0.2", - "@typescript-eslint/parser": "^7.0.2", + "@types/node": "^20.11.24", + "@typescript-eslint/eslint-plugin": "^7.1.0", + "@typescript-eslint/parser": "^7.1.0", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-v8": "^1.3.1", @@ -65,5 +65,5 @@ "vite": "^5.1.4", "vitest": "^1.3.1" }, - "_id": "webui@0.2.0" + "_id": "webui@0.3.0" }