Skip to content

Commit

Permalink
Bump dependencies, remove accidental rollup dependency (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw authored Jan 27, 2025
1 parent f8a86b3 commit c1b1a88
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 683 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,17 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@placemarkio/check-geojson": "^0.1.12",
"@rollup/plugin-typescript": "^12.1.1",
"@types/geojson": "^7946.0.14",
"@vitest/coverage-v8": "*",
"@xmldom/xmldom": "^0.9.5",
"rollup": "^4.27.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/geojson": "^7946.0.16",
"@vitest/coverage-v8": "^3.0.4",
"@xmldom/xmldom": "^0.9.7",
"rollup": "^4.32.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
"typedoc": "^0.27.6",
"typescript": "^5.7.3",
"vitest": "^3.0.4"
},
"repository": {
"type": "git",
Expand All @@ -61,8 +62,5 @@
],
"engines": {
"node": "*"
},
"dependencies": {
"@rollup/plugin-terser": "^0.4.4"
}
}
Loading

0 comments on commit c1b1a88

Please sign in to comment.