Skip to content

Commit

Permalink
Better peer-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Oct 7, 2024
1 parent 41a4a1f commit a599406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -91,20 +90,21 @@
"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",
"qruri": "0.0.4",
"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",
Expand Down

0 comments on commit a599406

Please sign in to comment.