Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joxit committed Nov 13, 2024
1 parent bf5178b commit 03a45b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"docs": "typedoc --out docs index.d.ts",
"start": "rollup -c -w",
"test": "tsc --esModuleInterop --noEmit test/*.ts"
"test": "tsc --esModuleInterop --lib es6,dom --noEmit test/*.ts"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,14 +36,15 @@
"prettier": "^3.1.1",
"rollup": "^4.9.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-serve": "^1.1.0",
"typedoc": "^0.25.6",
"typescript": "^5.3.3"
"rollup-plugin-serve": "^1.1.1",
"typedoc": "^0.26.11",
"typedoc-plugin-ga": "1.0.4",
"typescript": "^5.6.3"
},
"dependencies": {
"@types/geojson": "^7946.0.7",
"@types/leaflet": "^1.7.3",
"@types/mapbox-gl": "^1.13.2",
"maplibre-gl": "^3.6.2"
"maplibre-gl": "^4.7.1"
}
}
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"readme": "none",
"gaID": "UA-148785463-1",
"gitRevision": "main",
"githubPages": true
"githubPages": true,
"plugin": ["typedoc-plugin-ga"]
}

0 comments on commit 03a45b8

Please sign in to comment.