Skip to content

Commit

Permalink
Add @types/mapbox-gl
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Jul 18, 2023
1 parent 0f3b538 commit 4f33f1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 161 deletions.
169 changes: 11 additions & 158 deletions package-lock.json

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 @@ -10,7 +10,6 @@
},
"dependencies": {
"vue": "^3.3.4",
"ol": "7.4.0",
"mapbox-gl": "2.15.0",
"@watergis/mapbox-gl-export": "2.0.1",
"osmtogeojson": "3.0.0-beta.5"
Expand All @@ -19,6 +18,7 @@
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.5",
"@types/mapbox-gl": "2.7.11"
}
}
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { createApp } from "vue";
import "./style.css";
import "ol/ol.css";
import App from "./App.vue";
const app = createApp(App);

Expand Down

0 comments on commit 4f33f1e

Please sign in to comment.