mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Bump rc-util from 5.13.2 to 5.14.0 (#308)
Bumps [rc-util](https://github.com/react-component/util) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/v5.13.2...v5.14.0) --- updated-dependencies: - dependency-name: rc-util dependency-type: direct:production update-type: version-update:semver-minor ... 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
03bc1068a8
commit
913ff52168
18
web/package-lock.json
generated
18
web/package-lock.json
generated
@ -17,7 +17,7 @@
|
||||
"markdown-it": "^12.2.0",
|
||||
"next": "^11.1.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"rc-util": "^5.13.2",
|
||||
"rc-util": "^5.14.0",
|
||||
"react": "^17.0.2",
|
||||
"react-chartkick": "^0.5.0",
|
||||
"react-dom": "^17.0.2",
|
||||
@ -6376,13 +6376,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/rc-util": {
|
||||
"version": "5.13.2",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.2.tgz",
|
||||
"integrity": "sha512-eYc71XXGlp96RMzg01Mhq/T3BL6OOVTDSS0urFEuvpi+e7slhJRhaHGCKy2hqJm18m9ff7VoRoptplKu60dYog==",
|
||||
"version": "5.14.0",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.14.0.tgz",
|
||||
"integrity": "sha512-2vy6/Z1BJUcwLjm/UEJb/htjUTQPigITUIemCcFEo1fQevAumc9sA32x2z5qyWoa9uhrXbiAjSDpPIUqyg65sA==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"react-is": "^16.12.0",
|
||||
"shallowequal": "^1.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.9.0",
|
||||
"react-dom": ">=16.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/rc-virtual-list": {
|
||||
@ -13041,9 +13045,9 @@
|
||||
}
|
||||
},
|
||||
"rc-util": {
|
||||
"version": "5.13.2",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.2.tgz",
|
||||
"integrity": "sha512-eYc71XXGlp96RMzg01Mhq/T3BL6OOVTDSS0urFEuvpi+e7slhJRhaHGCKy2hqJm18m9ff7VoRoptplKu60dYog==",
|
||||
"version": "5.14.0",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.14.0.tgz",
|
||||
"integrity": "sha512-2vy6/Z1BJUcwLjm/UEJb/htjUTQPigITUIemCcFEo1fQevAumc9sA32x2z5qyWoa9uhrXbiAjSDpPIUqyg65sA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"react-is": "^16.12.0",
|
||||
|
@ -19,7 +19,7 @@
|
||||
"markdown-it": "^12.2.0",
|
||||
"next": "^11.1.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"rc-util": "^5.13.2",
|
||||
"rc-util": "^5.14.0",
|
||||
"react": "^17.0.2",
|
||||
"react-chartkick": "^0.5.0",
|
||||
"react-dom": "^17.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user