Skip to content

Commit

Permalink
Fix custom control
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHuebner committed Jul 25, 2023
1 parent fa9682e commit 87811b2
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 632 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"@solidjs/testing-library": "^0.8.4",
"@types/mapbox-gl": "^2.7.11",
"@types/mapbox-gl": "^2.7.12",
"canvas": "^2.11.2",
"jsdom": "^22.1.0",
"mapbox-gl": "^2.15.0",
"rollup": "^3.26.1",
"rollup": "^3.26.3",
"rollup-plugin-import-css": "^3.3.1",
"rollup-preset-solid": "^2.0.1",
"solid-js": "^1.7.7",
"solid-js": "^1.7.8",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite": "^4.4.7",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.32.4"
"vitest": "^0.33.0"
},
"peerDependencies": {
"mapbox-gl": "^0.x || ^1.x || ^2.x"
Expand Down
Loading

0 comments on commit 87811b2

Please sign in to comment.