Merge branch 'main' into renovate/typescript

This commit is contained in:
Nathan Bierema 2021-10-04 22:11:45 -04:00 committed by GitHub
commit 52e86dabe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 304 additions and 713 deletions

View File

@ -39,7 +39,7 @@
"prepublish": "yarn run type-check && yarn run lint"
},
"dependencies": {
"@types/d3": "^3.5.45",
"@types/d3": "^3.5.46",
"d3": "^3.5.17",
"d3tooltip": "^1.3.0",
"deepmerge": "^4.2.2",

View File

@ -43,7 +43,7 @@
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/d3": "^3.5.45",
"@types/d3": "^3.5.46",
"@types/node": "^14.17.20",
"@types/ramda": "^0.27.45",
"@types/webpack": "^5.28.0",
@ -60,7 +60,7 @@
"webpack-cli": "^4.8.0"
},
"peerDependencies": {
"@types/d3": "^3.5.45",
"@types/d3": "^3.5.46",
"d3": "^3.5.17"
}
}

1011
yarn.lock

File diff suppressed because it is too large Load Diff