Merge pull request #1315 from wbkd/dependabot/npm_and_yarn/main/types/d3-7.0.0

chore(deps): bump @types/d3 from 6.7.1 to 7.0.0
This commit is contained in:
Moritz Klack
2021-07-01 12:09:12 +02:00
committed by GitHub
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",
@@ -2463,11 +2463,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": "*",
@@ -14293,11 +14293,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",