From 2ea9a31a37bdc45d56e5ce49c35d4f3aff3ab4a3 Mon Sep 17 00:00:00 2001 From: Nestor Qin Date: Fri, 27 Sep 2024 07:40:31 -0400 Subject: [PATCH] deps: bump WebLLM version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0110e5f5..1064001e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@fortaine/fetch-event-source": "^3.0.6", "@hello-pangea/dnd": "^16.5.0", - "@mlc-ai/web-llm": "^0.2.67", + "@mlc-ai/web-llm": "^0.2.71", "@serwist/next": "^9.0.2", "@svgr/webpack": "^6.5.1", "emoji-picker-react": "^4.9.2", diff --git a/yarn.lock b/yarn.lock index f4015ddb..6e0babaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1180,10 +1180,10 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@mlc-ai/web-llm@^0.2.67": - version "0.2.67" - resolved "https://registry.yarnpkg.com/@mlc-ai/web-llm/-/web-llm-0.2.67.tgz#ab6ea18fed10d129f1a9d234606ae909e0966a5e" - integrity sha512-aS2uMKSvgj2qNc2441W4TQBUOOj5GdYHivq77XwU1V8YggibQDbPu6Fqwwj410RIVLPFXBfEOIJH0Bsf4Q7klQ== +"@mlc-ai/web-llm@^0.2.71": + version "0.2.71" + resolved "https://registry.yarnpkg.com/@mlc-ai/web-llm/-/web-llm-0.2.71.tgz#6e0533fc6ad643a852f9c79d650506ea96061924" + integrity sha512-VRo+yZFnHsQeI/a0DLNnnUdWtDGiIwL7vYN4YdYXMZMKXGT+rcXRRUIVlH3/AVUbQx/TKHyKl1wxenXg6Bpx1w== dependencies: loglevel "^1.9.1"