chore(deps-dev): bump @types/rison from 0.0.9 to 0.1.0 in /superset-frontend (#31546)
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
d85bb8b6a0
commit
e88c4e1100
|
|
@ -210,7 +210,7 @@
|
|||
"@types/react-window": "^1.8.8",
|
||||
"@types/redux-localstorage": "^1.0.8",
|
||||
"@types/redux-mock-store": "^1.0.6",
|
||||
"@types/rison": "0.0.9",
|
||||
"@types/rison": "0.1.0",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@types/tinycolor2": "^1.4.3",
|
||||
"@types/yargs": "12 - 18",
|
||||
|
|
@ -13874,9 +13874,10 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/rison": {
|
||||
"version": "0.0.9",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/rison/-/rison-0.1.0.tgz",
|
||||
"integrity": "sha512-Xj7FO2KBR555nDy58tzrSPpNrShppZpPMZi5WjcNglyFEKQZwRnJLrU2U4wHs61Fl/A8gr+siO/Py04hTWLjzg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/scheduler": {
|
||||
"version": "0.16.6",
|
||||
|
|
@ -55771,7 +55772,7 @@
|
|||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
"@types/rison": "0.0.9",
|
||||
"@types/rison": "0.1.0",
|
||||
"@types/seedrandom": "^3.0.8",
|
||||
"fetch-mock": "^11.1.4",
|
||||
"jest-mock-console": "^2.0.0",
|
||||
|
|
@ -65935,7 +65936,7 @@
|
|||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
"@types/rison": "0.0.9",
|
||||
"@types/rison": "0.1.0",
|
||||
"@types/seedrandom": "^3.0.8",
|
||||
"@vx/responsive": "^0.0.199",
|
||||
"csstype": "^3.1.3",
|
||||
|
|
@ -69518,7 +69519,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/rison": {
|
||||
"version": "0.0.9",
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/rison/-/rison-0.1.0.tgz",
|
||||
"integrity": "sha512-Xj7FO2KBR555nDy58tzrSPpNrShppZpPMZi5WjcNglyFEKQZwRnJLrU2U4wHs61Fl/A8gr+siO/Py04hTWLjzg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/scheduler": {
|
||||
|
|
|
|||
|
|
@ -277,7 +277,7 @@
|
|||
"@types/react-window": "^1.8.8",
|
||||
"@types/redux-localstorage": "^1.0.8",
|
||||
"@types/redux-mock-store": "^1.0.6",
|
||||
"@types/rison": "0.0.9",
|
||||
"@types/rison": "0.1.0",
|
||||
"@types/sinon": "^17.0.3",
|
||||
"@types/tinycolor2": "^1.4.3",
|
||||
"@types/yargs": "12 - 18",
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^22.5.4",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
"@types/rison": "0.0.9",
|
||||
"@types/rison": "0.1.0",
|
||||
"@types/seedrandom": "^3.0.8",
|
||||
"fetch-mock": "^11.1.4",
|
||||
"jest-mock-console": "^2.0.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue