Skip to content

Commit

Permalink
0.8.0 Release Candidate 02
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Apr 17, 2020
1 parent 509311e commit 991447e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-glsp/theia-integration",
"version": "0.7.0",
"version": "0.8.0-rc-02",
"description": "Glue code to integrate GLSP clients into Eclipse Theia",
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
"keywords": [
Expand Down Expand Up @@ -36,15 +36,18 @@
"@theia/monaco": "1.0.0",
"@theia/process": "1.0.0",
"@theia/workspace": "1.0.0",
"sprotty-theia": "next",
"@eclipse-glsp/client": "next"
"sprotty-theia": "0.9.0-next.72ba049",
"@eclipse-glsp/client": "0.8.0-rc-02"
},
"devDependencies": {
"@types/node": "10.14.18",
"rimraf": "^2.6.1",
"tslint": "^5.5.0",
"typescript": "3.6.4"
},
"resolutions": {
"**/sprotty": "0.9.0-next.7028f2a"
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
"clean": "rimraf lib",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
dependencies:
regenerator-runtime "^0.13.2"

"@eclipse-glsp/client@next":
version "0.8.0-next.9d50a30"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-0.8.0-next.9d50a30.tgz#250065af1cc84bfaafcf17d4c10ae8f795581d76"
integrity sha512-qEIfNjPvR8p3ZBhGb0ht+te4PkXREoCcAPElEEDAFXxMLenkJ5CgFKzRYVZeHR6RU+DDK3QqmrCfZDyxL11jcg==
"@eclipse-glsp/client@0.8.0-rc-02":
version "0.8.0-rc-02"
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-0.8.0-rc-02.tgz#3a5777671e5aacbe04ef75af7755a809ca26bd45"
integrity sha512-YJrBfxSZKnR94MsPdqd1ZcbcdBVaq5vsu0WLk9xrrFIktKMAheIFImSy7qDwhnl95y53z5QCPoe+U3SXEciTLw==
dependencies:
autocompleter "5.1.0"
sprotty next
uuid latest
sprotty "0.9.0-next.7028f2a"
uuid "7.0.3"
vscode-ws-jsonrpc "^0.0.2-1"

"@phosphor/algorithm@^1.2.0":
Expand Down Expand Up @@ -2621,7 +2621,7 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sprotty-theia@next:
sprotty-theia@0.9.0-next.72ba049:
version "0.9.0-next.72ba049"
resolved "https://registry.yarnpkg.com/sprotty-theia/-/sprotty-theia-0.9.0-next.72ba049.tgz#bc75767a7bd8927fc934d476236f6a9e03e99042"
integrity sha512-Ipr8MYz+zoL/q4y45RoOjWznVASeO318+4b1HqQ0w25D6k46kSZWwjXVy+ShaQ2oTWwO0AWYyFjYzq8Kyik/bA==
Expand All @@ -2633,10 +2633,10 @@ sprotty-theia@next:
"@theia/monaco" "1.0.0"
sprotty next

sprotty@next:
version "0.8.0-next.b8a6e44"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.8.0-next.b8a6e44.tgz#4d05bef1274787555a664520ebd18bc3ce73a90d"
integrity sha512-S6zj7lIJg9RGRMa4bCvsCUR1MM4sqOT6lssfMSy3XYhtwEgWhFzlzm+5poQsEKz9mMVEu4L/QWeLgCHGH4jYnA==
sprotty@0.9.0-next.7028f2a, sprotty@next:
version "0.9.0-next.7028f2a"
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.9.0-next.7028f2a.tgz#48bae07b119f561b225159d66c43ada8174fb6f3"
integrity sha512-XiI/8WXqjJM8KXu68wujwJRC8V2hqusgyTHu2XdAANLngbpWPRYhFCqvmtMiH7lsFLSHSdv1JYp5KvUaI3YoWA==
dependencies:
autocompleter "5.1.0"
file-saver "2.0.2"
Expand Down Expand Up @@ -2893,16 +2893,16 @@ [email protected]:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

[email protected]:
version "7.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==

uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2:
version "3.3.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==

uuid@latest:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

valid-filename@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/valid-filename/-/valid-filename-2.0.1.tgz#0768d6f364b1ed3bdf68f0d15abffb0d9d6cecaf"
Expand Down

0 comments on commit 991447e

Please sign in to comment.