Browse Source

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

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

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.7", "@uiw/codemirror-theme-bbedit": "4.21.8",
"@uiw/react-codemirror": "4.21.7", "@uiw/react-codemirror": "4.21.7",
"@xstate/react": "3.2.2", "@xstate/react": "3.2.2",
"antd": "4.24.12", "antd": "4.24.12",
@ -14217,17 +14217,17 @@
} }
}, },
"node_modules/@uiw/codemirror-theme-bbedit": { "node_modules/@uiw/codemirror-theme-bbedit": {
"version": "4.21.7", "version": "4.21.8",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.7.tgz", "resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.8.tgz",
"integrity": "sha512-fDJcsECamVQkweYFcF/I7PVWDENmMZA9xb/TTDGuxIy4dvJLw/8jLPjUO5cu9WtwArnnYdZFZwezkrl4EJHj8A==", "integrity": "sha512-e0/D+2geKka19XUM7LM2DVlCXA4+b1Jgg9CRXqDHMdN2cVVRd3W2rAgZwofsa8pTY/+pjiJqy4CGtGpXDCu8Ow==",
"dependencies": { "dependencies": {
"@uiw/codemirror-themes": "4.21.7" "@uiw/codemirror-themes": "4.21.8"
} }
}, },
"node_modules/@uiw/codemirror-themes": { "node_modules/@uiw/codemirror-themes": {
"version": "4.21.7", "version": "4.21.8",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.7.tgz", "resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.8.tgz",
"integrity": "sha512-IggpVo7R+GREBpmInhrGxYcmbcqMci/cbaBxMmjNtPILqDwlGgWNtc7F2gNQ+gfQ138l+KXtdamielrSEM1qeA==", "integrity": "sha512-0Zqi/nosFJ00pCpNgj8e3uc7hM8cdLFNfYs9ud4V6ERiQYglX83dYGnDRSH983sH07q9JxOTBuNRvFcPJdxOHQ==",
"dependencies": { "dependencies": {
"@codemirror/language": "^6.0.0", "@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0", "@codemirror/state": "^6.0.0",

2
web/package.json

@ -22,7 +22,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.7", "@uiw/codemirror-theme-bbedit": "4.21.8",
"@uiw/react-codemirror": "4.21.7", "@uiw/react-codemirror": "4.21.7",
"@xstate/react": "3.2.2", "@xstate/react": "3.2.2",
"antd": "4.24.12", "antd": "4.24.12",

Loading…
Cancel
Save