Skip to content

Commit

Permalink
feat: moved mapbox to peer dependencies (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan authored Jan 16, 2024
1 parent 5bff295 commit 91d69a9
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 234 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^27.0.4",
"mapbox-gl": "^2.15.0",
"node-fetch": "^3.3.2",
"prettier": "^2.3.1",
"rollup": "^3.2.3",
Expand All @@ -49,7 +50,6 @@
"dexie": "^3.2.3",
"dxf-writer": "^1.18.4",
"earcut": "^2.2.4",
"mapbox-gl": "^2.15.0",
"n8ao": "^1.5.1",
"openbim-clay": "0.0.5",
"postprocessing": "^6.31.0",
Expand All @@ -60,6 +60,7 @@
},
"peerDependencies": {
"bim-fragment": "1.3.1",
"mapbox-gl": "^2.15.0",
"three": "0.152.2",
"web-ifc": "0.0.46"
}
Expand Down
Loading

0 comments on commit 91d69a9

Please sign in to comment.