Skip to content

Commit c1b1a88

Browse files
authored
Bump dependencies, remove accidental rollup dependency (#135)
1 parent f8a86b3 commit c1b1a88

File tree

2 files changed

+470
-683
lines changed

2 files changed

+470
-683
lines changed

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,17 @@
3131
"devDependencies": {
3232
"@biomejs/biome": "^1.9.4",
3333
"@placemarkio/check-geojson": "^0.1.12",
34-
"@rollup/plugin-typescript": "^12.1.1",
35-
"@types/geojson": "^7946.0.14",
36-
"@vitest/coverage-v8": "*",
37-
"@xmldom/xmldom": "^0.9.5",
38-
"rollup": "^4.27.4",
34+
"@rollup/plugin-terser": "^0.4.4",
35+
"@rollup/plugin-typescript": "^12.1.2",
36+
"@types/geojson": "^7946.0.16",
37+
"@vitest/coverage-v8": "^3.0.4",
38+
"@xmldom/xmldom": "^0.9.7",
39+
"rollup": "^4.32.0",
3940
"rollup-plugin-dts": "^6.1.1",
4041
"tslib": "^2.8.1",
41-
"typedoc": "^0.26.11",
42-
"typescript": "^5.7.2",
43-
"vitest": "^2.1.5"
42+
"typedoc": "^0.27.6",
43+
"typescript": "^5.7.3",
44+
"vitest": "^3.0.4"
4445
},
4546
"repository": {
4647
"type": "git",
@@ -61,8 +62,5 @@
6162
],
6263
"engines": {
6364
"node": "*"
64-
},
65-
"dependencies": {
66-
"@rollup/plugin-terser": "^0.4.4"
6765
}
6866
}

0 commit comments

Comments
 (0)