mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.4
This commit is contained in:
parent
e842835b45
commit
96e4b04176
2 changed files with 9 additions and 9 deletions
16
web/package-lock.json
generated
16
web/package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@fontsource/open-sans": "4.5.13",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.0.0",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.3",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.4",
|
||||
"@uiw/react-codemirror": "4.19.3",
|
||||
"@xstate/react": "3.0.1",
|
||||
"antd": "4.24.3",
|
||||
|
@ -12176,17 +12176,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||
"version": "4.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.3.tgz",
|
||||
"integrity": "sha512-x98Cj1cWKrxmEk+M2ZdG3kfvlTqJrmWybuAOjHm576MFxtcVB0nXx+eyKJf4tUYMACy+o8LaMsouVj7S89Gaew==",
|
||||
"version": "4.19.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.4.tgz",
|
||||
"integrity": "sha512-y9Kgari6VtXYXX3QgL66ZBLvu0EYxbksiBjXxDQnP87TN++XYjSikSbMzUWunVRACaPN+gLxXm3poMnkuwhaBQ==",
|
||||
"dependencies": {
|
||||
"@uiw/codemirror-themes": "4.19.3"
|
||||
"@uiw/codemirror-themes": "4.19.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-themes": {
|
||||
"version": "4.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.3.tgz",
|
||||
"integrity": "sha512-2mqrrYZnUL/hseEeIYC0DBP4igst/w5g5JT1+3v+yMyvwsvSAWxxN1Zeh5FFMfVTZWjpYujOuoJ4V507taorBw==",
|
||||
"version": "4.19.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.4.tgz",
|
||||
"integrity": "sha512-n2k1GPH9oTeeXY/Xbu5KQiw2rvrM5wkvhFDNRvoX9N/2e3+/lmyloZZ1C1Pk/OpDfOH2hWns8jiH7BKfn+I82A==",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.0.0",
|
||||
"@codemirror/state": "^6.0.0",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"@fontsource/open-sans": "4.5.13",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.0.0",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.3",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.4",
|
||||
"@uiw/react-codemirror": "4.19.3",
|
||||
"@xstate/react": "3.0.1",
|
||||
"antd": "4.24.3",
|
||||
|
|
Loading…
Reference in a new issue