Skip to content

Commit

Permalink
- update lerna and node, add eslint esm preset
Browse files Browse the repository at this point in the history
- update typescript and ts-node config
- file path and extension changes
- migrate away from styled-icons/boxicons due to typing issue with esm
- update flatgeobuf, remove old workarounds
- add skipLibCheck to resolve flatgeobuf internal import error
- update turf to v7 prerelease, migrate to exporting latest geojson types, tighten up geometry generics
- ignore rbush type import errors
- switch from ts-node to tsx for prepare script
- migrating use of __dirname to new method
  • Loading branch information
twelch committed Mar 7, 2024
1 parent ca33835 commit 6b05e34
Show file tree
Hide file tree
Showing 351 changed files with 34,707 additions and 238,166 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"version": "6.1.2"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0"
}
Loading

0 comments on commit 6b05e34

Please sign in to comment.