From 336f9137efb9ecffb806fd45cc8271162e8dcd4e Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Wed, 7 Feb 2024 15:22:21 +0100 Subject: [PATCH] Pin sprotty-protocol version to 1.0.0 --- .vscode/settings.json | 4 ++-- packages/protocol/package.json | 2 +- yarn.lock | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3eef45f95..7300426f7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,8 +6,8 @@ { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": true + "source.fixAll.eslint": "explicit", + "source.organizeImports": "explicit" }, "eslint.validate": ["javascript", "typescript"], "search.exclude": { diff --git a/packages/protocol/package.json b/packages/protocol/package.json index a2381ab81..cb73cf076 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -46,7 +46,7 @@ "watch": "tsc -w" }, "dependencies": { - "sprotty-protocol": "0.15.0-next.044bba2.13", + "sprotty-protocol": "1.0.0", "uuid": "7.0.3", "vscode-jsonrpc": "^8.0.2" }, diff --git a/yarn.lock b/yarn.lock index 66a2394fa..5446fc88c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6242,11 +6242,6 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== -sprotty-protocol@0.15.0-next.044bba2.13: - version "0.15.0-next.044bba2.13" - resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-0.15.0-next.044bba2.13.tgz#10d5c36b00a8a24f62007336743c7e98d56e205b" - integrity sha512-DmWdIXFeZ5Gwa9uicbTNUkJMfUZa62w76Gb1w9lpYDs2S21HFZU4bvPuMD+yN31V/ChX5TGPCCTHmHLJ3Oe85w== - sprotty-protocol@1.0.0, sprotty-protocol@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-1.0.0.tgz#b22e2da7e10b168debdc17feb61c4b832f01f614"