Skip to content

Commit ca53e86

Browse files
committed
fix: update lock
1 parent aacdead commit ca53e86

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bun.lockb

248 Bytes
Binary file not shown.

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"build": "bun run build.ts"
1111
},
1212
"devDependencies": {
13-
"@types/bun": "latest",
14-
"@xenova/transformers": "^2.17.2",
15-
"pg": "^8.13.0",
16-
"pgvector": "^0.2.0",
17-
"tiktoken": "^1.0.15"
13+
"@types/bun": "latest"
1814
},
1915
"peerDependencies": {
2016
"typescript": "^5.0.0"
@@ -23,7 +19,10 @@
2319
"@inquirer/prompts": "^7.0.0",
2420
"chalk": "^5.3.0",
2521
"dotenv": "^16.0.0",
26-
"llamaindex": "^0.6.18"
22+
"llamaindex": "^0.6.18",
23+
"@xenova/transformers": "^2.17.2",
24+
"pg": "^8.13.0",
25+
"pgvector": "^0.2.0",
2726
},
2827
"trustedDependencies": [
2928
"protobufjs"

0 commit comments

Comments
 (0)