Browse Source

Bump monaco-editor from 0.45.0 to 0.46.0 (#3667)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.45.0 to 0.46.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.45.0...v0.46.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/3670/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
6b9ac895c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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.45.0"
"monaco-editor": "^0.46.0"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
@ -2857,9 +2857,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.45.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.45.0.tgz",
"integrity": "sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA=="
"version": "0.46.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.46.0.tgz",
"integrity": "sha512-ADwtLIIww+9FKybWscd7OCfm9odsFYHImBRI1v9AviGce55QY8raT+9ihH8jX/E/e6QVSGM+pKj4jSUSRmALNQ=="
},
"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.45.0"
"monaco-editor": "^0.46.0"
}
}

Loading…
Cancel
Save