Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Nov 5, 2023
1 parent cf4417f commit eacb1fb
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 104 deletions.
182 changes: 91 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
},
"devDependencies": {
"@babel/code-frame": "^7.22.13",
"@types/babel__code-frame": "^7.0.4",
"@types/d3-drag": "^3.0.4",
"@types/estree": "1.0.2",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/babel__code-frame": "^7.0.5",
"@types/d3-drag": "^3.0.5",
"@types/estree": "1.0.4",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"c8": "^8.0.1",
"rollup": "^4.1.3",
"rollup": "4.3.0",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
8 changes: 1 addition & 7 deletions tests/testcases/externals/expected.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
export { ReactFragment } from 'react';
// Type definitions for D3JS d3-drag module 3.0
// Project: https://github.com/d3/d3-drag/, https://d3js.org/d3-drag
// Definitions by: Tom Wanzek <https://github.com/tomwanzek>
// Alex Ford <https://github.com/gustavderdrache>
// Boris Yankov <https://github.com/borisyankov>
// Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Last module patch version validated against: 3.0.0
/**
* Container element type usable for mouse/touch functions
*/
Expand Down

0 comments on commit eacb1fb

Please sign in to comment.