mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
chore(deps): bump monaco-editor-workers in /frontend (#569)
Bumps [monaco-editor-workers](https://github.com/TypeFox/monaco-components/tree/HEAD/packages/monaco-editor-workers) from 0.34.1 to 0.34.2. - [Release notes](https://github.com/TypeFox/monaco-components/releases) - [Changelog](https://github.com/TypeFox/monaco-components/blob/main/packages/monaco-editor-workers/CHANGELOG.md) - [Commits](https://github.com/TypeFox/monaco-components/commits/workers_0.34.2/packages/monaco-editor-workers) --- updated-dependencies: - dependency-name: monaco-editor-workers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+7
-13
@@ -13,7 +13,7 @@
|
||||
"fuse.js": "^6.4.6",
|
||||
"highlight.js": "^11.5.1",
|
||||
"monaco-editor": "^0.34.0",
|
||||
"monaco-editor-workers": "^0.34.1",
|
||||
"monaco-editor-workers": "^0.34.2",
|
||||
"monaco-languageclient": "3.0.1",
|
||||
"vscode-ws-jsonrpc": "^1.0.2"
|
||||
},
|
||||
@@ -3455,12 +3455,9 @@
|
||||
"integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ=="
|
||||
},
|
||||
"node_modules/monaco-editor-workers": {
|
||||
"version": "0.34.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.1.tgz",
|
||||
"integrity": "sha512-llqwgB6wPWIY079GSUGOHJFN9n89KgP6AHYR6cVhsn36G4mjAdwUaJ0FbYJfLwkM6YhHkt4AuyWFaEDb3Ce/Jw==",
|
||||
"dependencies": {
|
||||
"monaco-editor": "0.34.0"
|
||||
}
|
||||
"version": "0.34.2",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.2.tgz",
|
||||
"integrity": "sha512-MdO1nvAbGNzc7ygyzwACvs5DOPaTOUNDjU/qTQx0Rsw00BrhL88eMi9sWBm+LYfQbPaZf+YBqwJaJUovl3M6bQ=="
|
||||
},
|
||||
"node_modules/monaco-languageclient": {
|
||||
"version": "3.0.1",
|
||||
@@ -8267,12 +8264,9 @@
|
||||
"integrity": "sha512-VF+S5zG8wxfinLKLrWcl4WUizMx+LeJrG4PM/M78OhcwocpV0jiyhX/pG6Q9jIOhrb/ckYi6nHnaR5OojlOZCQ=="
|
||||
},
|
||||
"monaco-editor-workers": {
|
||||
"version": "0.34.1",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.1.tgz",
|
||||
"integrity": "sha512-llqwgB6wPWIY079GSUGOHJFN9n89KgP6AHYR6cVhsn36G4mjAdwUaJ0FbYJfLwkM6YhHkt4AuyWFaEDb3Ce/Jw==",
|
||||
"requires": {
|
||||
"monaco-editor": "0.34.0"
|
||||
}
|
||||
"version": "0.34.2",
|
||||
"resolved": "https://registry.npmjs.org/monaco-editor-workers/-/monaco-editor-workers-0.34.2.tgz",
|
||||
"integrity": "sha512-MdO1nvAbGNzc7ygyzwACvs5DOPaTOUNDjU/qTQx0Rsw00BrhL88eMi9sWBm+LYfQbPaZf+YBqwJaJUovl3M6bQ=="
|
||||
},
|
||||
"monaco-languageclient": {
|
||||
"version": "3.0.1",
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"fuse.js": "^6.4.6",
|
||||
"highlight.js": "^11.5.1",
|
||||
"monaco-editor": "^0.34.0",
|
||||
"monaco-editor-workers": "^0.34.1",
|
||||
"monaco-editor-workers": "^0.34.2",
|
||||
"monaco-languageclient": "3.0.1",
|
||||
"vscode-ws-jsonrpc": "^1.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user