Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 3, 2022
1 parent 2e7ffcc commit 147e2bf
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 254 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -41,13 +41,13 @@
"internmap": "1 - 2"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13",
"@rollup/plugin-node-resolve": "15",
"d3-dsv": "3",
"d3-random": "2 - 3",
"eslint": "8",
"jsdom": "19",
"mocha": "9",
"rollup": "2",
"jsdom": "20",
"mocha": "10",
"rollup": "3",
"rollup-plugin-terser": "7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
@@ -1,7 +1,7 @@
import {nodeResolve} from "@rollup/plugin-node-resolve";
import {readFileSync} from "fs";
import {terser} from "rollup-plugin-terser";
import * as meta from "./package.json";
import meta from "./package.json" assert {type: "json"};

// Extract copyrights from the LICENSE.
const copyright = readFileSync("./LICENSE", "utf-8")
Expand Down

0 comments on commit 147e2bf

Please sign in to comment.