mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.9
This commit is contained in:
parent
9ede42c11d
commit
b3f343c4bd
2 changed files with 9 additions and 9 deletions
16
web/package-lock.json
generated
16
web/package-lock.json
generated
|
@ -17,7 +17,7 @@
|
||||||
"@fontsource/inter": "^5.0.0",
|
"@fontsource/inter": "^5.0.0",
|
||||||
"@fontsource/poppins": "5.0.5",
|
"@fontsource/poppins": "5.0.5",
|
||||||
"@next/bundle-analyzer": "^13.1.1",
|
"@next/bundle-analyzer": "^13.1.1",
|
||||||
"@uiw/codemirror-theme-bbedit": "4.21.8",
|
"@uiw/codemirror-theme-bbedit": "4.21.9",
|
||||||
"@uiw/react-codemirror": "4.21.8",
|
"@uiw/react-codemirror": "4.21.8",
|
||||||
"@xstate/react": "3.2.2",
|
"@xstate/react": "3.2.2",
|
||||||
"antd": "4.24.12",
|
"antd": "4.24.12",
|
||||||
|
@ -14238,17 +14238,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||||
"version": "4.21.8",
|
"version": "4.21.9",
|
||||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.8.tgz",
|
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.9.tgz",
|
||||||
"integrity": "sha512-e0/D+2geKka19XUM7LM2DVlCXA4+b1Jgg9CRXqDHMdN2cVVRd3W2rAgZwofsa8pTY/+pjiJqy4CGtGpXDCu8Ow==",
|
"integrity": "sha512-KzLqcd+Z+vwQQy8AZxB6ppqqf1c0ZLExtJvyR2BVIMLSSRX+iyGxUy4rMH05ED4BYXTRVngySLC8VNj/Vcre0g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@uiw/codemirror-themes": "4.21.8"
|
"@uiw/codemirror-themes": "4.21.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@uiw/codemirror-themes": {
|
"node_modules/@uiw/codemirror-themes": {
|
||||||
"version": "4.21.8",
|
"version": "4.21.9",
|
||||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.8.tgz",
|
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.9.tgz",
|
||||||
"integrity": "sha512-0Zqi/nosFJ00pCpNgj8e3uc7hM8cdLFNfYs9ud4V6ERiQYglX83dYGnDRSH983sH07q9JxOTBuNRvFcPJdxOHQ==",
|
"integrity": "sha512-ndfka95Ax4LXQSPVtCXJC3Qu2ruhlWUB7PAj+qTeMZobYJdXRxDEm4jMl+/d5fN1ok3jivShQdNgIwvEIFf4lg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/language": "^6.0.0",
|
"@codemirror/language": "^6.0.0",
|
||||||
"@codemirror/state": "^6.0.0",
|
"@codemirror/state": "^6.0.0",
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"@fontsource/inter": "^5.0.0",
|
"@fontsource/inter": "^5.0.0",
|
||||||
"@fontsource/poppins": "5.0.5",
|
"@fontsource/poppins": "5.0.5",
|
||||||
"@next/bundle-analyzer": "^13.1.1",
|
"@next/bundle-analyzer": "^13.1.1",
|
||||||
"@uiw/codemirror-theme-bbedit": "4.21.8",
|
"@uiw/codemirror-theme-bbedit": "4.21.9",
|
||||||
"@uiw/react-codemirror": "4.21.8",
|
"@uiw/react-codemirror": "4.21.8",
|
||||||
"@xstate/react": "3.2.2",
|
"@xstate/react": "3.2.2",
|
||||||
"antd": "4.24.12",
|
"antd": "4.24.12",
|
||||||
|
|
Loading…
Reference in a new issue