mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
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:
26
superset-frontend/package-lock.json
generated
26
superset-frontend/package-lock.json
generated
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user