Skip to content

Commit 12524ca

Browse files
committed
update dependencies
1 parent dbb42ba commit 12524ca

4 files changed

Lines changed: 242 additions & 318 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2010-2022 Mike Bostock
1+
Copyright 2010-2024 Mike Bostock
22

33
Permission to use, copy, modify, and/or distribute this software for any purpose
44
with or without fee is hereby granted, provided that the above copyright notice

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
"d3-array": "2.5.0 - 3"
3838
},
3939
"devDependencies": {
40+
"@rollup/plugin-terser": "0.4",
4041
"canvas": "2",
4142
"d3-format": "1 - 3",
4243
"eslint": "8",
4344
"mocha": "10",
4445
"pixelmatch": "5",
4546
"pngjs": "6",
4647
"rollup": "3",
47-
"rollup-plugin-terser": "7",
4848
"topojson-client": "3",
4949
"world-atlas": "1"
5050
},

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {readFileSync} from "fs";
2-
import {terser} from "rollup-plugin-terser";
2+
import terser from "@rollup/plugin-terser";
33
import meta from "./package.json" assert {type: "json"};
44

55
// Extract copyrights from the LICENSE.

0 commit comments

Comments
 (0)