From 47aa69efc2d02eb592b0ab6fe0a2a8e49f5cce63 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Wed, 10 Jul 2019 22:36:28 -0400 Subject: [PATCH] Pickup theia-commons changes via npm dependency version upgrade --- theia-extensions/theia-bosh/bosh/package.json | 2 +- .../theia-cf-manifest-yaml/cf-manifest-yaml/package.json | 2 +- theia-extensions/theia-commons/package.json | 2 +- theia-extensions/theia-concourse/concourse/package.json | 2 +- theia-extensions/theia-spring-boot/spring-boot/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theia-extensions/theia-bosh/bosh/package.json b/theia-extensions/theia-bosh/bosh/package.json index 1be594946..f780eba74 100644 --- a/theia-extensions/theia-bosh/bosh/package.json +++ b/theia-extensions/theia-bosh/bosh/package.json @@ -13,7 +13,7 @@ "language-server" ], "dependencies": { - "@pivotal-tools/theia-languageclient": "0.0.9", + "@pivotal-tools/theia-languageclient": "0.0.10", "@theia/core": "latest", "@theia/languages": "latest", "@theia/monaco": "latest" diff --git a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json index 60c7ccaab..d8a41c155 100644 --- a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json +++ b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json @@ -14,7 +14,7 @@ ], "dependencies": { "@pivotal-tools/jvm-launch-utils": "0.0.11", - "@pivotal-tools/theia-languageclient": "0.0.9", + "@pivotal-tools/theia-languageclient": "0.0.10", "@theia/core": "latest", "@theia/languages": "latest", "@theia/monaco": "latest" diff --git a/theia-extensions/theia-commons/package.json b/theia-extensions/theia-commons/package.json index af649a7fd..409b43c83 100644 --- a/theia-extensions/theia-commons/package.json +++ b/theia-extensions/theia-commons/package.json @@ -1,6 +1,6 @@ { "name": "@pivotal-tools/theia-languageclient", - "version": "0.0.9", + "version": "0.0.10", "description": "Theia IDE language client for STS4 language servers", "license": "EPL-1.0", "repository": "https://github.com/spring-projects/sts4", diff --git a/theia-extensions/theia-concourse/concourse/package.json b/theia-extensions/theia-concourse/concourse/package.json index 83b3ede25..4812c4909 100644 --- a/theia-extensions/theia-concourse/concourse/package.json +++ b/theia-extensions/theia-concourse/concourse/package.json @@ -13,7 +13,7 @@ "language-server" ], "dependencies": { - "@pivotal-tools/theia-languageclient": "0.0.9", + "@pivotal-tools/theia-languageclient": "0.0.10", "@theia/core": "latest", "@theia/languages": "latest" }, diff --git a/theia-extensions/theia-spring-boot/spring-boot/package.json b/theia-extensions/theia-spring-boot/spring-boot/package.json index f8d631e73..0bfcc8f0b 100644 --- a/theia-extensions/theia-spring-boot/spring-boot/package.json +++ b/theia-extensions/theia-spring-boot/spring-boot/package.json @@ -16,7 +16,7 @@ ], "dependencies": { "@pivotal-tools/jvm-launch-utils": "0.0.11", - "@pivotal-tools/theia-languageclient": "0.0.9", + "@pivotal-tools/theia-languageclient": "0.0.10", "@theia/core": "latest", "@theia/editor": "latest", "@theia/java": "latest",