Skip to content

Commit 3e744c6

Browse files
committed
chore: update dependencies
1 parent 788a7b9 commit 3e744c6

File tree

6 files changed

+1154
-1245
lines changed

6 files changed

+1154
-1245
lines changed

.changeset/young-worms-invent.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@systemfsoftware/llama-index_storage-pg-vector": minor
3+
"@systemfsoftware/llama-index_storage": minor
4+
---
5+
6+
chore: update dependencies

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"format:check": "dprint check"
1212
},
1313
"devDependencies": {
14-
"@biomejs/biome": "^1.8.3",
14+
"@biomejs/biome": "^1.9.3",
1515
"@devoxa/integresql-client": "^2.0.0",
16-
"@effect/vitest": "^0.9.2",
16+
"@effect/vitest": "^0.9.3",
1717
"@total-typescript/tsconfig": "^1.0.4",
1818
"dotenv": "^16.4.5",
1919
"dprint": "^0.47.2",
2020
"rimraf": "^6.0.1",
2121
"tshy": "^3.0.2",
22-
"tsx": "^4.19.0",
23-
"turbo": "^2.1.1",
24-
"typescript": "^5.5.4",
22+
"tsx": "^4.19.1",
23+
"turbo": "^2.1.3",
24+
"typescript": "^5.6.2",
2525
"vite-tsconfig-paths": "^5.0.1",
26-
"vitest": "^2.0.5"
26+
"vitest": "^2.1.2"
2727
},
28-
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
28+
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
2929
"pnpm": {
3030
"overrides": {
3131
"vite": "5.4.3"

packages/storage-pg-vector/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@
5353
"pgvector": "^0.2.0"
5454
},
5555
"devDependencies": {
56+
"@effect/schema": "catalog:",
5657
"@systemfsoftware/llama-index_storage": "workspace:^",
57-
"@types/pg": "^8.11.8",
58-
"effect": "^3.7.2",
59-
"@effect/schema": "^0.72.3",
60-
"llamaindex": "^0.6.9",
61-
"pg": "^8.12.0"
58+
"@types/pg": "^8.11.10",
59+
"effect": "catalog:",
60+
"llamaindex": "catalog:",
61+
"pg": "^8.13.0"
6262
},
6363
"peerDependencies": {
64-
"@systemfsoftware/llama-index_storage": "^0.1.2",
65-
"effect": "^3.7",
66-
"@effect/schema": "^0.72",
67-
"llamaindex": "^0.6.9",
68-
"pg": "^8.1"
64+
"@effect/schema": "catalog:",
65+
"@systemfsoftware/llama-index_storage": "workspace:^",
66+
"effect": "catalog:",
67+
"llamaindex": "catalog:",
68+
"pg": "^8.13.0"
6969
}
7070
}

packages/storage/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@
4646
"clean": "rimraf dist .tshy .tshy-build",
4747
"build": "pnpm run clean && tshy"
4848
},
49-
"dependencies": {},
5049
"devDependencies": {
51-
"effect": "^3.7.2",
52-
"llamaindex": "^0.6.9"
50+
"effect": "catalog:",
51+
"llamaindex": "catalog:"
5352
},
5453
"peerDependencies": {
55-
"llamaindex": "^0.6.9",
56-
"effect": "^3.7"
54+
"effect": "catalog:",
55+
"llamaindex": "catalog:"
5756
}
5857
}

0 commit comments

Comments
 (0)