Switch to theia 'latest' instead of 'next'

Hopefully this will make docker image build more stable.
This commit is contained in:
Kris De Volder
2019-12-20 14:43:11 -08:00
parent 973b61e01a
commit 66064b449f

View File

@@ -2,51 +2,51 @@
"private": true,
"dependencies": {
"typescript" : "latest",
"@theia/callhierarchy": "next",
"@theia/console": "next",
"@theia/core": "next",
"@theia/debug": "next",
"@theia/debug-nodejs": "next",
"@theia/editor": "next",
"@theia/editor-preview": "next",
"@theia/editorconfig": "next",
"@theia/file-search": "next",
"@theia/filesystem": "next",
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/json": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/merge-conflicts": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
"@theia/mini-browser": "next",
"@theia/monaco": "next",
"@theia/navigator": "next",
"@theia/outline-view": "next",
"@theia/output": "next",
"@theia/plugin-dev": "next",
"@theia/plugin-ext": "next",
"@theia/plugin-ext-vscode": "next",
"@theia/plugin-metrics": "next",
"@theia/preferences": "next",
"@theia/preview": "next",
"@theia/process": "next",
"@theia/python": "next",
"@theia/scm": "next",
"@theia/search-in-workspace": "next",
"@theia/task": "next",
"@theia/terminal": "next",
"@theia/textmate-grammars": "next",
"@theia/tslint": "next",
"@theia/typehierarchy": "next",
"@theia/typescript": "next",
"@theia/userstorage": "next",
"@theia/variable-resolver": "next",
"@theia/workspace": "next"
"@theia/callhierarchy": "latest",
"@theia/console": "latest",
"@theia/core": "latest",
"@theia/debug": "latest",
"@theia/debug-nodejs": "latest",
"@theia/editor": "latest",
"@theia/editor-preview": "latest",
"@theia/editorconfig": "latest",
"@theia/file-search": "latest",
"@theia/filesystem": "latest",
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/json": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/merge-conflicts": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
"@theia/mini-browser": "latest",
"@theia/monaco": "latest",
"@theia/navigator": "latest",
"@theia/outline-view": "latest",
"@theia/output": "latest",
"@theia/plugin-dev": "latest",
"@theia/plugin-ext": "latest",
"@theia/plugin-ext-vscode": "latest",
"@theia/plugin-metrics": "latest",
"@theia/preferences": "latest",
"@theia/preview": "latest",
"@theia/process": "latest",
"@theia/python": "latest",
"@theia/scm": "latest",
"@theia/search-in-workspace": "latest",
"@theia/task": "latest",
"@theia/terminal": "latest",
"@theia/textmate-grammars": "latest",
"@theia/tslint": "latest",
"@theia/typehierarchy": "latest",
"@theia/typescript": "latest",
"@theia/userstorage": "latest",
"@theia/variable-resolver": "latest",
"@theia/workspace": "latest"
},
"devDependencies": {
"@theia/cli": "next"
"@theia/cli": "latest"
}
}