Skip to content

Commit 34e5dc5

Browse files
committed
update dependencies
1 parent 39f1b72 commit 34e5dc5

File tree

3 files changed

+541
-460
lines changed

3 files changed

+541
-460
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@
4747
],
4848
"devDependencies": {
4949
"@esbuild-kit/core-utils": "^3.1.0",
50-
"@rollup/plugin-commonjs": "^24.0.1",
50+
"@rollup/plugin-commonjs": "^25.0.2",
5151
"@rollup/plugin-json": "^6.0.0",
5252
"@rollup/plugin-node-resolve": "^15.0.1",
5353
"@rollup/plugin-terser": "^0.4.0",
5454
"@types/d3": "^7.4.0",
55-
"@typescript-eslint/eslint-plugin": "^5.54.1",
56-
"@typescript-eslint/parser": "^5.54.1",
55+
"@typescript-eslint/eslint-plugin": "^6.0.0",
56+
"@typescript-eslint/parser": "^6.0.0",
5757
"canvas": "^2.0.0",
5858
"d3-geo-projection": "^4.0.0",
5959
"eslint": "^8.16.0",
6060
"eslint-config-prettier": "^8.5.0",
6161
"get-tsconfig": "^4.1.0",
6262
"htl": "^0.3.0",
6363
"js-beautify": "1",
64-
"jsdom": "^21.0.0",
64+
"jsdom": "^22.1.0",
6565
"markdown-it-container": "^3.0.0",
6666
"mocha": "^10.0.0",
6767
"module-alias": "^2.0.0",
68-
"prettier": "^2.7.1",
68+
"prettier": "^3.0.0",
6969
"rollup": "^3.7.0",
7070
"topojson-client": "^3.1.0",
7171
"typescript": "^5.0.2",

test/plots/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<head>
33
<meta charset="utf-8" />
44
</head>

0 commit comments

Comments
 (0)