Skip to content

Commit

Permalink
chore(deps): add maplibre as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Dec 2, 2024
1 parent 76b9e43 commit 5363d79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@
"preview": "vite preview",
"test": "vitest"
},
"peerDependencies": {
"maplibre-gl": "^4.5.0"
},
"dependencies": {
"@turf/bbox": "^7.1.0",
"@turf/helpers": "^7.1.0",
"maplibre-gl": "^4.7.0"
"maplibre-gl": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1072,11 +1072,13 @@ __metadata:
"@vitest/coverage-v8": "npm:^2.1.5"
eslint: "npm:^9.15.0"
lint-staged: "npm:^15.2.10"
maplibre-gl: "npm:^4.7.0"
maplibre-gl: "npm:^4.5.0"
simple-git-hooks: "npm:^2.11.1"
typescript: "npm:^5.6.2"
vite: "npm:^5.4.4"
vitest: "npm:^2.1.5"
peerDependencies:
maplibre-gl: ^4.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3843,7 +3845,7 @@ __metadata:
languageName: node
linkType: hard

"maplibre-gl@npm:^4.7.0":
"maplibre-gl@npm:^4.5.0":
version: 4.7.1
resolution: "maplibre-gl@npm:4.7.1"
dependencies:
Expand Down

0 comments on commit 5363d79

Please sign in to comment.