Skip to content

Commit 248897d

Browse files
authored
Merge pull request #298 from ccheraa/update-dependencies
Update dependencies
2 parents 1e66f2f + 41513d9 commit 248897d

File tree

5 files changed

+425
-434
lines changed

5 files changed

+425
-434
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.7.0",
7-
"@theia/filesystem": "^1.7.0",
8-
"@theia/workspace": "^1.7.0",
9-
"@theia/preferences": "^1.7.0",
10-
"@theia/navigator": "^1.7.0",
11-
"@theia/process": "^1.7.0",
12-
"@theia/terminal": "^1.7.0",
13-
"@theia/editor": "^1.7.0",
14-
"@theia/markers": "^1.7.0",
15-
"@theia/monaco": "^1.7.0",
16-
"@theia/messages": "^1.7.0",
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",
1717
"fusion-studio-extension": "file:../fusion-studio-extension"
1818
},
1919
"devDependencies": {
20-
"@theia/cli": "^1.7.0"
20+
"@theia/cli": "^1.8.1"
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.7.0",
7-
"@theia/filesystem": "^1.7.0",
8-
"@theia/workspace": "^1.7.0",
9-
"@theia/preferences": "^1.7.0",
10-
"@theia/navigator": "^1.7.0",
11-
"@theia/process": "^1.7.0",
12-
"@theia/terminal": "^1.7.0",
13-
"@theia/editor": "^1.7.0",
14-
"@theia/markers": "^1.7.0",
15-
"@theia/monaco": "^1.7.0",
16-
"@theia/messages": "^1.7.0",
17-
"@theia/electron": "^1.7.0",
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",
1818
"fusion-studio-extension": "file:../fusion-studio-extension"
1919
},
2020
"devDependencies": {
21-
"@theia/cli": "^1.7.0"
21+
"@theia/cli": "^1.8.1"
2222
},
2323
"scripts": {
2424
"prepare": "theia build --mode development",

fusion-studio-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src/browser/style/index.css"
1515
],
1616
"dependencies": {
17-
"@theia/core": "^1.7.0",
17+
"@theia/core": "^1.8.1",
1818
"awesomplete": "1.1.5",
1919
"filesize": "6.1.0",
2020
"mime-types": "2.1.27",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"devDependencies": {
2020
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
21-
"cypress": "6.0.1",
21+
"cypress": "6.1.0",
2222
"lerna": "3.22.1",
23-
"node-sass": "4.14.1"
23+
"node-sass": "5.0.0"
2424
},
2525
"resolutions": {
2626
"node-gyp": "^7.0.0"

0 commit comments

Comments
 (0)