mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Update dependency @uiw/codemirror-theme-bbedit to v4.19.8
This commit is contained in:
parent
f7779c45f6
commit
cbd0451a00
2 changed files with 9 additions and 9 deletions
16
web/package-lock.json
generated
16
web/package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@fontsource/open-sans": "4.5.14",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.7",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.8",
|
||||
"@uiw/react-codemirror": "4.19.7",
|
||||
"@xstate/react": "3.1.2",
|
||||
"antd": "4.24.7",
|
||||
|
@ -12405,17 +12405,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||
"version": "4.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.7.tgz",
|
||||
"integrity": "sha512-WjrkNhwHNU+KiwJLbrdTin9YVq5UmveLuH3VFtswLxw8hlFjjEziKgpErD4C8PsC125o6Dlcc7p1nbqVSmQjog==",
|
||||
"version": "4.19.8",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.8.tgz",
|
||||
"integrity": "sha512-1vaVaVhMP2IB7H77W9yvPRhVr+8HGBWPDfFEVWAc7tfeU0xC2MFby05gO/7T6K2JWyj2lXnVw/i+oFNeDdcekQ==",
|
||||
"dependencies": {
|
||||
"@uiw/codemirror-themes": "4.19.7"
|
||||
"@uiw/codemirror-themes": "4.19.8"
|
||||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-themes": {
|
||||
"version": "4.19.7",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.7.tgz",
|
||||
"integrity": "sha512-M/42RkPI60ItlssmNuEoZO2MQvlY6fRmdX7XRUAhKjxczZoaq8xS6HIvv1whGf2zGsTrwdVTPCm6ls0l17dvPA==",
|
||||
"version": "4.19.8",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.8.tgz",
|
||||
"integrity": "sha512-k+0molX6YuQZ7vYymS5DEl3NcHxVE4VP4J0nB7RBnzLrhDwT2K8R5ie7J2eH+4bpppIK1ZZdZ6Mie7U48dH5dQ==",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.0.0",
|
||||
"@codemirror/state": "^6.0.0",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"@fontsource/open-sans": "4.5.14",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.7",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.8",
|
||||
"@uiw/react-codemirror": "4.19.7",
|
||||
"@xstate/react": "3.1.2",
|
||||
"antd": "4.24.7",
|
||||
|
|
Loading…
Reference in a new issue