Skip to content

Commit

Permalink
fix: every time maplibre updates, the type-check fails
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Aug 22, 2024
1 parent 2d82139 commit e39dc1f
Show file tree
Hide file tree
Showing 6 changed files with 772 additions and 1,590 deletions.
4 changes: 2 additions & 2 deletions examples/geojson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "3.4.38",
"maplibre-gl": "4.5.2",
"vue": "3",
"maplibre-gl": "4",
"maplibre-gl-indoor": "workspace:../../"
},
"devDependencies": {
Expand Down
44 changes: 5 additions & 39 deletions examples/geojson/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions examples/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "3.4.38",
"maplibre-gl": "4.5.2",
"vue": "3",
"maplibre-gl": "4",
"maplibre-gl-indoor": "workspace:../../"
},
"devDependencies": {
Expand Down
44 changes: 5 additions & 39 deletions examples/server/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist/*",
"src/"
],
"version": "0.0.11",
"version": "0.0.12",
"scripts": {
"lint": "eslint src --fix && tsc --noEmit && prettier --write .",
"build": "rm -fr dist && npm run build-lib && npm run build-dts",
Expand Down Expand Up @@ -51,6 +51,6 @@
"@turf/bbox": "7.1.0",
"@turf/destination": "7.1.0",
"@turf/distance": "7.1.0",
"maplibre-gl": "4.5.2"
"maplibre-gl": "4"
}
}
Loading

0 comments on commit e39dc1f

Please sign in to comment.