build(deps): bump @visx/grid from 3.0.1 to 3.5.0 in /superset-frontend (#26728)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-23 23:08:25 -07:00 committed by GitHub
parent 8e1daa0f1c
commit 7c2093c495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 122 additions and 24 deletions

View File

@ -49,7 +49,7 @@
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
"@types/d3-format": "^3.0.1",
"@visx/axis": "^3.5.0",
"@visx/grid": "^3.0.1",
"@visx/grid": "^3.5.0",
"@visx/responsive": "^3.0.0",
"@visx/scale": "^3.0.0",
"@visx/xychart": "^3.0.0",
@ -21472,16 +21472,38 @@
}
},
"node_modules/@visx/grid": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@visx/grid/-/grid-3.0.1.tgz",
"integrity": "sha512-cln5CVvFG58C5Uz1Uf0KRBFmGmgD1NALOQdYDu5yPsTuY2yLzVYPvCIlYBMdUtE0uzfNq972SmkZHfZYs03jxQ==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/grid/-/grid-3.5.0.tgz",
"integrity": "sha512-i1pdobTE223ItMiER3q4ojIaZWja3vg46TkS6FotnBZ4c0VRDHSrALQPdi0na+YEgppASWCQ2WrI/vD6mIkhSg==",
"dependencies": {
"@types/react": "*",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0"
}
},
"node_modules/@visx/grid/node_modules/@visx/curve": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/curve/-/curve-3.3.0.tgz",
"integrity": "sha512-G1l1rzGWwIs8ka3mBhO/gj8uYK6XdU/3bwRSoiZ+MockMahQFPog0bUkuVgPwwzPSJfsA/E5u53Y/DNesnHQxg==",
"dependencies": {
"@types/d3-shape": "^1.3.1",
"d3-shape": "^1.0.6"
}
},
"node_modules/@visx/grid/node_modules/@visx/group": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/group/-/group-3.3.0.tgz",
"integrity": "sha512-yKepDKwJqlzvnvPS0yDuW13XNrYJE4xzT6xM7J++441nu6IybWWwextyap8ey+kU651cYDb+q1Oi6aHvQwyEyw==",
"dependencies": {
"@types/react": "*",
"@visx/curve": "3.0.0",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
@ -21490,9 +21512,39 @@
}
},
"node_modules/@visx/grid/node_modules/@visx/point": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@visx/point/-/point-3.0.1.tgz",
"integrity": "sha512-S5WOBMgEP2xHcgs3A2BFB2vwzrk0tMmn3PGZAbQJ+lu4HlnalDP72klUnxLTH8xclNNvpUHtHM5eLIJXyHx6Pw=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/point/-/point-3.3.0.tgz",
"integrity": "sha512-03eBBIJarkmX79WbeEGTUZwmS5/MUuabbiM9KfkGS9pETBTWkp1DZtEHZdp5z34x5TDQVLSi0rk1Plg3/8RtDg=="
},
"node_modules/@visx/grid/node_modules/@visx/scale": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/scale/-/scale-3.5.0.tgz",
"integrity": "sha512-xo3zrXV2IZxrMq9Y9RUVJUpd93h3NO/r/y3GVi5F9AsbOzOhsLIbsPkunhO9mpUSR8LZ9TiumLEBrY+3frRBSg==",
"dependencies": {
"@visx/vendor": "3.5.0"
}
},
"node_modules/@visx/grid/node_modules/@visx/shape": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/shape/-/shape-3.5.0.tgz",
"integrity": "sha512-DP3t9jBQ7dSE3e6ptA1xO4QAIGxO55GrY/6P+S6YREuQGjZgq20TLYLAsiaoPEzFSS4tp0m12ZTPivWhU2VBTw==",
"dependencies": {
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.3.1",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/scale": "3.5.0",
"classnames": "^2.3.1",
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
"lodash": "^4.17.21",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0"
}
},
"node_modules/@visx/group": {
"version": "3.0.0",
@ -87712,24 +87764,70 @@
}
},
"@visx/grid": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@visx/grid/-/grid-3.0.1.tgz",
"integrity": "sha512-cln5CVvFG58C5Uz1Uf0KRBFmGmgD1NALOQdYDu5yPsTuY2yLzVYPvCIlYBMdUtE0uzfNq972SmkZHfZYs03jxQ==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/grid/-/grid-3.5.0.tgz",
"integrity": "sha512-i1pdobTE223ItMiER3q4ojIaZWja3vg46TkS6FotnBZ4c0VRDHSrALQPdi0na+YEgppASWCQ2WrI/vD6mIkhSg==",
"requires": {
"@types/react": "*",
"@visx/curve": "3.0.0",
"@visx/group": "3.0.0",
"@visx/point": "3.0.1",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/point": "3.3.0",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
},
"dependencies": {
"@visx/curve": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/curve/-/curve-3.3.0.tgz",
"integrity": "sha512-G1l1rzGWwIs8ka3mBhO/gj8uYK6XdU/3bwRSoiZ+MockMahQFPog0bUkuVgPwwzPSJfsA/E5u53Y/DNesnHQxg==",
"requires": {
"@types/d3-shape": "^1.3.1",
"d3-shape": "^1.0.6"
}
},
"@visx/group": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/group/-/group-3.3.0.tgz",
"integrity": "sha512-yKepDKwJqlzvnvPS0yDuW13XNrYJE4xzT6xM7J++441nu6IybWWwextyap8ey+kU651cYDb+q1Oi6aHvQwyEyw==",
"requires": {
"@types/react": "*",
"classnames": "^2.3.1",
"prop-types": "^15.6.2"
}
},
"@visx/point": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@visx/point/-/point-3.0.1.tgz",
"integrity": "sha512-S5WOBMgEP2xHcgs3A2BFB2vwzrk0tMmn3PGZAbQJ+lu4HlnalDP72klUnxLTH8xclNNvpUHtHM5eLIJXyHx6Pw=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@visx/point/-/point-3.3.0.tgz",
"integrity": "sha512-03eBBIJarkmX79WbeEGTUZwmS5/MUuabbiM9KfkGS9pETBTWkp1DZtEHZdp5z34x5TDQVLSi0rk1Plg3/8RtDg=="
},
"@visx/scale": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/scale/-/scale-3.5.0.tgz",
"integrity": "sha512-xo3zrXV2IZxrMq9Y9RUVJUpd93h3NO/r/y3GVi5F9AsbOzOhsLIbsPkunhO9mpUSR8LZ9TiumLEBrY+3frRBSg==",
"requires": {
"@visx/vendor": "3.5.0"
}
},
"@visx/shape": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@visx/shape/-/shape-3.5.0.tgz",
"integrity": "sha512-DP3t9jBQ7dSE3e6ptA1xO4QAIGxO55GrY/6P+S6YREuQGjZgq20TLYLAsiaoPEzFSS4tp0m12ZTPivWhU2VBTw==",
"requires": {
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.3.1",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/curve": "3.3.0",
"@visx/group": "3.3.0",
"@visx/scale": "3.5.0",
"classnames": "^2.3.1",
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
"lodash": "^4.17.21",
"prop-types": "^15.5.10"
}
}
}
},

View File

@ -115,7 +115,7 @@
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
"@types/d3-format": "^3.0.1",
"@visx/axis": "^3.5.0",
"@visx/grid": "^3.0.1",
"@visx/grid": "^3.5.0",
"@visx/responsive": "^3.0.0",
"@visx/scale": "^3.0.0",
"@visx/xychart": "^3.0.0",