Browse Source

Bump monaco-editor from 0.40.0 to 0.41.0 (#3199)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.40.0 to 0.41.0.
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.40.0...v0.41.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/3202/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
f8af54207f
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.40.0"
"monaco-editor": "^0.41.0"
},
"devDependencies": {
"@playwright/test": "^1.36.2",
@ -2848,9 +2848,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.40.0.tgz",
"integrity": "sha512-1wymccLEuFSMBvCk/jT1YDW/GuxMLYwnFwF9CDyYCxoTw2Pt379J3FUhwy9c43j51JdcxVPjwk0jm0EVDsBS2g=="
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.41.0.tgz",
"integrity": "sha512-1o4olnZJsiLmv5pwLEAmzHTE/5geLKQ07BrGxlF4Ri/AXAc2yyDGZwHjiTqD8D/ROKUZmwMA28A+yEowLNOEcA=="
},
"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.40.0"
"monaco-editor": "^0.41.0"
}
}

Loading…
Cancel
Save