Browse Source

fix(deps): update dependency @uiw/react-codemirror to v4.19.11

pull/2896/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
cc702ca318
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

@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
"@fontsource/poppins": "4.5.10",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.11",
"@uiw/react-codemirror": "4.19.10",
"@uiw/react-codemirror": "4.19.11",
"@xstate/react": "3.2.1",
"antd": "4.24.8",
"autoprefixer": "10.4.14",
@ -12496,9 +12496,9 @@ @@ -12496,9 +12496,9 @@
}
},
"node_modules/@uiw/codemirror-extensions-basic-setup": {
"version": "4.19.10",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.19.10.tgz",
"integrity": "sha512-EiqY4hkhHk68w/JfSchzOPSlpwHfFgzDnUw9pLJ1xoxNRai/Goa1kKCOFGkGlF1ZHbkbqRUuFHMt9cA9Xe8/gw==",
"version": "4.19.11",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.19.11.tgz",
"integrity": "sha512-yT7DtFUZESyqyMm0kcMbT6dQ8TIK8tcA6XzMtkgLtsiB883rlc9kYVJScyDz8M9mCckycVbuFlhEdqN54PoiGw==",
"dependencies": {
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/commands": "^6.0.0",
@ -12542,15 +12542,15 @@ @@ -12542,15 +12542,15 @@
}
},
"node_modules/@uiw/react-codemirror": {
"version": "4.19.10",
"resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.19.10.tgz",
"integrity": "sha512-vMWciwKtCJC+ad16Qsyti+GKIu2OrKrVLLS1iEKSEwjM0YcbGM9/E5Hq4HSSeyayHL/PlH/M9h/3PUNbL6V7uA==",
"version": "4.19.11",
"resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.19.11.tgz",
"integrity": "sha512-KoTMg0krVi8EgIPotMYAfTTB+9U4CrJe1ZeSLVR92Wif0pPjYLN5TQF0kqiiH97gJNGHVte/mUftmDjK7Sv2ZA==",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@codemirror/commands": "^6.1.0",
"@codemirror/state": "^6.1.1",
"@codemirror/theme-one-dark": "^6.0.0",
"@uiw/codemirror-extensions-basic-setup": "4.19.10",
"@uiw/codemirror-extensions-basic-setup": "4.19.11",
"codemirror": "^6.0.0"
},
"peerDependencies": {

2
web/package.json

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
"@fontsource/poppins": "4.5.10",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.19.11",
"@uiw/react-codemirror": "4.19.10",
"@uiw/react-codemirror": "4.19.11",
"@xstate/react": "3.2.1",
"antd": "4.24.8",
"autoprefixer": "10.4.14",

Loading…
Cancel
Save