Skip to content

Commit a4495f4

Browse files
authored
Merge pull request #79 from ccheraa/master
Version 1.0.3
2 parents b4226b3 + 4efb9d6 commit a4495f4

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fusion-studio-electron",
3-
"version": "0.2.0",
3+
"version": "1.0.3",
44
"description": "Fusion Studio",
55
"main": "src-gen/frontend/electron-main.js",
66
"repository": {
@@ -33,27 +33,26 @@
3333
"See why `xterm` is an explicit dependency: https://github.com/theia-ide/theia/issues/737"
3434
],
3535
"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.5.0",
37+
"@theia/editor": "^1.5.0",
38+
"@theia/electron": "^1.5.0",
39+
"@theia/file-search": "^1.5.0",
40+
"@theia/filesystem": "^1.5.0",
41+
"@theia/git": "^1.5.0",
42+
"@theia/markers": "^1.5.0",
43+
"@theia/monaco": "^1.5.0",
44+
"@theia/navigator": "^1.5.0",
45+
"@theia/preferences": "^1.5.0",
46+
"@theia/process": "^1.5.0",
47+
"@theia/terminal": "^1.5.0",
48+
"@theia/workspace": "^1.5.0",
5049
"fs-extra": "9.0.1",
51-
"fusion-studio-extension": "latest",
50+
"fusion-studio-extension": "^1.0.0",
5251
"xterm": "^4.7.0",
5352
"yargs": "^15.4.0"
5453
},
5554
"devDependencies": {
56-
"@theia/cli": "latest",
55+
"@theia/cli": "^1.5.0",
5756
"electron-builder": "^22.7.0",
5857
"electron-builder-notarize": "^1.2.0"
5958
}

0 commit comments

Comments
 (0)