From b87dfa0300b95e0af0349c20fc079d3e53b3c3b0 Mon Sep 17 00:00:00 2001 From: amiller68 Date: Tue, 2 Apr 2024 10:44:36 -0400 Subject: [PATCH] fix: upgrade libertai js --- .github/workflows/fmt.yaml | 4 ++-- package.json | 1 - yarn.lock | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fmt.yaml b/.github/workflows/fmt.yaml index c2df7f6..83d0003 100644 --- a/.github/workflows/fmt.yaml +++ b/.github/workflows/fmt.yaml @@ -1,4 +1,4 @@ -name: Lint +name: FormatCheck on: push: @@ -7,7 +7,7 @@ on: branches: ["main"] jobs: - lint: + format-check: runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index ace5224..aec3863 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "dompurify": "^3.0.9", "ethers": "6.11.1", "highlight.js": "^11.9.0", - "langchain": "^0.1.30", "libertai-js": "https://github.com/Libertai/libertai-js", "marked": "^12.0.0", "marked-highlight": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index 5b36d0f..4c7eb9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4302,7 +4302,7 @@ levn@^0.4.1: "libertai-js@https://github.com/Libertai/libertai-js": version "0.0.0" - resolved "https://github.com/Libertai/libertai-js#262a072a14ce6c182bfafad418d3b3d0229935d2" + resolved "https://github.com/Libertai/libertai-js#3b3d71986bb15dccc1524acc434d2ef3d346cb68" dependencies: axios "^1.6.8" langchain "^0.1.30"