Browse Source

Bump monaco-editor from 0.43.0 to 0.44.0 (#3366)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.43.0 to 0.44.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: monaco-editor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3372/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
fc9e1eccb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -6,7 +6,7 @@
"": {
"dependencies": {
"mime-types": "^2.1.35",
"monaco-editor": "^0.43.0"
"monaco-editor": "^0.44.0"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
@ -2844,9 +2844,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.43.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.43.0.tgz",
"integrity": "sha512-cnoqwQi/9fml2Szamv1XbSJieGJ1Dc8tENVMD26Kcfl7xGQWp7OBKMjlwKVGYFJ3/AXJjSOGvcqK7Ry/j9BM1Q=="
"version": "0.44.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.44.0.tgz",
"integrity": "sha512-5SmjNStN6bSuSE5WPT2ZV+iYn1/yI9sd4Igtk23ChvqB7kDk9lZbB9F5frsuvpB+2njdIeGGFf2G4gbE6rCC9Q=="
},
"node_modules/monaco-editor-webpack-plugin": {
"version": "7.1.0",

2
package.json

@ -24,6 +24,6 @@
},
"dependencies": {
"mime-types": "^2.1.35",
"monaco-editor": "^0.43.0"
"monaco-editor": "^0.44.0"
}
}

Loading…
Cancel
Save