Skip to content

Commit

Permalink
Move @types/geojson from devDepencencies to dependencies (#1118)
Browse files Browse the repository at this point in the history
* Move `@types/geojson` from devDepencencies to dependencies

* Add changelog
  • Loading branch information
wipfli authored Mar 22, 2022
1 parent 11811ee commit 99a9c34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- Use correct location for mouse events of line layer with line-offset (#1108).
- Change `GeoJSONFeature.properties` type from `{}` to `{ [name: string]: any; }` (#1115).
- Fix `error TS2503: Cannot find namespace 'GeoJSON'` (#1096).
- *...Add new stuff here...*

## 2.1.8-pre.2

Expand Down
8 changes: 3 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@mapbox/unitbezier": "^0.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@mapbox/whoots-js": "^3.1.0",
"@types/geojson": "^7946.0.8",
"csscolorparser": "~1.0.3",
"earcut": "^2.2.3",
"geojson-vt": "^3.2.1",
Expand Down Expand Up @@ -52,7 +53,6 @@
"@types/diff": "^5.0.2",
"@types/earcut": "^2.1.1",
"@types/eslint": "^8.4.1",
"@types/geojson": "^7946.0.8",
"@types/gl": "^4.1.0",
"@types/glob": "^7.2.0",
"@types/jest": "^27.4.0",
Expand Down

0 comments on commit 99a9c34

Please sign in to comment.