Skip to content

Commit 89cfd00

Browse files
authored
Merge pull request #311 from ccheraa/update-dependencies
Update dependencies
2 parents 248897d + b17592e commit 89cfd00

File tree

4 files changed

+325
-317
lines changed

4 files changed

+325
-317
lines changed

browser-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"name": "browser-app",
44
"version": "1.0.3",
55
"dependencies": {
6-
"@theia/core": "^1.8.1",
7-
"@theia/filesystem": "^1.8.1",
8-
"@theia/workspace": "^1.8.1",
9-
"@theia/preferences": "^1.8.1",
10-
"@theia/navigator": "^1.8.1",
11-
"@theia/process": "^1.8.1",
12-
"@theia/terminal": "^1.8.1",
13-
"@theia/editor": "^1.8.1",
14-
"@theia/markers": "^1.8.1",
15-
"@theia/monaco": "^1.8.1",
16-
"@theia/messages": "^1.8.1",
6+
"@theia/core": "^1.9.0",
7+
"@theia/filesystem": "^1.9.0",
8+
"@theia/workspace": "^1.9.0",
9+
"@theia/preferences": "^1.9.0",
10+
"@theia/navigator": "^1.9.0",
11+
"@theia/process": "^1.9.0",
12+
"@theia/terminal": "^1.9.0",
13+
"@theia/editor": "^1.9.0",
14+
"@theia/markers": "^1.9.0",
15+
"@theia/monaco": "^1.9.0",
16+
"@theia/messages": "^1.9.0",
1717
"fusion-studio-extension": "file:../fusion-studio-extension"
1818
},
1919
"devDependencies": {
20-
"@theia/cli": "^1.8.1"
20+
"@theia/cli": "^1.9.0"
2121
},
2222
"scripts": {
2323
"prepare": "theia build --mode development",

electron-app/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
"name": "electron-app",
44
"version": "1.0.3",
55
"dependencies": {
6-
"@theia/core": "^1.8.1",
7-
"@theia/filesystem": "^1.8.1",
8-
"@theia/workspace": "^1.8.1",
9-
"@theia/preferences": "^1.8.1",
10-
"@theia/navigator": "^1.8.1",
11-
"@theia/process": "^1.8.1",
12-
"@theia/terminal": "^1.8.1",
13-
"@theia/editor": "^1.8.1",
14-
"@theia/markers": "^1.8.1",
15-
"@theia/monaco": "^1.8.1",
16-
"@theia/messages": "^1.8.1",
17-
"@theia/electron": "^1.8.1",
6+
"@theia/core": "^1.9.0",
7+
"@theia/filesystem": "^1.9.0",
8+
"@theia/workspace": "^1.9.0",
9+
"@theia/preferences": "^1.9.0",
10+
"@theia/navigator": "^1.9.0",
11+
"@theia/process": "^1.9.0",
12+
"@theia/terminal": "^1.9.0",
13+
"@theia/editor": "^1.9.0",
14+
"@theia/markers": "^1.9.0",
15+
"@theia/monaco": "^1.9.0",
16+
"@theia/messages": "^1.9.0",
17+
"@theia/electron": "^1.9.0",
1818
"fusion-studio-extension": "file:../fusion-studio-extension"
1919
},
2020
"devDependencies": {
21-
"@theia/cli": "^1.8.1"
21+
"@theia/cli": "^1.9.0"
2222
},
2323
"scripts": {
2424
"prepare": "theia build --mode development",

fusion-studio-extension/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@
1414
"src/browser/style/index.css"
1515
],
1616
"dependencies": {
17-
"@theia/core": "^1.8.1",
17+
"@theia/core": "^1.9.0",
1818
"awesomplete": "1.1.5",
1919
"filesize": "6.1.0",
2020
"mime-types": "2.1.27",
2121
"moment": "2.29.1",
2222
"ripemd160": "2.0.2",
23-
"typescript": "4.0.3"
23+
"typescript": "4.1.3"
2424
},
25-
2625
"devDependencies": {
2726
"@types/awesomplete": "1.1.10",
2827
"@types/filesize": "5.0.0",

0 commit comments

Comments
 (0)