0

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

This commit is contained in:
renovate[bot] 2023-06-15 17:54:40 +00:00 committed by GitHub
parent db23565b95
commit e5c1938e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@fontsource/poppins": "5.0.3", "@fontsource/poppins": "5.0.3",
"@next/bundle-analyzer": "^13.1.1", "@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.21.3", "@uiw/codemirror-theme-bbedit": "4.21.3",
"@uiw/react-codemirror": "4.21.2", "@uiw/react-codemirror": "4.21.3",
"@xstate/react": "3.2.2", "@xstate/react": "3.2.2",
"antd": "4.24.10", "antd": "4.24.10",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
@ -14310,9 +14310,9 @@
} }
}, },
"node_modules/@uiw/codemirror-extensions-basic-setup": { "node_modules/@uiw/codemirror-extensions-basic-setup": {
"version": "4.21.2", "version": "4.21.3",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.21.2.tgz", "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.21.3.tgz",
"integrity": "sha512-ixzgSZ7APBgJJQOKdKFOj+X0fl9xo2AnL6HxHe3umRxptG1+1JdU7HJ5jDlGI1hbnZj3YqOjbTgg3LrZz4JmQg==", "integrity": "sha512-hf23fj9yhaGgrPJqZPSdHOiJSVJzeit0y6dSfn3X5JiBDaS5xK9GxXdEf0CUfN+5FAoBtofqSkoHeQ8FmRjs3g==",
"dependencies": { "dependencies": {
"@codemirror/autocomplete": "^6.0.0", "@codemirror/autocomplete": "^6.0.0",
"@codemirror/commands": "^6.0.0", "@codemirror/commands": "^6.0.0",
@ -14356,15 +14356,15 @@
} }
}, },
"node_modules/@uiw/react-codemirror": { "node_modules/@uiw/react-codemirror": {
"version": "4.21.2", "version": "4.21.3",
"resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.21.2.tgz", "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.21.3.tgz",
"integrity": "sha512-EORyALTfIh2N2y/DNqI9gNu5fWBMwphA5wshBf3SoJUPBH34DCdB7JgeH7i8MaJxOn75OCAKA3b23kxfWg5gUg==", "integrity": "sha512-kqnsRL0ffJ+/8yQ6rKDF1RuUEugJ+WLkIDdYe/UTCcyXuREDdv3YYDkXj7YPJ5esayP1dIVLnKozoL5YMQVPxQ==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.18.6", "@babel/runtime": "^7.18.6",
"@codemirror/commands": "^6.1.0", "@codemirror/commands": "^6.1.0",
"@codemirror/state": "^6.1.1", "@codemirror/state": "^6.1.1",
"@codemirror/theme-one-dark": "^6.0.0", "@codemirror/theme-one-dark": "^6.0.0",
"@uiw/codemirror-extensions-basic-setup": "4.21.2", "@uiw/codemirror-extensions-basic-setup": "4.21.3",
"codemirror": "^6.0.0" "codemirror": "^6.0.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -23,7 +23,7 @@
"@fontsource/poppins": "5.0.3", "@fontsource/poppins": "5.0.3",
"@next/bundle-analyzer": "^13.1.1", "@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.21.3", "@uiw/codemirror-theme-bbedit": "4.21.3",
"@uiw/react-codemirror": "4.21.2", "@uiw/react-codemirror": "4.21.3",
"@xstate/react": "3.2.2", "@xstate/react": "3.2.2",
"antd": "4.24.10", "antd": "4.24.10",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",