Skip to content

Commit 0df996f

Browse files
committed
Update dependencies to monaco patch version
Signed-off-by: Thomas Mäder <[email protected]>
1 parent 020bc5d commit 0df996f

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/api-samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@theia/file-search": "1.46.0",
99
"@theia/filesystem": "1.46.0",
1010
"@theia/monaco": "1.46.0",
11-
"@theia/monaco-editor-core": "1.83.1",
11+
"@theia/monaco-editor-core": "1.83.101",
1212
"@theia/output": "1.46.0",
1313
"@theia/ovsx-client": "1.46.0",
1414
"@theia/search-in-workspace": "1.46.0",

packages/bulk-edit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@theia/editor": "1.46.0",
88
"@theia/filesystem": "1.46.0",
99
"@theia/monaco": "1.46.0",
10-
"@theia/monaco-editor-core": "1.83.1",
10+
"@theia/monaco-editor-core": "1.83.101",
1111
"@theia/workspace": "1.46.0"
1212
},
1313
"publishConfig": {

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@theia/core": "1.46.0",
77
"@theia/monaco": "1.46.0",
8-
"@theia/monaco-editor-core": "1.83.1",
8+
"@theia/monaco-editor-core": "1.83.101",
99
"anser": "^2.0.1"
1010
},
1111
"publishConfig": {

packages/debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@theia/filesystem": "1.46.0",
1010
"@theia/markers": "1.46.0",
1111
"@theia/monaco": "1.46.0",
12-
"@theia/monaco-editor-core": "1.83.1",
12+
"@theia/monaco-editor-core": "1.83.101",
1313
"@theia/output": "1.46.0",
1414
"@theia/process": "1.46.0",
1515
"@theia/task": "1.46.0",

packages/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@theia/core": "1.46.0",
77
"@theia/editor": "1.46.0",
88
"@theia/filesystem": "1.46.0",
9-
"@theia/monaco-editor-core": "1.83.1",
9+
"@theia/monaco-editor-core": "1.83.101",
1010
"@theia/navigator": "1.46.0",
1111
"@theia/scm": "1.46.0",
1212
"@theia/scm-extra": "1.46.0",

packages/keymaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@theia/core": "1.46.0",
77
"@theia/monaco": "1.46.0",
8-
"@theia/monaco-editor-core": "1.83.1",
8+
"@theia/monaco-editor-core": "1.83.101",
99
"@theia/preferences": "1.46.0",
1010
"@theia/userstorage": "1.46.0",
1111
"jsonc-parser": "^2.2.0"

packages/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@theia/editor": "1.46.0",
88
"@theia/filesystem": "1.46.0",
99
"@theia/markers": "1.46.0",
10-
"@theia/monaco-editor-core": "1.83.1",
10+
"@theia/monaco-editor-core": "1.83.101",
1111
"@theia/outline-view": "1.46.0",
1212
"@theia/workspace": "1.46.0",
1313
"fast-plist": "^0.1.2",

packages/output/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@theia/core": "1.46.0",
77
"@theia/editor": "1.46.0",
88
"@theia/monaco": "1.46.0",
9-
"@theia/monaco-editor-core": "1.83.1",
9+
"@theia/monaco-editor-core": "1.83.101",
1010
"@types/p-queue": "^2.3.1",
1111
"p-queue": "^2.4.2"
1212
},

packages/plugin-ext-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@theia/editor": "1.46.0",
99
"@theia/filesystem": "1.46.0",
1010
"@theia/monaco": "1.46.0",
11-
"@theia/monaco-editor-core": "1.83.1",
11+
"@theia/monaco-editor-core": "1.83.101",
1212
"@theia/navigator": "1.46.0",
1313
"@theia/plugin": "1.46.0",
1414
"@theia/plugin-ext": "1.46.0",

packages/plugin-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@theia/markers": "1.46.0",
1818
"@theia/messages": "1.46.0",
1919
"@theia/monaco": "1.46.0",
20-
"@theia/monaco-editor-core": "1.83.1",
20+
"@theia/monaco-editor-core": "1.83.101",
2121
"@theia/navigator": "1.46.0",
2222
"@theia/notebook": "1.46.0",
2323
"@theia/output": "1.46.0",

0 commit comments

Comments
 (0)