Browse Source

fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.21

pull/3461/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
8ecbe79284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      web/package-lock.json
  2. 2
      web/package.json

22
web/package-lock.json generated

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "5.0.8",
"@next/bundle-analyzer": "^14.0.0",
"@uiw/codemirror-theme-bbedit": "4.21.20",
"@uiw/codemirror-theme-bbedit": "4.21.21",
"@uiw/react-codemirror": "4.21.20",
"@xstate/react": "3.2.2",
"antd": "4.24.15",
@ -9568,22 +9568,28 @@ @@ -9568,22 +9568,28 @@
}
},
"node_modules/@uiw/codemirror-theme-bbedit": {
"version": "4.21.20",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.20.tgz",
"integrity": "sha512-XRi7YK00bmojfqgKJesVvUxjTGvWP1fwpFyYsmVJImrXHAXvPKAEStR4fIwjQxo4rUWyPl996uzqkcTvIegPlQ==",
"version": "4.21.21",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.21.tgz",
"integrity": "sha512-EH5fGyU3oepRLhVwPdqaShIgypPUG3FbwxB7cqH3TgGlDUIQtCK9u5MFo0br84kE+ZXIqqphlOb9d/5gawDVRw==",
"dependencies": {
"@uiw/codemirror-themes": "4.21.20"
"@uiw/codemirror-themes": "4.21.21"
},
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
}
},
"node_modules/@uiw/codemirror-themes": {
"version": "4.21.20",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.20.tgz",
"integrity": "sha512-/Ncc88v5RroeDAOfhao5lmkobmH4aJZqlSAJJTxXE7AzM85BjuCnnUYXVT7VFeEslFtfTiIgriyLmJQoGOi2mA==",
"version": "4.21.21",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.21.tgz",
"integrity": "sha512-ljVcMGdaxo75UaH+EqxJ+jLyMVVgeSfW2AKyT1VeLy+4SDpuqNQ7wq5XVxktsG6LH+OvgSFndWXgPANf4+gQcA==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0"
},
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
},
"peerDependencies": {
"@codemirror/language": ">=6.0.0",
"@codemirror/state": ">=6.0.0",

2
web/package.json

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "5.0.8",
"@next/bundle-analyzer": "^14.0.0",
"@uiw/codemirror-theme-bbedit": "4.21.20",
"@uiw/codemirror-theme-bbedit": "4.21.21",
"@uiw/react-codemirror": "4.21.20",
"@xstate/react": "3.2.2",
"antd": "4.24.15",

Loading…
Cancel
Save