build(deps): bump @types/enzyme from 3.10.10 to 3.10.18 in /superset-frontend (#26859)

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-29 16:48:13 -08:00 committed by GitHub
parent fae4f6b0fe
commit 0d1653fbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 19 additions and 19 deletions

View File

@ -174,7 +174,7 @@
"@testing-library/user-event": "^12.7.0",
"@types/classnames": "^2.2.10",
"@types/dom-to-image": "^2.6.7",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^26.0.3",
@ -19953,12 +19953,12 @@
"dev": true
},
"node_modules/@types/enzyme": {
"version": "3.10.10",
"resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.10.tgz",
"integrity": "sha512-/D4wFhiEjUDfPu+j5FVK0g/jf7rqeEIpNfAI+kyxzLpw5CKO0drnW3W5NC38alIjsWgnyQ8pbuPF5+UD+vhVyg==",
"version": "3.10.18",
"resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.18.tgz",
"integrity": "sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==",
"dependencies": {
"@types/cheerio": "*",
"@types/react": "*"
"@types/react": "^16"
}
},
"node_modules/@types/enzyme-adapter-react-16": {
@ -66371,7 +66371,7 @@
"license": "Apache-2.0",
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react": "*",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
@ -66406,7 +66406,7 @@
"@types/d3-scale": "^2.1.1",
"@types/d3-time": "^3.0.0",
"@types/d3-time-format": "^2.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/fetch-mock": "^7.3.3",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.149",
@ -69680,7 +69680,7 @@
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@types/d3-array": "^2.9.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react-table": "^7.7.19",
"classnames": "^2.5.1",
"d3-array": "^2.4.0",
@ -83678,7 +83678,7 @@
"version": "file:packages/superset-ui-chart-controls",
"requires": {
"@react-icons/all-files": "^4.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react": "*",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
@ -83695,7 +83695,7 @@
"@types/d3-scale": "^2.1.1",
"@types/d3-time": "^3.0.0",
"@types/d3-time-format": "^2.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/fetch-mock": "^7.3.3",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.149",
@ -86101,7 +86101,7 @@
"requires": {
"@react-icons/all-files": "^4.1.0",
"@types/d3-array": "^2.9.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react-table": "^7.7.19",
"classnames": "^2.5.1",
"d3-array": "^2.4.0",
@ -86839,12 +86839,12 @@
"dev": true
},
"@types/enzyme": {
"version": "3.10.10",
"resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.10.tgz",
"integrity": "sha512-/D4wFhiEjUDfPu+j5FVK0g/jf7rqeEIpNfAI+kyxzLpw5CKO0drnW3W5NC38alIjsWgnyQ8pbuPF5+UD+vhVyg==",
"version": "3.10.18",
"resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.18.tgz",
"integrity": "sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==",
"requires": {
"@types/cheerio": "*",
"@types/react": "*"
"@types/react": "^16"
}
},
"@types/enzyme-adapter-react-16": {

View File

@ -241,7 +241,7 @@
"@testing-library/user-event": "^12.7.0",
"@types/classnames": "^2.2.10",
"@types/dom-to-image": "^2.6.7",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/fetch-mock": "^7.3.2",
"@types/jest": "^26.0.3",

View File

@ -25,7 +25,7 @@
],
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react": "*",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"

View File

@ -31,7 +31,7 @@
"@types/d3-scale": "^2.1.1",
"@types/d3-time": "^3.0.0",
"@types/d3-time-format": "^2.1.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/fetch-mock": "^7.3.3",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.149",

View File

@ -26,7 +26,7 @@
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@types/d3-array": "^2.9.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.18",
"@types/react-table": "^7.7.19",
"classnames": "^2.5.1",
"d3-array": "^2.4.0",