Skip to content

Commit 6876a90

Browse files
committed
Update deps to 2.1.1
1 parent c166ab5 commit 6876a90

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Eclipse GLSP Server Changelog
22

3-
## v2.1.0 - active
3+
## [v2.1.0 - 14/01/2024](<(https://github.com/eclipse-glsp/glsp-server-node/releases/tag/v2.1.0)>)
4+
5+
### Changes
46

57
- [operation] Add support for defining ghost elements/templates in `CreateNodeOperationHandler`'s [#65](https://github.com/eclipse-glsp/glsp-server-node/pull/65)
68
- [launch] Use "127.0.0.1" as default host to avoid potential IP v4/v6 connection issues [#67](https://github.com/eclipse-glsp/glsp-server-node/pull/67)

packages/graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"watch": "tsc -w"
5151
},
5252
"dependencies": {
53-
"@eclipse-glsp/protocol": "2.1.0"
53+
"@eclipse-glsp/protocol": "~2.1.1"
5454
},
5555
"devDependencies": {
5656
"@types/uuid": "8.3.1"

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@eclipse-glsp/graph": "2.1.0",
63-
"@eclipse-glsp/protocol": "2.1.0",
63+
"@eclipse-glsp/protocol": "~2.1.1",
6464
"@types/uuid": "8.3.1",
6565
"commander": "^8.3.0",
6666
"fast-json-patch": "^3.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@
304304
dependencies:
305305
prettier-plugin-packagejson "~2.4.6"
306306

307-
"@eclipse-glsp/[email protected].0":
308-
version "2.1.0"
309-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.1.0.tgz#e76a65a4815c969bfb86a1ab202ad24384a317cc"
310-
integrity sha512-CUcVbsjiddDWEuhWKDLgfqslmau2QT6QTF9LyA4/y6Eomv5s8nTexeBMI6hCWL4sHgMfQ4t2zI9zV2a5gIow4A==
307+
"@eclipse-glsp/protocol@~2.1.1":
308+
version "2.1.1"
309+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.1.1.tgz#127e05473020954b8d2d6e3e30a16541f048f5b2"
310+
integrity sha512-t9vcnI174eB6UVfj6bpyFOnc3MV0EN8VawFgniV+dgon++6Rbg2tyxlFRFfAs/itkYBCQkmeF2WdPe9v3CnosQ==
311311
dependencies:
312-
sprotty-protocol "0.15.0-next.044bba2.13"
312+
sprotty-protocol "1.0.0"
313313
uuid "7.0.3"
314314
vscode-jsonrpc "^8.0.2"
315315

@@ -6206,10 +6206,10 @@ sprintf-js@~1.0.2:
62066206
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
62076207
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
62086208

6209-
sprotty-protocol@0.15.0-next.044bba2.13:
6210-
version "0.15.0-next.044bba2.13"
6211-
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.15.0-next.044bba2.13.tgz#10d5c36b00a8a24f62007336743c7e98d56e205b"
6212-
integrity sha512-DmWdIXFeZ5Gwa9uicbTNUkJMfUZa62w76Gb1w9lpYDs2S21HFZU4bvPuMD+yN31V/ChX5TGPCCTHmHLJ3Oe85w==
6209+
sprotty-protocol@1.0.0:
6210+
version "1.0.0"
6211+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-1.0.0.tgz#b22e2da7e10b168debdc17feb61c4b832f01f614"
6212+
integrity sha512-p1H+ihcOmj0LEk2atcwOnYQPm0WByaOB1yX7fd869ONfQ5R+7x0X20YPdVLeCWmnhsszC/Rf91ojwaQiNIiHNA==
62136213

62146214
ssri@^10.0.0, ssri@^10.0.1:
62156215
version "10.0.5"

0 commit comments

Comments
 (0)