diff --git a/package.json b/package.json index 09a564e2f20d..c000f6fae30d 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,6 @@ "angular-ui-slider": "0.4.0", "bootstrap": "4.6.2", "corejs-typeahead": "1.3.4", - "d3": "7.9.0", "file-saver": "2.0.5", "floatthead": "2.2.5", "i18next": "23.15.1", @@ -91,7 +90,6 @@ "lit-html": "3.2.0", "loc-i18next": "0.1.6", "moment": "2.30.1", - "ol": "10.2.1", "ol-layerswitcher": "4.1.2", "ol-mapbox-style": "12.3.5", "proj4": "2.12.1", @@ -99,12 +97,14 @@ "rxjs": "7.8.1", "tinycolor2": "1.6.0" }, - "_peerDependenciesComment_": "Dep. to fix sub-dependencies. Not used directly", + "_peerDependenciesComment_": "Dependencies with open range version, to grant liberties on final usage.", "peerDependencies": { + "d3": ">=7.0.0", + "ol": ">=10.0.0", "color-rgba": "3.0.0", "color-space": "2.0.1" }, - "_optionalDependenciesComment_": "Dep. for plugins", + "_optionalDependenciesComment_": "Dep. for optional plugins", "optionalDependencies": { "jsts": "2.11.3", "localforage": "1.10.0",