chore(deps): bump react-split from 2.0.9 to 2.0.14 in /superset-frontend (#19845)
Bumps [react-split](https://github.com/nathancahill/split) from 2.0.9 to 2.0.14. - [Release notes](https://github.com/nathancahill/split/releases) - [Changelog](https://github.com/nathancahill/split/blob/master/CHANGELOG.md) - [Commits](https://github.com/nathancahill/split/commits) --- updated-dependencies: - dependency-name: react-split dependency-type: direct:production update-type: version-update:semver-patch ... 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
528a9cd7c7
commit
dc0f09586f
|
|
@ -49993,15 +49993,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-split": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.9.tgz",
|
||||
"integrity": "sha512-IxKtxxmcbNUmWMSd5vlNnlE0jwbgQS1HyQYxt7h8qFgPskSkUTNzMbO838xapmmNf9D+u9B/bdtFnVjt+JC2JA==",
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz",
|
||||
"integrity": "sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.5.7",
|
||||
"split.js": "^1.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=15.4.2 || >= 16.0.0"
|
||||
"react": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/react-split-pane": {
|
||||
|
|
@ -99900,9 +99900,9 @@
|
|||
}
|
||||
},
|
||||
"react-split": {
|
||||
"version": "2.0.9",
|
||||
"resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.9.tgz",
|
||||
"integrity": "sha512-IxKtxxmcbNUmWMSd5vlNnlE0jwbgQS1HyQYxt7h8qFgPskSkUTNzMbO838xapmmNf9D+u9B/bdtFnVjt+JC2JA==",
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz",
|
||||
"integrity": "sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==",
|
||||
"requires": {
|
||||
"prop-types": "^15.5.7",
|
||||
"split.js": "^1.6.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue