Skip to content

Commit a1ee3f5

Browse files
committed
v1.1.0-RC07
1 parent d437878 commit a1ee3f5

File tree

9 files changed

+232
-34
lines changed

9 files changed

+232
-34
lines changed

example/workflow/extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-vscode-example",
33
"private": "true",
4-
"version": "1.1.0-next",
4+
"version": "1.1.0-RC07",
55
"description": "An example graphical language used for modeling workflows",
66
"displayName": "Workflow GLSP Example",
77
"publisher": "Eclipse-GLSP",
@@ -186,13 +186,13 @@
186186
},
187187
"main": "./lib/index",
188188
"devDependencies": {
189-
"@eclipse-glsp/vscode-integration": "1.1.0-next",
189+
"@eclipse-glsp/vscode-integration": "1.1.0-RC07",
190190
"@types/vscode": "^1.54.0",
191191
"path": "^0.12.7",
192192
"reflect-metadata": "^0.1.13",
193193
"ts-loader": "^6.2.1",
194194
"ts-node": "^10.8.2",
195-
"workflow-glsp-webview": "1.1.0-next"
195+
"workflow-glsp-webview": "1.1.0-RC07"
196196
},
197197
"scripts": {
198198
"build": "tsc -b",

example/workflow/webview/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow-glsp-webview",
33
"private": "true",
4-
"version": "1.1.0-next",
4+
"version": "1.1.0-RC07",
55
"description": "Example of the Workflow GLSP diagram in a VS Code extensions (WebView part)",
66
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
77
"keywords": [
@@ -28,8 +28,8 @@
2828
}
2929
],
3030
"devDependencies": {
31-
"@eclipse-glsp-examples/workflow-glsp": "next",
32-
"@eclipse-glsp/vscode-integration-webview": "1.1.0-next",
31+
"@eclipse-glsp-examples/workflow-glsp": "1.1.0-RC07",
32+
"@eclipse-glsp/vscode-integration-webview": "1.1.0-RC07",
3333
"@vscode/codicons": "^0.0.25",
3434
"circular-dependency-plugin": "^5.2.2",
3535
"css-loader": "^6.7.1",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.1.0-RC07",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"command": {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
"workspaces": [
3131
"packages/*/",
3232
"example/workflow/*"
33-
]
33+
],
34+
"version": "1.1.0-RC07"
3435
}

packages/vscode-integration-webview/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/vscode-integration-webview",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC07",
44
"description": "Integration of a GLSP diagram in a VS Code extensions (WebView part)",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"keywords": [
@@ -32,7 +32,7 @@
3232
"css"
3333
],
3434
"dependencies": {
35-
"@eclipse-glsp/client": "next",
35+
"@eclipse-glsp/client": "1.1.0-RC07",
3636
"sprotty-vscode-webview": "~0.3.1"
3737
},
3838
"devDependencies": {
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@eclipse-glsp/[email protected]":
6+
version "1.1.0-RC07"
7+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-RC07.tgz#7bc70f5fea5df1870e3ce950511ec0a6dc6b6857"
8+
integrity sha512-DRNF2/OAo972BKJvJV87X1CVeghKQtRyVtz/z7nb4fV8U7BZLF4FJnZjqFPit5LuuWTwMd8ctkni0/VEmpmkQQ==
9+
dependencies:
10+
"@eclipse-glsp/protocol" "1.1.0-RC07"
11+
autocompleter "5.1.0"
12+
sprotty "0.13.0-next.f4445dd.342"
13+
14+
"@eclipse-glsp/[email protected]":
15+
version "1.1.0-RC07"
16+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC07.tgz#ad689a62ae85481f12533ef09bdf93890e2e1761"
17+
integrity sha512-LvDTODuQBWkl4lt9iTZXSeUSH9+0WqQ5FThgxvLreyOJmxsHjfVqCKyUvA73rVsGKlNF5rA19Vr6QmQSNFruAA==
18+
dependencies:
19+
sprotty-protocol "0.13.0-next.f4445dd.342"
20+
uuid "7.0.3"
21+
vscode-jsonrpc "^8.0.2"
22+
23+
"@vscode/codicons@^0.0.25":
24+
version "0.0.25"
25+
resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.25.tgz#4ebc3e2c9e707ac46aea0becceda79f7738c647c"
26+
integrity sha512-uqPhTdADjwoCh5Ufbv0M6TZiiP2mqbfJVB4grhVx1k+YeP03LDMOHBWPsNwGKn4/0S5Mq9o1w1GeftvR031Gzg==
27+
28+
29+
version "5.1.0"
30+
resolved "https://registry.yarnpkg.com/autocompleter/-/autocompleter-5.1.0.tgz#da80488ddf1f1d89b0a8f5d36cab24439de18ab8"
31+
integrity sha512-xFZla6guwywqFJutoi5xrhAmaKw4/TU8CcLuNep/3OtiUfpNXtgzuBkkXJ6ysJIfG6MEEXFtUBg3PREN6HUVyw==
32+
33+
autocompleter@^5.1.0:
34+
version "5.2.0"
35+
resolved "https://registry.yarnpkg.com/autocompleter/-/autocompleter-5.2.0.tgz#9ed3df262614fd557bf4d5bf67ab13cdee008203"
36+
integrity sha512-CMYgI+r7RGZFaT0SvXcyBn1hb/Ne6XbjXimWQPc16LcwZgUGFBHg/Pv8honrwkTZE4DbfrD/MzqlG+Bn2u+1ng==
37+
38+
file-saver@^2.0.2:
39+
version "2.0.5"
40+
resolved "https://registry.yarnpkg.com/file-saver/-/file-saver-2.0.5.tgz#d61cfe2ce059f414d899e9dd6d4107ee25670c38"
41+
integrity sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==
42+
43+
44+
version "2.0.3"
45+
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
46+
integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==
47+
48+
inversify@^5.1.1:
49+
version "5.1.1"
50+
resolved "https://registry.yarnpkg.com/inversify/-/inversify-5.1.1.tgz#6fbd668c591337404e005a1946bfe0d802c08730"
51+
integrity sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==
52+
53+
path@^0.12.7:
54+
version "0.12.7"
55+
resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f"
56+
integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q==
57+
dependencies:
58+
process "^0.11.1"
59+
util "^0.10.3"
60+
61+
process@^0.11.1:
62+
version "0.11.10"
63+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
64+
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
65+
66+
reflect-metadata@^0.1.13:
67+
version "0.1.13"
68+
resolved "https://registry.yarnpkg.com/reflect-metadata/-/reflect-metadata-0.1.13.tgz#67ae3ca57c972a2aa1642b10fe363fe32d49dc08"
69+
integrity sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==
70+
71+
snabbdom@^3.0.3:
72+
version "3.5.1"
73+
resolved "https://registry.yarnpkg.com/snabbdom/-/snabbdom-3.5.1.tgz#25f80ef15b194baea703d9d5441892e369de18e1"
74+
integrity sha512-wHMNIOjkm/YNE5EM3RCbr/+DVgPg6AqQAX1eOxO46zYNvCXjKP5Y865tqQj3EXnaMBjkxmQA5jFuDpDK/dbfiA==
75+
76+
77+
version "0.13.0-next.f4445dd.342"
78+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.13.0-next.f4445dd.342.tgz#79e39a3427202d59173f61f3f03429dfdec7ab9c"
79+
integrity sha512-6cNoZrvay1Gk3uk6NqlmraBy68dskvhuDKDiUlpxbzFQ/ZVO4MKY2D41S5AXzjDyOtYQO6tZjlPrNCjmj5Kvrg==
80+
81+
sprotty-protocol@~0.12.0:
82+
version "0.12.0"
83+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.12.0.tgz#542eb6396a645f85f8cfc2e7ef1d9b90c7b1980b"
84+
integrity sha512-vbov+XfbmSeMYb46vm6dJvK3q7YKUvg0q7JnM6H7Ca5qY8TaZCEZ5Vc8zHKFZGWchcwnQYKqLTzwDItsMikD0A==
85+
86+
sprotty-vscode-protocol@~0.3.0:
87+
version "0.3.0"
88+
resolved "https://registry.yarnpkg.com/sprotty-vscode-protocol/-/sprotty-vscode-protocol-0.3.0.tgz#8b3be8945af0cf90eeb0b0556f8de85305948cf7"
89+
integrity sha512-p7PguMSJ6HC5Jo2FOdoazH/KbJZzO4Dtob72HCKkR90Wa1/3e57ETMvUCbjOf1xSFlO0OJ4ygjNgOhiJDocIPQ==
90+
dependencies:
91+
path "^0.12.7"
92+
sprotty-protocol "~0.12.0"
93+
vscode-languageserver-protocol "^3.16.0"
94+
95+
sprotty-vscode-webview@~0.3.1:
96+
version "0.3.1"
97+
resolved "https://registry.yarnpkg.com/sprotty-vscode-webview/-/sprotty-vscode-webview-0.3.1.tgz#4865de05228ff8ec8df6aa94974764f2457471fb"
98+
integrity sha512-DoZSFvwxWj70aON/aPu02YM5Qu0PXloBJqKQGt0+jBu9smMQ+cRG8ZpHRS7WSgfvYZhQnx3c3U5W7VMe/BNCVg==
99+
dependencies:
100+
sprotty "~0.12.0"
101+
sprotty-vscode-protocol "~0.3.0"
102+
vscode-uri "^3.0.2"
103+
104+
105+
version "0.13.0-next.f4445dd.342"
106+
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.13.0-next.f4445dd.342.tgz#053fc2863109bc56f32ab6582a9c8ce46dc10cbd"
107+
integrity sha512-OdaNjgaITsQz71w+omc9ZSP3TJ/66vlVdWkVg+zGPQ1spAmS/iXvYhizax7OuP5J+GsjQemCDw9ZWH8lTnbgrw==
108+
dependencies:
109+
autocompleter "^5.1.0"
110+
file-saver "^2.0.2"
111+
inversify "^5.1.1"
112+
snabbdom "^3.0.3"
113+
sprotty-protocol "0.13.0-next.f4445dd.342+f4445dd"
114+
tinyqueue "^2.0.3"
115+
116+
sprotty@~0.12.0:
117+
version "0.12.0"
118+
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-0.12.0.tgz#693432346d9321bb19f368c6806641539962db99"
119+
integrity sha512-0RjRn3iR9McDt+LZ+cyySfdBdWyzR4kPbg4xESumvoSPziHphs6TdM7CvJ9ywTMmG131nKUF6GgbzhQZ+L6cGg==
120+
dependencies:
121+
"@vscode/codicons" "^0.0.25"
122+
autocompleter "^5.1.0"
123+
file-saver "^2.0.2"
124+
inversify "^5.1.1"
125+
snabbdom "^3.0.3"
126+
sprotty-protocol "~0.12.0"
127+
tinyqueue "^2.0.3"
128+
129+
tinyqueue@^2.0.3:
130+
version "2.0.3"
131+
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
132+
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
133+
134+
util@^0.10.3:
135+
version "0.10.4"
136+
resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901"
137+
integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==
138+
dependencies:
139+
inherits "2.0.3"
140+
141+
142+
version "7.0.3"
143+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
144+
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
145+
146+
[email protected], vscode-jsonrpc@^8.0.2:
147+
version "8.1.0"
148+
resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-8.1.0.tgz#cb9989c65e219e18533cc38e767611272d274c94"
149+
integrity sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==
150+
151+
vscode-languageserver-protocol@^3.16.0:
152+
version "3.17.3"
153+
resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.3.tgz#6d0d54da093f0c0ee3060b81612cce0f11060d57"
154+
integrity sha512-924/h0AqsMtA5yK22GgMtCYiMdCOtWTSGgUOkgEDX+wk2b0x4sAfLiO4NxBxqbiVtz7K7/1/RgVrVI0NClZwqA==
155+
dependencies:
156+
vscode-jsonrpc "8.1.0"
157+
vscode-languageserver-types "3.17.3"
158+
159+
160+
version "3.17.3"
161+
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.17.3.tgz#72d05e47b73be93acb84d6e311b5786390f13f64"
162+
integrity sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==
163+
164+
vscode-uri@^3.0.2:
165+
version "3.0.7"
166+
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8"
167+
integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==

packages/vscode-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/vscode-integration",
3-
"version": "1.1.0-next",
3+
"version": "1.1.0-RC07",
44
"description": "Glue code to integrate GLSP diagrams in VSCode extensions (extension part)",
55
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
66
"displayName": "GLSP VSCode Integration",
@@ -34,7 +34,7 @@
3434
"vscode": "^1.54.0"
3535
},
3636
"dependencies": {
37-
"@eclipse-glsp/protocol": "next",
37+
"@eclipse-glsp/protocol": "1.1.0-RC07",
3838
"vscode-jsonrpc": "^8.0.2"
3939
},
4040
"devDependencies": {
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
"@eclipse-glsp/[email protected]":
6+
version "1.1.0-RC07"
7+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC07.tgz#ad689a62ae85481f12533ef09bdf93890e2e1761"
8+
integrity sha512-LvDTODuQBWkl4lt9iTZXSeUSH9+0WqQ5FThgxvLreyOJmxsHjfVqCKyUvA73rVsGKlNF5rA19Vr6QmQSNFruAA==
9+
dependencies:
10+
sprotty-protocol "0.13.0-next.f4445dd.342"
11+
uuid "7.0.3"
12+
vscode-jsonrpc "^8.0.2"
13+
14+
"@types/node@^12.12.0":
15+
version "12.20.55"
16+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
17+
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
18+
19+
"@types/vscode@^1.54.0":
20+
version "1.77.0"
21+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.77.0.tgz#f92f15a636abc9ef562f44dd8af6766aefedb445"
22+
integrity sha512-MWFN5R7a33n8eJZJmdVlifjig3LWUNRrPeO1xemIcZ0ae0TEQuRc7G2xV0LUX78RZFECY1plYBn+dP/Acc3L0Q==
23+
24+
25+
version "0.13.0-next.f4445dd.342"
26+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.13.0-next.f4445dd.342.tgz#79e39a3427202d59173f61f3f03429dfdec7ab9c"
27+
integrity sha512-6cNoZrvay1Gk3uk6NqlmraBy68dskvhuDKDiUlpxbzFQ/ZVO4MKY2D41S5AXzjDyOtYQO6tZjlPrNCjmj5Kvrg==
28+
29+
30+
version "7.0.3"
31+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
32+
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
33+
34+
vscode-jsonrpc@^8.0.2:
35+
version "8.1.0"
36+
resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-8.1.0.tgz#cb9989c65e219e18533cc38e767611272d274c94"
37+
integrity sha512-6TDy/abTQk+zDGYazgbIPc+4JoXdwC8NHU9Pbn4UJP1fehUyZmM4RHp5IthX7A6L5KS30PRui+j+tbbMMMafdw==

yarn.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,20 @@
201201
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
202202
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
203203

204-
"@eclipse-glsp-examples/workflow-glsp@next":
205-
version "1.1.0-next.6ec1da0.211"
206-
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-next.6ec1da0.211.tgz#acf58abdd5ad7223c3f58cbd4c0c76a67a444469"
207-
integrity sha512-HlsCk0JggXfqc6Fq4gjTD/1YyiMTCWHoNkQWal6coXTpoDe/8ZqzT/5sRGiS8rsWjDI9tbIMy8Og2xn43dBW6A==
204+
"@eclipse-glsp-examples/workflow-glsp@1.1.0-RC07":
205+
version "1.1.0-RC07"
206+
resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-1.1.0-RC07.tgz#ee28bfc9cbf42f7d092ee1b3c635b3bddfb1933c"
207+
integrity sha512-PQuUKWP1mxCvYXm6Gk/JB97+5vwa1OChbdpFPGluaG2+TPygML+hPWWKPM/ct5MlZIXzm3aPj+GTSs7ULhUaWA==
208208
dependencies:
209-
"@eclipse-glsp/client" "1.1.0-next.6ec1da0.211+6ec1da0"
209+
"@eclipse-glsp/client" "1.1.0-RC07"
210210
balloon-css "^0.5.0"
211211

212-
"@eclipse-glsp/[email protected]next.6ec1da0.211+6ec1da0", "@eclipse-glsp/client@next":
213-
version "1.1.0-next.6ec1da0.211"
214-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-next.6ec1da0.211.tgz#450c8cc2acfe89c0dd9106ff11f9c3efaa491aff"
215-
integrity sha512-M6uZcArtC1INmW0+Peqgtz9uLqgF8SMGjC3ahXk7jhLO3pNSaVj0CFI9jRncj/nL4q6yaimmeu6RSxMLyImcBg==
212+
"@eclipse-glsp/[email protected]RC07":
213+
version "1.1.0-RC07"
214+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-1.1.0-RC07.tgz#7bc70f5fea5df1870e3ce950511ec0a6dc6b6857"
215+
integrity sha512-DRNF2/OAo972BKJvJV87X1CVeghKQtRyVtz/z7nb4fV8U7BZLF4FJnZjqFPit5LuuWTwMd8ctkni0/VEmpmkQQ==
216216
dependencies:
217-
"@eclipse-glsp/protocol" "1.1.0-next.6ec1da0.211+6ec1da0"
217+
"@eclipse-glsp/protocol" "1.1.0-RC07"
218218
autocompleter "5.1.0"
219219
sprotty "0.13.0-next.f4445dd.342"
220220

@@ -281,14 +281,14 @@
281281
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-1.1.0-next.e31f2e5.119.tgz#0d24cf9e2df9127c4b0b72c9902b39b7f756fc2f"
282282
integrity sha512-pZx8aBuc8RBI+WcVbB13CSglD6vaYqF830Cn4mFJ+pEJdtwpAIZGU+CtDOHtL0/IXWJ80x+brc/PrrxLV8+ezQ==
283283

284-
"@eclipse-glsp/[email protected]next.6ec1da0.211+6ec1da0", "@eclipse-glsp/protocol@next":
285-
version "1.1.0-next.6ec1da0.211"
286-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-next.6ec1da0.211.tgz#813d8ee45e2e9d973e03c1b7e0d6d4df8aedaf3a"
287-
integrity sha512-1rq9NK/w5zHyIIPfcNE2sYLu3j7cH0fk1Cz8/jXuaX6F7ZOXrQHruzpKwID2jL5zTgwGu/3/lPpvu1cEL93+Dw==
284+
"@eclipse-glsp/[email protected]RC07":
285+
version "1.1.0-RC07"
286+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-1.1.0-RC07.tgz#ad689a62ae85481f12533ef09bdf93890e2e1761"
287+
integrity sha512-LvDTODuQBWkl4lt9iTZXSeUSH9+0WqQ5FThgxvLreyOJmxsHjfVqCKyUvA73rVsGKlNF5rA19Vr6QmQSNFruAA==
288288
dependencies:
289289
sprotty-protocol "0.13.0-next.f4445dd.342"
290290
uuid "7.0.3"
291-
vscode-ws-jsonrpc "^2.0.1"
291+
vscode-jsonrpc "^8.0.2"
292292

293293
"@eclipse-glsp/[email protected]+e31f2e5":
294294
version "1.1.0-next.e31f2e5.119"
@@ -6814,13 +6814,6 @@ vscode-uri@^3.0.2:
68146814
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8"
68156815
integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==
68166816

6817-
vscode-ws-jsonrpc@^2.0.1:
6818-
version "2.0.1"
6819-
resolved "https://registry.yarnpkg.com/vscode-ws-jsonrpc/-/vscode-ws-jsonrpc-2.0.1.tgz#e0ac448a4a1df57d982a5abc62fc7128f4972587"
6820-
integrity sha512-ne5DO8/qe8tHt1U4LafLiYS832Yd4OltkP4+YZVOQwqGEU5nwLwZowUBqqEWt8sOZ0eLdCLV9luotGC2aUQ+LA==
6821-
dependencies:
6822-
vscode-jsonrpc "8.0.2"
6823-
68246817
walk-up-path@^1.0.0:
68256818
version "1.0.0"
68266819
resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-1.0.0.tgz#d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e"

0 commit comments

Comments
 (0)