Skip to content

Commit

Permalink
remove @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
lasabahebwa committed Oct 13, 2023
1 parent 744ffb1 commit ea415c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@definitelytyped/utils": "latest",
"@octokit/core": "^3.5.1",
"@octokit/rest": "^16.0.0",
"@types/node": "^20.8.5",
"comment-json": "^4.2.3",
"d3-array": "^3.0.2",
"d3-axis": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion types/zingchart/zingchart-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const chartConfig: zc.graphset[] = [
alpha: 0,
},
{
backgroundColor: "green",
backgroundColor: "blue",
},
],
},
Expand Down

0 comments on commit ea415c8

Please sign in to comment.