|
1 | 1 | { |
2 | 2 | "name": "fusion-studio-electron", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "Fusion Studio", |
5 | 5 | "main": "src-gen/frontend/electron-main.js", |
6 | 6 | "repository": { |
|
33 | 33 | "See why `xterm` is an explicit dependency: https://github.com/theia-ide/theia/issues/737" |
34 | 34 | ], |
35 | 35 | "dependencies": { |
36 | | - "@theia/core": "latest", |
37 | | - "@theia/editor": "latest", |
38 | | - "@theia/electron": "latest", |
39 | | - "@theia/file-search": "latest", |
40 | | - "@theia/filesystem": "latest", |
41 | | - "@theia/git": "latest", |
42 | | - "@theia/languages": "latest", |
43 | | - "@theia/markers": "latest", |
44 | | - "@theia/monaco": "latest", |
45 | | - "@theia/navigator": "latest", |
46 | | - "@theia/preferences": "latest", |
47 | | - "@theia/process": "latest", |
48 | | - "@theia/terminal": "latest", |
49 | | - "@theia/workspace": "latest", |
| 36 | + "@theia/core": "1.3.0", |
| 37 | + "@theia/editor": "1.3.0", |
| 38 | + "@theia/electron": "1.3.0", |
| 39 | + "@theia/file-search": "1.3.0", |
| 40 | + "@theia/filesystem": "1.3.0", |
| 41 | + "@theia/git": "1.3.0", |
| 42 | + "@theia/languages": "1.3.0", |
| 43 | + "@theia/markers": "1.3.0", |
| 44 | + "@theia/monaco": "1.3.0", |
| 45 | + "@theia/navigator": "1.3.0", |
| 46 | + "@theia/preferences": "1.3.0", |
| 47 | + "@theia/process": "1.3.0", |
| 48 | + "@theia/terminal": "1.3.0", |
| 49 | + "@theia/workspace": "1.3.0", |
50 | 50 | "fs-extra": "9.0.1", |
51 | | - "fusion-studio-extension": "latest", |
| 51 | + "fusion-studio-extension": "1.0.0", |
52 | 52 | "xterm": "^4.7.0", |
53 | 53 | "yargs": "^15.4.0" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@theia/cli": "latest", |
| 56 | + "@theia/cli": "1.3.0", |
57 | 57 | "electron-builder": "^22.7.0", |
58 | 58 | "electron-builder-notarize": "^1.2.0" |
59 | 59 | } |
|
0 commit comments