Skip to content

Commit fbec21c

Browse files
committed
fix: chanegd version to ^1.5.0
1 parent 70f2392 commit fbec21c

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "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",
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": "1.0.0",
50+
"fusion-studio-extension": "^1.0.0",
5251
"xterm": "^4.7.0",
5352
"yargs": "^15.4.0"
5453
},
5554
"devDependencies": {
56-
"@theia/cli": "1.3.0",
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)