chore(deps): bump @types/d3 from 6.7.1 to 7.0.0

Bumps [@types/d3](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/d3) from 6.7.1 to 7.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/d3)

---
updated-dependencies:
- dependency-name: "@types/d3"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-28 04:01:45 +00:00
committed by GitHub
parent e1c34d3cd2
commit a332bc802d
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@types/d3": "^6.7.1",
"@types/d3": "^7.0.0",
"@types/react-redux": "^7.1.16",
"classcat": "^5.0.3",
"d3-selection": "^3.0.0",
@@ -2533,11 +2533,11 @@
}
},
"node_modules/@types/d3": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@types/d3/-/d3-6.7.1.tgz",
"integrity": "sha512-fS9Mtutt/LKmS06r/mWH23yB1jetc58WLqCjlJAMMKeHl3P2V2kAQM6pImj0I2crCT1awcAku3XUVGKyDX4ChQ==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.0.0.tgz",
"integrity": "sha512-7rMMuS5unvbvFCJXAkQXIxWTo2OUlmVXN5q7sfQFesuVICY55PSP6hhbUhWjTTNpfTTB3iLALsIYDFe7KUNABw==",
"dependencies": {
"@types/d3-array": "^2",
"@types/d3-array": "*",
"@types/d3-axis": "*",
"@types/d3-brush": "*",
"@types/d3-chord": "*",
@@ -14478,11 +14478,11 @@
}
},
"@types/d3": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@types/d3/-/d3-6.7.1.tgz",
"integrity": "sha512-fS9Mtutt/LKmS06r/mWH23yB1jetc58WLqCjlJAMMKeHl3P2V2kAQM6pImj0I2crCT1awcAku3XUVGKyDX4ChQ==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.0.0.tgz",
"integrity": "sha512-7rMMuS5unvbvFCJXAkQXIxWTo2OUlmVXN5q7sfQFesuVICY55PSP6hhbUhWjTTNpfTTB3iLALsIYDFe7KUNABw==",
"requires": {
"@types/d3-array": "^2",
"@types/d3-array": "*",
"@types/d3-axis": "*",
"@types/d3-brush": "*",
"@types/d3-chord": "*",
+1 -1
View File
@@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@types/d3": "^6.7.1",
"@types/d3": "^7.0.0",
"@types/react-redux": "^7.1.16",
"classcat": "^5.0.3",
"d3-selection": "^3.0.0",