Skip to content

Commit dd93d2b

Browse files
authored
Merge pull request #344 from ccheraa/main
Updated dependencies
2 parents 7bdc523 + 8b0e691 commit dd93d2b

File tree

5 files changed

+1266
-1149
lines changed

5 files changed

+1266
-1149
lines changed

browser-app/package.json

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

electron-app/package.json

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

fusion-studio-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"keywords": [
44
"theia-extension"
55
],
6-
"version": "1.1.0",
6+
"version": "1.2.0",
77
"author": "Evolved Binary <[email protected]>",
88
"license": "GPL-3.0",
99
"main": "./lib/index.js",
@@ -14,10 +14,10 @@
1414
"src/browser/style/index.css"
1515
],
1616
"dependencies": {
17-
"@theia/core": "^1.9.0",
17+
"@theia/core": "^1.11.0",
1818
"awesomplete": "1.1.5",
1919
"filesize": "6.1.0",
20-
"mime-types": "2.1.27",
20+
"mime-types": "2.1.29",
2121
"moment": "2.29.1",
2222
"ripemd160": "2.0.2",
2323
"typescript": "4.1.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
21-
"cypress": "6.2.0",
21+
"cypress": "6.6.0",
2222
"lerna": "3.22.1",
2323
"node-sass": "5.0.0"
2424
},

0 commit comments

Comments
 (0)