Merge pull request #8 from bettydreemurr/depfu/update/npm/@monaco-editor/react-4.3.1

Update @monaco-editor/react: 4.2.0 → 4.3.1 (minor)
pull/82/head
Exorcism 3 years ago committed by GitHub
commit 71241a2a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
package-lock.json generated

@ -93,21 +93,20 @@
}
},
"@monaco-editor/loader": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.1.0.tgz",
"integrity": "sha512-ovAId70jC5k7cYYPC9M/nhANI9pgB/+WD7FC0xWy1bcO/D0/3qIb7iU4mYw7xLqW5dKXfoyT1V8cIWfRSE0wag==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.2.0.tgz",
"integrity": "sha512-cJVCG/T/KxXgzYnjKqyAgsKDbH9mGLjcXxN6AmwumBwa2rVFkwvGcUj1RJtD0ko4XqLqJxwqsN/Z/KURB5f1OQ==",
"requires": {
"state-local": "^1.0.6"
}
},
"@monaco-editor/react": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.2.0.tgz",
"integrity": "sha512-p0kMtWAGuGGyKcdVP/La1QfmOW9HqIhQ63w2gbYwMw8k0v6Pu2VR8nr+OA5CK70q9Zy4yWqfnilpK5eYaUNxHQ==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.3.1.tgz",
"integrity": "sha512-f+0BK1PP/W5I50hHHmwf11+Ea92E5H1VZXs+wvKplWUWOfyMa1VVwqkJrXjRvbcqHL+XdIGYWhWNdi4McEvnZg==",
"requires": {
"@monaco-editor/loader": "^1.1.0",
"prop-types": "^15.7.2",
"state-local": "^1.0.7"
"@monaco-editor/loader": "^1.2.0",
"prop-types": "^15.7.2"
}
},
"@types/hast": {

@ -84,7 +84,7 @@
"react": "src/core/modules/packages/React"
},
"dependencies": {
"@monaco-editor/react": "^4.2.0",
"@monaco-editor/react": "^4.3.1",
"chokidar": "^3.5.1",
"chunk-text": "^2.0.1",
"electron-devtools-installer": "^3.2.0",

Loading…
Cancel
Save