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:
Generated
+9
-9
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user