Commit d60fce80 authored by Xavier Thompson's avatar Xavier Thompson

software/theia: Upgrade to fix websocket

parent 8b28c0c6
...@@ -19,7 +19,7 @@ md5sum = f3aac995aa1129ca58f9a92851ad7091 ...@@ -19,7 +19,7 @@ md5sum = f3aac995aa1129ca58f9a92851ad7091
[yarn.lock] [yarn.lock]
filename = yarn.lock filename = yarn.lock
md5sum = fb9f7bba4893ba701b9d5339d283533d md5sum = 92460879ef1d0165ea27113c5bb4771c
[python-language-server-requirements.txt] [python-language-server-requirements.txt]
filename = python-language-server-requirements.txt filename = python-language-server-requirements.txt
......
...@@ -248,46 +248,49 @@ template = ...@@ -248,46 +248,49 @@ template =
} }
}, },
"dependencies": { "dependencies": {
"@theia/callhierarchy": "latest", "@theia/callhierarchy": "next",
"@theia/console": "latest", "@theia/console": "next",
"@theia/core": "latest", "@theia/core": "next",
"@theia/cpp-debug": "latest", "@theia/cpp-debug": "next",
"@theia/debug": "latest", "@theia/debug": "next",
"@theia/editor": "latest", "@theia/editor": "next",
"@theia/editor-preview": "latest", "@theia/editor-preview": "next",
"@theia/file-search": "latest", "@theia/file-search": "next",
"@theia/filesystem": "latest", "@theia/filesystem": "next",
"@theia/getting-started": "latest", "@theia/getting-started": "next",
"@theia/git": "latest", "@theia/git": "next",
"@theia/keymaps": "latest", "@theia/keymaps": "next",
"@theia/markers": "latest", "@theia/markers": "next",
"@theia/messages": "latest", "@theia/messages": "next",
"@theia/metrics": "latest", "@theia/metrics": "next",
"@theia/mini-browser": "latest", "@theia/mini-browser": "next",
"@theia/monaco": "latest", "@theia/monaco": "next",
"@theia/navigator": "latest", "@theia/navigator": "next",
"@theia/outline-view": "latest", "@theia/outline-view": "next",
"@theia/output": "latest", "@theia/output": "next",
"@theia/plugin": "latest", "@theia/plugin": "next",
"@theia/plugin-ext": "latest", "@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "latest", "@theia/plugin-ext-vscode": "next",
"@theia/preferences": "latest", "@theia/preferences": "next",
"@theia/preview": "latest", "@theia/preview": "next",
"@theia/process": "latest", "@theia/process": "next",
"@theia/scm": "latest", "@theia/scm": "next",
"@theia/search-in-workspace": "latest", "@theia/search-in-workspace": "next",
"@theia/task": "latest", "@theia/task": "next",
"@theia/terminal": "latest", "@theia/terminal": "next",
"@theia/typehierarchy": "latest", "@theia/typehierarchy": "next",
"@theia/userstorage": "latest", "@theia/userstorage": "next",
"@theia/variable-resolver": "latest", "@theia/variable-resolver": "next",
"@theia/vsx-registry": "latest", "@theia/vsx-registry": "next",
"@theia/workspace": "latest", "@theia/workspace": "next",
"@perrinjerome/theia-open": "latest", "@perrinjerome/theia-open": "latest",
"@perrinjerome/theia-open-cli": "latest" "@perrinjerome/theia-open-cli": "latest"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "latest" "@theia/cli": "next"
},
"resolutions": {
"@perrinjerome/theia-open/@theia/core": "1.13.0-next.7d3b1d3b"
} }
} }
rendered = ${buildout:directory}/${:_buildout_section_name_} rendered = ${buildout:directory}/${:_buildout_section_name_}
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment