Skip to content

Commit 434d656

Browse files
authored
Merge pull request #362 from ccheraa/update-dependencies
Update dependencies
2 parents 40817b0 + 8729330 commit 434d656

File tree

5 files changed

+2438
-2242
lines changed

5 files changed

+2438
-2242
lines changed

browser-app/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"private": true,
3-
"name": "browser-app",
4-
"version": "1.1.0",
5-
"dependencies": {
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"
18-
},
19-
"devDependencies": {
20-
"@theia/cli": "^1.11.0"
21-
},
22-
"scripts": {
23-
"prepare": "theia build --mode development",
24-
"start": "theia start",
25-
"watch": "theia build --watch --mode development"
26-
},
27-
"theia": {
28-
"target": "browser",
29-
"frontend": {
30-
"config": {
31-
"applicationName": "Fusion Studio"
32-
}
2+
"private": true,
3+
"name": "browser-app",
4+
"version": "1.1.0",
5+
"dependencies": {
6+
"@theia/core": "^1.13.0",
7+
"@theia/filesystem": "^1.13.0",
8+
"@theia/workspace": "^1.13.0",
9+
"@theia/preferences": "^1.13.0",
10+
"@theia/navigator": "^1.13.0",
11+
"@theia/process": "^1.13.0",
12+
"@theia/terminal": "^1.13.0",
13+
"@theia/editor": "^1.13.0",
14+
"@theia/markers": "^1.13.0",
15+
"@theia/monaco": "^1.13.0",
16+
"@theia/messages": "^1.13.0",
17+
"fusion-studio-extension": "1.2.0"
18+
},
19+
"devDependencies": {
20+
"@theia/cli": "^1.13.0"
21+
},
22+
"scripts": {
23+
"prepare": "theia build --mode development",
24+
"start": "theia start",
25+
"watch": "theia build --watch --mode development"
26+
},
27+
"theia": {
28+
"target": "browser",
29+
"frontend": {
30+
"config": {
31+
"applicationName": "Fusion Studio"
32+
}
33+
}
3334
}
34-
}
35-
}
35+
}

electron-app/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"private": true,
3-
"name": "electron-app",
4-
"version": "1.1.0",
5-
"dependencies": {
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"
19-
},
20-
"devDependencies": {
21-
"@theia/cli": "^1.11.0"
22-
},
23-
"scripts": {
24-
"prepare": "theia build --mode development",
25-
"start": "theia start",
26-
"watch": "theia build --watch --mode development"
27-
},
28-
"theia": {
29-
"target": "electron",
30-
"frontend": {
31-
"config": {
32-
"applicationName": "Fusion Studio"
33-
}
2+
"private": true,
3+
"name": "electron-app",
4+
"version": "1.1.0",
5+
"dependencies": {
6+
"@theia/core": "^1.13.0",
7+
"@theia/filesystem": "^1.13.0",
8+
"@theia/workspace": "^1.13.0",
9+
"@theia/preferences": "^1.13.0",
10+
"@theia/navigator": "^1.13.0",
11+
"@theia/process": "^1.13.0",
12+
"@theia/terminal": "^1.13.0",
13+
"@theia/editor": "^1.13.0",
14+
"@theia/markers": "^1.13.0",
15+
"@theia/monaco": "^1.13.0",
16+
"@theia/messages": "^1.13.0",
17+
"@theia/electron": "^1.13.0",
18+
"fusion-studio-extension": "1.2.0"
19+
},
20+
"devDependencies": {
21+
"@theia/cli": "^1.13.0"
22+
},
23+
"scripts": {
24+
"prepare": "theia build --mode development",
25+
"start": "theia start",
26+
"watch": "theia build --watch --mode development"
27+
},
28+
"theia": {
29+
"target": "electron",
30+
"frontend": {
31+
"config": {
32+
"applicationName": "Fusion Studio"
33+
}
34+
}
3435
}
35-
}
36-
}
36+
}
Lines changed: 40 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,41 @@
11
{
2-
"name": "fusion-studio-extension",
3-
"keywords": [
4-
"theia-extension"
5-
],
6-
"version": "1.2.0",
7-
"author": "Evolved Binary <[email protected]>",
8-
"license": "GPL-3.0",
9-
"main": "./lib/index.js",
10-
"types": "./lib/index.d.ts",
11-
"files": [
12-
"data",
13-
"lib",
14-
"src/browser/style/index.css"
15-
],
16-
"dependencies": {
17-
"@theia/core": "^1.11.0",
18-
"awesomplete": "1.1.5",
19-
"filesize": "6.1.0",
20-
"mime-types": "2.1.29",
21-
"moment": "2.29.1",
22-
"ripemd160": "2.0.2",
23-
"typescript": "4.1.3",
24-
"uuid": "^8.3.2"
25-
},
26-
"devDependencies": {
27-
"@types/awesomplete": "1.1.10",
28-
"@types/filesize": "5.0.0",
29-
"@types/mime-types": "2.1.0",
30-
"@types/ripemd160": "2.0.0",
31-
"rimraf": "3.0.2"
32-
},
33-
"scripts": {
34-
"prepare": "yarn run clean && yarn run build",
35-
"clean": "rimraf lib",
36-
"build": "tsc",
37-
"watch": "tsc -w"
38-
},
39-
"theiaExtensions": [
40-
{
41-
"frontend": "lib/browser/fusion-studio-frontend-module",
42-
"backend": "lib/node/fusion-studio-backend-module"
43-
}
44-
]
45-
}
2+
"name": "fusion-studio-extension",
3+
"keywords": [
4+
"theia-extension"
5+
],
6+
"version": "1.2.0",
7+
"author": "Evolved Binary <[email protected]>",
8+
"license": "GPL-3.0",
9+
"main": "./lib/index.js",
10+
"types": "./lib/index.d.ts",
11+
"files": [
12+
"data",
13+
"lib",
14+
"src/browser/style/index.css"
15+
],
16+
"dependencies": {
17+
"@theia/core": "^1.13.0",
18+
"awesomplete": "1.1.5",
19+
"filesize": "6.3.0",
20+
"moment": "2.29.1",
21+
"ripemd160": "2.0.2",
22+
"typescript": "4.2.4",
23+
"uuid": "^8.3.2"
24+
},
25+
"devDependencies": {
26+
"@types/awesomplete": "1.1.10",
27+
"@types/filesize": "5.0.0",
28+
"@types/ripemd160": "2.0.0",
29+
"rimraf": "3.0.2"
30+
},
31+
"scripts": {
32+
"prepare": "yarn run clean && yarn run build",
33+
"clean": "rimraf lib",
34+
"build": "tsc",
35+
"watch": "tsc -w"
36+
},
37+
"theiaExtensions": [{
38+
"frontend": "lib/browser/fusion-studio-frontend-module",
39+
"backend": "lib/node/fusion-studio-backend-module"
40+
}]
41+
}

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"private": true,
3-
"author": "Evolved Binary <[email protected]>",
4-
"license": "GPL-3.0",
5-
"bugs": {
6-
"url": "https://github.com/evolvedbinary/fusion-studio-extension/issues"
7-
},
8-
"homepage": "https://github.com/evolvedbinary/fusion-studio-extension#readme",
9-
"scripts": {
10-
"postinstall": "yarn sass",
11-
"sass": "node-sass ./fusion-studio-extension/src/browser/style/index.scss ./fusion-studio-extension/src/browser/style/index.css",
12-
"sass:watch": "node-sass ./fusion-studio-extension/src/browser/style/index.scss ./fusion-studio-extension/src/browser/style/index.css --watch",
13-
"prepare": "lerna run prepare",
14-
"rebuild:browser": "theia rebuild:browser",
15-
"rebuild:electron": "theia rebuild:electron",
16-
"test:ci": "cypress run",
17-
"test": "echo \"no test specified\" && exit 0"
18-
},
19-
"devDependencies": {
20-
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
21-
"cypress": "6.6.0",
22-
"lerna": "3.22.1",
23-
"node-sass": "5.0.0"
24-
},
25-
"resolutions": {
26-
"node-gyp": "^7.0.0"
27-
},
28-
"workspaces": [
29-
"fusion-studio-extension",
30-
"browser-app",
31-
"electron-app"
32-
]
33-
}
2+
"private": true,
3+
"author": "Evolved Binary <[email protected]>",
4+
"license": "GPL-3.0",
5+
"bugs": {
6+
"url": "https://github.com/evolvedbinary/fusion-studio-extension/issues"
7+
},
8+
"homepage": "https://github.com/evolvedbinary/fusion-studio-extension#readme",
9+
"scripts": {
10+
"postinstall": "yarn sass",
11+
"sass": "node-sass ./fusion-studio-extension/src/browser/style/index.scss ./fusion-studio-extension/src/browser/style/index.css",
12+
"sass:watch": "node-sass ./fusion-studio-extension/src/browser/style/index.scss ./fusion-studio-extension/src/browser/style/index.css --watch",
13+
"prepare": "lerna run prepare",
14+
"rebuild:browser": "theia rebuild:browser",
15+
"rebuild:electron": "theia rebuild:electron",
16+
"test:ci": "cypress run",
17+
"test": "echo \"no test specified\" && exit 0"
18+
},
19+
"devDependencies": {
20+
"@4tw/cypress-drag-drop": "https://github.com/ccheraa/cypress-drag-drop",
21+
"cypress": "7.3.0",
22+
"lerna": "4.0.0",
23+
"node-sass": "5.0.0"
24+
},
25+
"resolutions": {
26+
"node-gyp": "^7.0.0"
27+
},
28+
"workspaces": [
29+
"fusion-studio-extension",
30+
"browser-app",
31+
"electron-app"
32+
]
33+
}

0 commit comments

Comments
 (0)