Bump Theia version to 0.0.4
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"jars"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7",
|
||||
"@theia/core": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7"
|
||||
"@theia/monaco": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.6.2",
|
||||
@@ -37,4 +37,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "browser-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-bosh": "file:../bosh",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-bosh": "file:../bosh"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "browser"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-bosh": "file:../bosh",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-bosh": "file:../bosh"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "electron"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "3.13.1",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "browser-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "browser"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,18 +6,18 @@
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"jars"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pivotal-tools/jvm-launch-utils": "0.0.11",
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7",
|
||||
"@theia/core": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@pivotal-tools/jvm-launch-utils": "0.0.11",
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7"
|
||||
"@theia/monaco": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.6.2",
|
||||
@@ -38,4 +38,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "electron"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "3.13.1",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
@@ -8,4 +8,4 @@
|
||||
"stream": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "browser-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-concourse": "file:../concourse",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-concourse": "file:../concourse"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "browser"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
"jars"
|
||||
],
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7",
|
||||
"@theia/core": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@pivotal-tools/theia-languageclient": "0.0.7"
|
||||
"@theia/languages": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.6.2",
|
||||
@@ -36,4 +36,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-concourse": "file:../concourse",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@pivotal-tools/theia-concourse": "file:../concourse"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
@@ -29,4 +29,4 @@
|
||||
"theia": {
|
||||
"target": "electron"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "3.13.1",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.4",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
@@ -8,4 +8,4 @@
|
||||
"stream": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "browser-app",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-spring-boot": "file:../spring-boot",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/java": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@theia/java": "latest",
|
||||
"@theia/textmate-grammars": "latest"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/textmate-grammars": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "electron-app",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.4",
|
||||
"dependencies": {
|
||||
"@pivotal-tools/theia-spring-boot": "file:../spring-boot",
|
||||
"@theia/core": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/workspace": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/editor": "latest",
|
||||
"@theia/filesystem": "latest",
|
||||
"@theia/java": "latest",
|
||||
"@theia/languages": "latest",
|
||||
"@theia/markers": "latest",
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/messages": "latest",
|
||||
"@theia/java": "latest",
|
||||
"@theia/textmate-grammars": "latest"
|
||||
"@theia/monaco": "latest",
|
||||
"@theia/navigator": "latest",
|
||||
"@theia/preferences": "latest",
|
||||
"@theia/process": "latest",
|
||||
"@theia/terminal": "latest",
|
||||
"@theia/textmate-grammars": "latest",
|
||||
"@theia/typescript": "latest",
|
||||
"@theia/workspace": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "latest"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "3.13.1",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn",
|
||||
"command": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"files": [
|
||||
"lib",
|
||||
"src",
|
||||
|
||||
Reference in New Issue
Block a user