From 6bbe98f4afc90f8b0e9d65dd25f046810ffc6e2e Mon Sep 17 00:00:00 2001 From: Yasutaka Nishii Date: Mon, 23 Mar 2026 15:28:20 +0900 Subject: [PATCH] chore: update package dependencies lockfiles --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c2f01e..ec3a13e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@gui-chat-plugin/mulmocast": "^0.0.3", "@gui-chat-plugin/music": "^0.0.2", "@gui-chat-plugin/othello": "^0.2.2", - "@gui-chat-plugin/piano": "github:receptron/GUIChatPluginPiano", + "@gui-chat-plugin/piano": "https://github.com/receptron/GUIChatPluginPiano.git", "@gui-chat-plugin/present3d": "^0.0.3", "@gui-chat-plugin/scroll-to-anchor": "^0.1.1", "@gui-chat-plugin/set-image-style": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index 130474a..027521b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -591,9 +591,9 @@ resolved "https://registry.yarnpkg.com/@gui-chat-plugin/othello/-/othello-0.2.2.tgz#aeb0dd72423a598f945b46ff4b9f42a85a41fa92" integrity sha512-q2t9jqTMmKkxsG5Irc9Z/S/BzIOjt3Qn1TRFxGyHELEicstqp9O/yr8l63MrNCCAPnvcFgJDmt+iX3M1Be5hnQ== -"@gui-chat-plugin/piano@github:receptron/GUIChatPluginPiano": +"@gui-chat-plugin/piano@https://github.com/receptron/GUIChatPluginPiano.git": version "0.1.0" - resolved "https://codeload.github.com/receptron/GUIChatPluginPiano/tar.gz/166821d095217f7c788ce600048e5cd688751240" + resolved "https://github.com/receptron/GUIChatPluginPiano.git#166821d095217f7c788ce600048e5cd688751240" dependencies: gui-chat-protocol "^0.0.3" openai "^4.77.0"