Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 70c7ee9

Browse files
author
Valeriy Svydenko
authored
Update versions (#15)
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 46a56da commit 70c7ee9

File tree

5 files changed

+316
-235
lines changed

5 files changed

+316
-235
lines changed

browser-app/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
"name": "browser-app",
44
"version": "0.0.1",
55
"dependencies": {
6-
"@theia/core": "0.3.15",
7-
"@theia/filesystem": "0.3.15",
8-
"@theia/workspace": "0.3.15",
9-
"@theia/preferences": "0.3.15",
10-
"@theia/navigator": "0.3.15",
11-
"@theia/process": "0.3.15",
12-
"@theia/terminal": "0.3.15",
13-
"@theia/editor": "0.3.15",
14-
"@theia/languages": "0.3.15",
15-
"@theia/markers": "0.3.15",
16-
"@theia/monaco": "0.3.15",
17-
"@theia/file-search": "0.3.15",
18-
"@theia/typescript": "0.3.15",
19-
"@theia/messages": "0.3.15",
20-
"@theia/java": "0.3.15",
6+
"@theia/core": "0.3.16",
7+
"@theia/filesystem": "0.3.16",
8+
"@theia/workspace": "0.3.16",
9+
"@theia/preferences": "0.3.16",
10+
"@theia/navigator": "0.3.16",
11+
"@theia/process": "0.3.16",
12+
"@theia/terminal": "0.3.16",
13+
"@theia/editor": "0.3.16",
14+
"@theia/languages": "0.3.16",
15+
"@theia/markers": "0.3.16",
16+
"@theia/monaco": "0.3.16",
17+
"@theia/file-search": "0.3.16",
18+
"@theia/typescript": "0.3.16",
19+
"@theia/messages": "0.3.16",
20+
"@theia/java": "0.3.16",
2121
"@eclipse-che/theia-java-extension": "0.0.1"
2222
},
2323
"devDependencies": {
24-
"@theia/cli": "0.3.15"
24+
"@theia/cli": "0.3.16"
2525
},
2626
"scripts": {
2727
"prepare": "theia build",

che-theia-java-extension/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"src"
1010
],
1111
"dependencies": {
12-
"@theia/core": "0.3.15",
13-
"@theia/java": "0.3.15",
14-
"@theia/editor": "0.3.15",
15-
"@theia/languages": "0.3.15",
16-
"@theia/filesystem": "0.3.15",
17-
"@theia/navigator": "0.3.15",
18-
"@theia/workspace": "0.3.15"
12+
"@theia/core": "0.3.16",
13+
"@theia/java": "0.3.16",
14+
"@theia/editor": "0.3.16",
15+
"@theia/languages": "0.3.16",
16+
"@theia/filesystem": "0.3.16",
17+
"@theia/navigator": "0.3.16",
18+
"@theia/workspace": "0.3.16"
1919
},
2020
"devDependencies": {
2121
"rimraf": "2.6.2",
@@ -34,6 +34,6 @@
3434
}
3535
],
3636
"bundle" : {
37-
"version": "0.0.1-SNAPSHOT"
37+
"version": "0.0.2-SNAPSHOT"
3838
}
3939
}

che-theia-java-extension/scripts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<artifactId>java.package</artifactId>
2020
<version>3.1.0</version>
2121
<properties>
22-
<che.ls.jdt.version>0.0.1-SNAPSHOT</che.ls.jdt.version>
22+
<che.ls.jdt.version>0.0.2-SNAPSHOT</che.ls.jdt.version>
2323
</properties>
2424
<build>
2525
<plugins>

electron-app/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
"name": "electron-app",
44
"version": "0.0.1",
55
"dependencies": {
6-
"@theia/core": "0.3.15",
7-
"@theia/filesystem": "0.3.15",
8-
"@theia/workspace": "0.3.15",
9-
"@theia/preferences": "0.3.15",
10-
"@theia/navigator": "0.3.15",
11-
"@theia/process": "0.3.15",
12-
"@theia/terminal": "0.3.15",
13-
"@theia/editor": "0.3.15",
14-
"@theia/languages": "0.3.15",
15-
"@theia/markers": "0.3.15",
16-
"@theia/monaco": "0.3.15",
17-
"@theia/typescript": "0.3.15",
18-
"@theia/messages": "0.3.15",
19-
"@theia/java": "0.3.15",
6+
"@theia/core": "0.3.16",
7+
"@theia/filesystem": "0.3.16",
8+
"@theia/workspace": "0.3.16",
9+
"@theia/preferences": "0.3.16",
10+
"@theia/navigator": "0.3.16",
11+
"@theia/process": "0.3.16",
12+
"@theia/terminal": "0.3.16",
13+
"@theia/editor": "0.3.16",
14+
"@theia/languages": "0.3.16",
15+
"@theia/markers": "0.3.16",
16+
"@theia/monaco": "0.3.16",
17+
"@theia/typescript": "0.3.16",
18+
"@theia/messages": "0.3.16",
19+
"@theia/java": "0.3.16",
2020
"@eclipse-che/theia-java-extension": "0.0.1"
2121
},
2222
"devDependencies": {
23-
"@theia/cli": "0.3.15"
23+
"@theia/cli": "0.3.16"
2424
},
2525
"scripts": {
2626
"prepare": "theia build",

0 commit comments

Comments
 (0)