From cb3d652cdf0cbd328493ab56836eb12da75f9b94 Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Thu, 6 Feb 2025 10:13:55 +0100 Subject: [PATCH] Use latest versions of @polar-packages in @polar/client-bgw --- package-lock.json | 32 +++++++++++++++---------------- packages/clients/bgw/package.json | 32 +++++++++++++++---------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bd777c22..45d2d19db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17812,22 +17812,22 @@ "version": "1.0.0", "license": "EUPL-1.2", "devDependencies": { - "@polar/core": "^2.0.0", - "@polar/lib-custom-types": "^1.5.0", - "@polar/plugin-address-search": "^2.0.0", - "@polar/plugin-attributions": "^1.3.0", - "@polar/plugin-draw": "^2.0.0", - "@polar/plugin-export": "^1.2.1", - "@polar/plugin-filter": "^2.0.0", - "@polar/plugin-gfi": "^2.0.0", - "@polar/plugin-icon-menu": "^1.3.0", - "@polar/plugin-layer-chooser": "^1.2.1", - "@polar/plugin-legend": "^1.1.1", - "@polar/plugin-loading-indicator": "^1.2.0", - "@polar/plugin-pins": "^2.0.0", - "@polar/plugin-scale": "^2.0.0", - "@polar/plugin-toast": "^1.1.1", - "@polar/plugin-zoom": "^1.3.0" + "@polar/core": "^3.0.0", + "@polar/lib-custom-types": "^2.0.0", + "@polar/plugin-address-search": "^3.0.0", + "@polar/plugin-attributions": "^1.4.0", + "@polar/plugin-draw": "^3.0.0", + "@polar/plugin-export": "^1.2.2", + "@polar/plugin-filter": "^3.0.0", + "@polar/plugin-gfi": "^3.0.0", + "@polar/plugin-icon-menu": "^1.3.1", + "@polar/plugin-layer-chooser": "^2.0.0", + "@polar/plugin-legend": "^1.1.2", + "@polar/plugin-loading-indicator": "^1.2.1", + "@polar/plugin-pins": "^3.0.0", + "@polar/plugin-scale": "^3.0.0", + "@polar/plugin-toast": "^1.1.2", + "@polar/plugin-zoom": "^1.4.0" }, "peerDependencies": { "@repositoryname/vuex-generators": "^1.1.2", diff --git a/packages/clients/bgw/package.json b/packages/clients/bgw/package.json index 91cb7e73f..ad29c70d9 100644 --- a/packages/clients/bgw/package.json +++ b/packages/clients/bgw/package.json @@ -24,22 +24,22 @@ "dev": "vite --host" }, "devDependencies": { - "@polar/core": "^2.0.0", - "@polar/lib-custom-types": "^1.5.0", - "@polar/plugin-address-search": "^2.0.0", - "@polar/plugin-attributions": "^1.3.0", - "@polar/plugin-draw": "^2.0.0", - "@polar/plugin-export": "^1.2.1", - "@polar/plugin-filter": "^2.0.0", - "@polar/plugin-gfi": "^2.0.0", - "@polar/plugin-icon-menu": "^1.3.0", - "@polar/plugin-layer-chooser": "^1.2.1", - "@polar/plugin-legend": "^1.1.1", - "@polar/plugin-loading-indicator": "^1.2.0", - "@polar/plugin-pins": "^2.0.0", - "@polar/plugin-scale": "^2.0.0", - "@polar/plugin-toast": "^1.1.1", - "@polar/plugin-zoom": "^1.3.0" + "@polar/core": "^3.0.0", + "@polar/lib-custom-types": "^2.0.0", + "@polar/plugin-address-search": "^3.0.0", + "@polar/plugin-attributions": "^1.4.0", + "@polar/plugin-draw": "^3.0.0", + "@polar/plugin-export": "^1.2.2", + "@polar/plugin-filter": "^3.0.0", + "@polar/plugin-gfi": "^3.0.0", + "@polar/plugin-icon-menu": "^1.3.1", + "@polar/plugin-layer-chooser": "^2.0.0", + "@polar/plugin-legend": "^1.1.2", + "@polar/plugin-loading-indicator": "^1.2.1", + "@polar/plugin-pins": "^3.0.0", + "@polar/plugin-scale": "^3.0.0", + "@polar/plugin-toast": "^1.1.2", + "@polar/plugin-zoom": "^1.4.0" }, "peerDependencies": { "@repositoryname/vuex-generators": "^1.1.2",