diff --git a/electron-app/package.json b/electron-app/package.json index a2f2e83..b0156ac 100644 --- a/electron-app/package.json +++ b/electron-app/package.json @@ -3,18 +3,18 @@ "name": "electron-app", "version": "0.1.0", "dependencies": { - "@theia/core": "next", + "@theia/core": "0.6.0", "@theia/filesystem": "next", "@theia/workspace": "next", "@theia/preferences": "next", "@theia/navigator": "next", "@theia/process": "next", - "@theia/terminal": "next", + "@theia/terminal": "0.6.0", "@theia/editor": "next", "@theia/languages": "next", "@theia/markers": "next", "@theia/monaco": "next", - "@theia/typescript": "next", + "@theia/typescript": "0.6.0", "@theia/messages": "next", "depgraph-navigator": "0.1.0" },