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:
parent
77f3764fea
commit
f679a18e82
|
|
@ -202,7 +202,7 @@
|
|||
"@types/react-redux": "^7.1.10",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@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-ultimate-pagination": "^1.2.4",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.4",
|
||||
|
|
@ -13981,9 +13981,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-table": {
|
||||
"version": "7.7.19",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"version": "7.7.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.20.tgz",
|
||||
"integrity": "sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
|
@ -58681,13 +58681,6 @@
|
|||
"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": {
|
||||
"version": "2.12.1",
|
||||
"license": "BSD-3-Clause",
|
||||
|
|
@ -69244,12 +69237,6 @@
|
|||
"xss": "^1.0.15"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/react-table": {
|
||||
"version": "7.7.20",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
},
|
||||
"d3-array": {
|
||||
"version": "2.12.1",
|
||||
"requires": {
|
||||
|
|
@ -70383,8 +70370,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-table": {
|
||||
"version": "7.7.19",
|
||||
"dev": true,
|
||||
"version": "7.7.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-table/-/react-table-7.7.20.tgz",
|
||||
"integrity": "sha512-ahMp4pmjVlnExxNwxyaDrFgmKxSbPwU23sGQw2gJK4EhCvnvmib2s/O/+y1dfV57dXOwpr2plfyBol+vEHbi2w==",
|
||||
"requires": {
|
||||
"@types/react": "^16.9.53"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -268,7 +268,7 @@
|
|||
"@types/react-redux": "^7.1.10",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@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-ultimate-pagination": "^1.2.4",
|
||||
"@types/react-virtualized-auto-sizer": "^1.0.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue