chore(deps): bump @types/react-table from 7.7.19 to 7.7.20 in /superset-frontend (#31228)

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-12-03 23:45:05 -07:00
committed by GitHub
parent 77f3764fea
commit f679a18e82
2 changed files with 8 additions and 20 deletions

View File

@@ -202,7 +202,7 @@
"@types/react-redux": "^7.1.10", "@types/react-redux": "^7.1.10",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@types/react-table": "^7.7.19", "@types/react-table": "^7.7.20",
"@types/react-transition-group": "^4.4.10", "@types/react-transition-group": "^4.4.10",
"@types/react-ultimate-pagination": "^1.2.4", "@types/react-ultimate-pagination": "^1.2.4",
"@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-virtualized-auto-sizer": "^1.0.4",
@@ -13981,9 +13981,9 @@
} }
}, },
"node_modules/@types/react-table": { "node_modules/@types/react-table": {
"version": "7.7.19", "version": "7.7.20",
"dev": true, "resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.20.tgz",
"license": "MIT", "integrity": "sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@@ -58681,13 +58681,6 @@
"react-dom": "^16.13.1" "react-dom": "^16.13.1"
} }
}, },
"plugins/plugin-chart-table/node_modules/@types/react-table": {
"version": "7.7.20",
"license": "MIT",
"dependencies": {
"@types/react": "*"
}
},
"plugins/plugin-chart-table/node_modules/d3-array": { "plugins/plugin-chart-table/node_modules/d3-array": {
"version": "2.12.1", "version": "2.12.1",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@@ -69244,12 +69237,6 @@
"xss": "^1.0.15" "xss": "^1.0.15"
}, },
"dependencies": { "dependencies": {
"@types/react-table": {
"version": "7.7.20",
"requires": {
"@types/react": "*"
}
},
"d3-array": { "d3-array": {
"version": "2.12.1", "version": "2.12.1",
"requires": { "requires": {
@@ -70383,8 +70370,9 @@
} }
}, },
"@types/react-table": { "@types/react-table": {
"version": "7.7.19", "version": "7.7.20",
"dev": true, "resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.20.tgz",
"integrity": "sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==",
"requires": { "requires": {
"@types/react": "^16.9.53" "@types/react": "^16.9.53"
} }

View File

@@ -268,7 +268,7 @@
"@types/react-redux": "^7.1.10", "@types/react-redux": "^7.1.10",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@types/react-table": "^7.7.19", "@types/react-table": "^7.7.20",
"@types/react-transition-group": "^4.4.10", "@types/react-transition-group": "^4.4.10",
"@types/react-ultimate-pagination": "^1.2.4", "@types/react-ultimate-pagination": "^1.2.4",
"@types/react-virtualized-auto-sizer": "^1.0.4", "@types/react-virtualized-auto-sizer": "^1.0.4",