|
1 | 1 | { |
2 | 2 | "name": "maplibre-gl", |
3 | 3 | "description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library", |
4 | | - "version": "2.1.8", |
| 4 | + "version": "2.1.9", |
5 | 5 | "main": "dist/maplibre-gl.js", |
6 | 6 | "style": "dist/maplibre-gl.css", |
7 | 7 | "license": "BSD-3-Clause", |
|
21 | 21 | "@mapbox/vector-tile": "^1.3.1", |
22 | 22 | "@mapbox/whoots-js": "^3.1.0", |
23 | 23 | "@types/geojson": "^7946.0.8", |
| 24 | + "@types/mapbox__point-geometry": "^0.1.2", |
| 25 | + "@types/mapbox__vector-tile": "^1.3.0", |
| 26 | + "@types/pbf": "^3.0.2", |
24 | 27 | "csscolorparser": "~1.0.3", |
25 | 28 | "earcut": "^2.2.3", |
26 | 29 | "geojson-vt": "^3.2.1", |
|
57 | 60 | "@types/glob": "^7.2.0", |
58 | 61 | "@types/jest": "^27.4.0", |
59 | 62 | "@types/jsdom": "^16.2.14", |
60 | | - "@types/mapbox__point-geometry": "^0.1.2", |
61 | | - "@types/mapbox__vector-tile": "^1.3.0", |
62 | 63 | "@types/minimist": "^1.2.2", |
63 | 64 | "@types/murmurhash-js": "^1.0.3", |
64 | 65 | "@types/nise": "^1.4.0", |
65 | 66 | "@types/offscreencanvas": "^2019.6.4", |
66 | | - "@types/pbf": "^3.0.2", |
67 | 67 | "@types/pixelmatch": "^5.2.4", |
68 | 68 | "@types/pngjs": "^6.0.1", |
69 | 69 | "@types/react": "^17.0.38", |
|
0 commit comments