Skip to content

Commit 4960e39

Browse files
fix(deps): update all dependencies
1 parent 8889c5c commit 4960e39

6 files changed

Lines changed: 80 additions & 66 deletions

File tree

bun.lock

Lines changed: 61 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@effect/platform": "^0.96.1",
2525
"@effect/platform-node": "^0.107.0",
2626
"@effect/schema": "^0.75.5",
27-
"@fedify/fedify": "^2.2.4",
28-
"@fedify/vocab": "^2.2.4",
29-
"effect": "^3.21.2",
27+
"@fedify/fedify": "^2.2.5",
28+
"@fedify/vocab": "^2.2.5",
29+
"effect": "^3.21.3",
3030
"node-pty": "^1.1.0",
3131
"ws": "^8.21.0"
3232
},
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@effect/vitest": "^0.29.0",
4444
"@eslint/js": "10.0.1",
45-
"@types/node": "^25.9.1",
45+
"@types/node": "^25.9.2",
4646
"@types/ws": "^8.18.1",
4747
"@typescript-eslint/eslint-plugin": "^8.60.1",
4848
"@typescript-eslint/parser": "^8.60.1",

packages/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@effect/workflow": "^0.18.2",
8080
"@gridland/bun": "0.4.3",
8181
"@gridland/web": "0.4.3",
82-
"effect": "^3.21.2",
82+
"effect": "^3.21.3",
8383
"react": "^19.2.7",
8484
"react-dom": "^19.2.7",
8585
"react-reconciler": "^0.33.0",
@@ -98,8 +98,8 @@
9898
"@prover-coder-ai/docker-git-terminal": "workspace:*",
9999
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
100100
"@ton-ai-core/vibecode-linter": "^1.0.11",
101-
"@types/node": "^25.9.1",
102-
"@types/react": "^19.2.16",
101+
"@types/node": "^25.9.2",
102+
"@types/react": "^19.2.17",
103103
"@types/react-dom": "^19.2.3",
104104
"@types/ws": "^8.18.1",
105105
"@typescript-eslint/eslint-plugin": "^8.60.1",
@@ -115,10 +115,10 @@
115115
"eslint-plugin-simple-import-sort": "^13.0.0",
116116
"eslint-plugin-sonarjs": "^4.0.3",
117117
"eslint-plugin-sort-destructure-keys": "^3.0.0",
118-
"eslint-plugin-unicorn": "^64.0.0",
118+
"eslint-plugin-unicorn": "^65.0.0",
119119
"fast-check": "4.8.0",
120120
"globals": "^17.6.0",
121-
"jscpd": "^4.2.4",
121+
"jscpd": "^4.2.5",
122122
"typescript": "^6.0.3",
123123
"typescript-eslint": "^8.60.1",
124124
"vite": "^8.0.16",

packages/docker-git-session-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"packageManager": "bun@1.3.11",
3939
"devDependencies": {
4040
"@effect/vitest": "^0.29.0",
41-
"@types/node": "^25.9.1",
41+
"@types/node": "^25.9.2",
4242
"@vitejs/plugin-react": "^6.0.2",
4343
"typescript": "^6.0.3",
4444
"vite": "^8.0.16",

packages/lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@effect/sql": "^0.51.1",
4747
"@effect/typeclass": "^0.40.0",
4848
"@effect/workflow": "^0.18.2",
49-
"effect": "^3.21.2",
49+
"effect": "^3.21.3",
5050
"ts-morph": "^28.0.0"
5151
},
5252
"devDependencies": {
@@ -61,7 +61,7 @@
6161
"@eslint/js": "10.0.1",
6262
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
6363
"@ton-ai-core/vibecode-linter": "^1.0.11",
64-
"@types/node": "^25.9.1",
64+
"@types/node": "^25.9.2",
6565
"@typescript-eslint/eslint-plugin": "^8.60.1",
6666
"@typescript-eslint/parser": "^8.60.1",
6767
"typescript-eslint": "^8.60.1",
@@ -73,11 +73,11 @@
7373
"eslint-plugin-simple-import-sort": "^13.0.0",
7474
"eslint-plugin-sonarjs": "^4.0.3",
7575
"eslint-plugin-sort-destructure-keys": "^3.0.0",
76-
"eslint-plugin-unicorn": "^64.0.0",
76+
"eslint-plugin-unicorn": "^65.0.0",
7777
"fast-check": "^4.8.0",
7878
"@vitest/eslint-plugin": "^1.6.19",
7979
"globals": "^17.6.0",
80-
"jscpd": "^4.2.4",
80+
"jscpd": "^4.2.5",
8181
"typescript": "^6.0.3",
8282
"vite": "^8.0.16",
8383
"vitest": "^4.1.8"

packages/terminal/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@effect/platform": "^0.96.1",
2222
"@effect/platform-node": "^0.107.0",
2323
"@effect/schema": "^0.75.5",
24-
"effect": "^3.21.2",
24+
"effect": "^3.21.3",
2525
"react": "^19.2.7",
2626
"xterm": "^5.3.0",
2727
"xterm-addon-fit": "^0.8.0"
@@ -37,8 +37,8 @@
3737
"@eslint/js": "10.0.1",
3838
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
3939
"@ton-ai-core/vibecode-linter": "^1.0.11",
40-
"@types/node": "^25.9.1",
41-
"@types/react": "^19.2.16",
40+
"@types/node": "^25.9.2",
41+
"@types/react": "^19.2.17",
4242
"@types/react-dom": "^19.2.3",
4343
"@typescript-eslint/eslint-plugin": "^8.60.1",
4444
"@typescript-eslint/parser": "^8.60.1",
@@ -51,10 +51,10 @@
5151
"eslint-plugin-simple-import-sort": "^13.0.0",
5252
"eslint-plugin-sonarjs": "^4.0.3",
5353
"eslint-plugin-sort-destructure-keys": "^3.0.0",
54-
"eslint-plugin-unicorn": "^64.0.0",
54+
"eslint-plugin-unicorn": "^65.0.0",
5555
"fast-check": "^4.8.0",
5656
"globals": "^17.6.0",
57-
"jscpd": "^4.2.4",
57+
"jscpd": "^4.2.5",
5858
"react-dom": "^19.2.7",
5959
"typescript": "^6.0.3",
6060
"typescript-eslint": "^8.60.1",

0 commit comments

Comments
 (0)