mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Update dependency slate-react to v0.83.0 (#2135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
48dd158126
commit
e8e9f0e2b1
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -42,7 +42,7 @@
|
||||||
"recoil": "0.7.5",
|
"recoil": "0.7.5",
|
||||||
"sharp": "0.31.0",
|
"sharp": "0.31.0",
|
||||||
"slate": "0.82.1",
|
"slate": "0.82.1",
|
||||||
"slate-react": "0.82.2",
|
"slate-react": "0.83.0",
|
||||||
"storybook-addon-designs": "6.3.1",
|
"storybook-addon-designs": "6.3.1",
|
||||||
"storybook-addon-fetch-mock": "1.0.1",
|
"storybook-addon-fetch-mock": "1.0.1",
|
||||||
"style-dictionary": "3.7.1",
|
"style-dictionary": "3.7.1",
|
||||||
|
@ -25418,9 +25418,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/slate-react": {
|
"node_modules/slate-react": {
|
||||||
"version": "0.82.2",
|
"version": "0.83.0",
|
||||||
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.82.2.tgz",
|
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.0.tgz",
|
||||||
"integrity": "sha512-lNmSqqNOKQJG1i3Wx4MkggWr6dLhQ43n4exPf5NLmKVBHPBuQSRNaWhAAKm6HOEC36Q6xBfkVONIQWi3GSyIEQ==",
|
"integrity": "sha512-P+Pv7oPcd1CebRYOGziGM0fqwUrGEqophrb3XnxCN3HbNTIll70dbAsJZxkXIDxp727a+8FcLl8X105tGw7WRA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/is-hotkey": "^0.1.1",
|
"@types/is-hotkey": "^0.1.1",
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
|
@ -47579,9 +47579,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"slate-react": {
|
"slate-react": {
|
||||||
"version": "0.82.2",
|
"version": "0.83.0",
|
||||||
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.82.2.tgz",
|
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.0.tgz",
|
||||||
"integrity": "sha512-lNmSqqNOKQJG1i3Wx4MkggWr6dLhQ43n4exPf5NLmKVBHPBuQSRNaWhAAKm6HOEC36Q6xBfkVONIQWi3GSyIEQ==",
|
"integrity": "sha512-P+Pv7oPcd1CebRYOGziGM0fqwUrGEqophrb3XnxCN3HbNTIll70dbAsJZxkXIDxp727a+8FcLl8X105tGw7WRA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/is-hotkey": "^0.1.1",
|
"@types/is-hotkey": "^0.1.1",
|
||||||
"@types/lodash": "^4.14.149",
|
"@types/lodash": "^4.14.149",
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
"recoil": "0.7.5",
|
"recoil": "0.7.5",
|
||||||
"sharp": "0.31.0",
|
"sharp": "0.31.0",
|
||||||
"slate": "0.82.1",
|
"slate": "0.82.1",
|
||||||
"slate-react": "0.82.2",
|
"slate-react": "0.83.0",
|
||||||
"storybook-addon-designs": "6.3.1",
|
"storybook-addon-designs": "6.3.1",
|
||||||
"storybook-addon-fetch-mock": "1.0.1",
|
"storybook-addon-fetch-mock": "1.0.1",
|
||||||
"style-dictionary": "3.7.1",
|
"style-dictionary": "3.7.1",
|
||||||
|
|
Loading…
Reference in a new issue