Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 12, 2024
1 parent dbb42ba commit 12524ca
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 318 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2010-2022 Mike Bostock
Copyright 2010-2024 Mike Bostock

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"d3-array": "2.5.0 - 3"
},
"devDependencies": {
"@rollup/plugin-terser": "0.4",
"canvas": "2",
"d3-format": "1 - 3",
"eslint": "8",
"mocha": "10",
"pixelmatch": "5",
"pngjs": "6",
"rollup": "3",
"rollup-plugin-terser": "7",
"topojson-client": "3",
"world-atlas": "1"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {readFileSync} from "fs";
import {terser} from "rollup-plugin-terser";
import terser from "@rollup/plugin-terser";
import meta from "./package.json" assert {type: "json"};

// Extract copyrights from the LICENSE.
Expand Down
Loading

0 comments on commit 12524ca

Please sign in to comment.