Skip to content

Commit

Permalink
chore(deps): ⬇️ downgrade d3 to 6.2.0
Browse files Browse the repository at this point in the history
- 7.0.0 has type:module issue (link: d3/d3#3469)
  • Loading branch information
greatSumini committed Aug 2, 2021
1 parent 0ac9fa3 commit 2951583
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 223 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"d3": "^7.0.0",
"d3": "6.2.0",
"next": "^11.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -22,7 +22,7 @@
"@babel/preset-env": "^7.14.9",
"@babel/preset-typescript": "^7.14.5",
"@now/node": "^1.8.5",
"@types/d3": "^7.0.0",
"@types/d3": "6.2.0",
"@types/node": "^16.4.10",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
Expand Down

1 comment on commit 2951583

@vercel
Copy link

@vercel vercel bot commented on 2951583 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.