Skip to content

Commit

Permalink
fix: upgrade libertai js
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller68 committed Apr 2, 2024
1 parent a655064 commit b87dfa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fmt.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: FormatCheck

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: ["main"]

jobs:
lint:
format-check:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b87dfa0

Please sign in to comment.