mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fix(deps): update dependency slate-react to v0.87.1
This commit is contained in:
parent
b054efa90f
commit
0119cf6bd4
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -43,7 +43,7 @@
|
|||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.2",
|
||||
"slate": "0.87.0",
|
||||
"slate-react": "0.87.0",
|
||||
"slate-react": "0.87.1",
|
||||
"storybook-addon-designs": "6.3.1",
|
||||
"storybook-addon-fetch-mock": "1.0.1",
|
||||
"style-dictionary": "3.7.1",
|
||||
|
@ -29407,9 +29407,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/slate-react": {
|
||||
"version": "0.87.0",
|
||||
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.87.0.tgz",
|
||||
"integrity": "sha512-3ujWBdsMqCY2wRHjBYkbh44gkhIgEPjwvFnrzMporbgIRXUVdlAeQM3DevHZnS+Cvja9XTH9nI4Q0vChzzQPfQ==",
|
||||
"version": "0.87.1",
|
||||
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.87.1.tgz",
|
||||
"integrity": "sha512-ubVKLZ6UVdZEZrvdJbqR9V5bITn7lcn2g6oJ7TtBDGRea19G/Lqtzp2srPm9fxus0EqMBExNCqA/LZlVW4Y+hg==",
|
||||
"dependencies": {
|
||||
"@types/is-hotkey": "^0.1.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.2",
|
||||
"slate": "0.87.0",
|
||||
"slate-react": "0.87.0",
|
||||
"slate-react": "0.87.1",
|
||||
"storybook-addon-designs": "6.3.1",
|
||||
"storybook-addon-fetch-mock": "1.0.1",
|
||||
"style-dictionary": "3.7.1",
|
||||
|
|
Loading…
Reference in a new issue