From b6b69946d5235b2b2d9094575168f14ae1b03dc0 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 5 Jan 2023 21:08:32 +0100 Subject: [PATCH] updated some of our js-dependencys to the newest version. No changes required --- webclient/package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/webclient/package.json b/webclient/package.json index ca9024486..b5fff8e22 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -11,36 +11,36 @@ }, "dependencies": { "maplibre-gl": "^2.4.0", - "pinia": "^2.0.17", + "pinia": "^2.0.28", "spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708", - "swagger-ui-dist": "^4.13.2", - "swaggerdark": "github:octycs/SwaggerDark", - "vue": "^3.2.37", - "vue-router": "^4.1.3" + "swagger-ui-dist": "^4.15.5", + "swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3", + "vue": "^3.2.45", + "vue-router": "^4.1.6" }, "devDependencies": { - "@intlify/unplugin-vue-i18n": "^0.5.0", - "@rushstack/eslint-patch": "^1.1.4", - "@types/mapbox-gl": "^2.7.5", - "@types/node": "^16.11.47", + "@intlify/unplugin-vue-i18n": "^0.8.1", + "@rushstack/eslint-patch": "^1.2.0", + "@types/mapbox-gl": "^2.7.10", + "@types/node": "^18.11.18", "@types/swagger-ui-dist": "^3.30.1", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-prettier": "^7.0.0", - "@vue/eslint-config-typescript": "^11.0.0", + "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.1.3", "@yankeeinlondon/link-builder": "^1.2.1", - "eslint": "^8.21.0", - "eslint-plugin-vue": "^9.3.0", + "eslint": "^8.31.0", + "eslint-plugin-vue": "^9.8.0", "isomorphic-fetch": "^3.0.0", "npm-run-all": "^4.1.5", - "prettier": "^2.7.1", - "sass": "^1.54.5", - "stylelint-scss": "^4.2.0", - "typescript": "~4.7.4", + "prettier": "^2.8.1", + "sass": "^1.57.1", + "stylelint-scss": "^4.3.0", + "typescript": "^4.9.4", "vite": "^4.0.4", "vite-plugin-md": "^0.21.5", "vue-i18n": "^9.2.2", - "vue-tsc": "^0.39.5" + "vue-tsc": "^1.0.22" }, "type": "module" }