From 3ebfa7c883afacd08b65b02e2916b04b32b2effc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= <7397743+pelord@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:00:28 -0500 Subject: [PATCH] fix dependencies: remove the next tag --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f5b1d3..7478d3f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "homepage": "https://github.com/geostyler/geostyler-legend#readme", "dependencies": { "@types/d3-selection": "^3.0.1", - "geostyler-openlayers-parser": "5.0.0-next.6" + "geostyler-openlayers-parser": "5.0.0" }, "peerDependencies": { "d3": ">=6", @@ -57,7 +57,7 @@ "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "extensionless": "^1.9.9", - "geostyler-style": "9.0.0-next.1", + "geostyler-style": "9.1.0", "jsdom": "^24.1.0", "np": "^7.5.0", "ol": "^9.1.0",