Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jan 8, 2023
1 parent f81b2b6 commit db1705c
Show file tree
Hide file tree
Showing 7 changed files with 359 additions and 288 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2012-2022 Mike Bostock
Copyright 2012-2023 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
54 changes: 27 additions & 27 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"eslint": "8",
"htl": "^0.3.1",
"js-beautify": "1",
"jsdom": "19",
"jsdom": "20",
"mocha": "10",
"module-alias": "2",
"rollup": "2",
"rollup": "3",
"rollup-plugin-terser": "7"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
58 changes: 29 additions & 29 deletions test/output/faithfulContour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 29 additions & 29 deletions test/output/faithfulContours.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
469 changes: 270 additions & 199 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit db1705c

Please sign in to comment.