Skip to content

Commit 079f264

Browse files
chore(deps): update all dependencies
1 parent b26465c commit 079f264

File tree

4 files changed

+383
-305
lines changed

4 files changed

+383
-305
lines changed

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@effect/vitest": "^0.29.0",
2929
"@eslint/js": "10.0.1",
3030
"@types/node": "^24.12.0",
31-
"@typescript-eslint/eslint-plugin": "^8.57.1",
32-
"@typescript-eslint/parser": "^8.57.1",
31+
"@typescript-eslint/eslint-plugin": "^8.57.2",
32+
"@typescript-eslint/parser": "^8.57.2",
3333
"eslint": "^10.1.0",
3434
"globals": "^17.4.0",
35-
"typescript": "^5.9.3",
36-
"vitest": "^4.1.0"
35+
"typescript": "^6.0.2",
36+
"vitest": "^4.1.1"
3737
}
3838
}

packages/app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@
8989
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.25",
9090
"@ton-ai-core/vibecode-linter": "^1.0.11",
9191
"@types/node": "^24.12.0",
92-
"@typescript-eslint/eslint-plugin": "^8.57.1",
93-
"@typescript-eslint/parser": "^8.57.1",
94-
"typescript-eslint": "^8.57.1",
95-
"@vitest/coverage-v8": "^4.1.0",
92+
"@typescript-eslint/eslint-plugin": "^8.57.2",
93+
"@typescript-eslint/parser": "^8.57.2",
94+
"typescript-eslint": "^8.57.2",
95+
"@vitest/coverage-v8": "^4.1.1",
9696
"eslint": "^10.1.0",
9797
"eslint-import-resolver-typescript": "^4.4.4",
9898
"eslint-plugin-codegen": "0.34.1",
@@ -106,9 +106,9 @@
106106
"biome": "npm:@biomejs/biome@^2.4.8",
107107
"globals": "^17.4.0",
108108
"jscpd": "^4.0.8",
109-
"typescript": "^5.9.3",
110-
"vite": "^8.0.1",
109+
"typescript": "^6.0.2",
110+
"vite": "^8.0.2",
111111
"vite-tsconfig-paths": "^6.1.1",
112-
"vitest": "^4.1.0"
112+
"vitest": "^4.1.1"
113113
}
114114
}

packages/lib/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.25",
6262
"@ton-ai-core/vibecode-linter": "^1.0.11",
6363
"@types/node": "^24.12.0",
64-
"@typescript-eslint/eslint-plugin": "^8.57.1",
65-
"@typescript-eslint/parser": "^8.57.1",
66-
"typescript-eslint": "^8.57.1",
67-
"@vitest/coverage-v8": "^4.1.0",
64+
"@typescript-eslint/eslint-plugin": "^8.57.2",
65+
"@typescript-eslint/parser": "^8.57.2",
66+
"typescript-eslint": "^8.57.2",
67+
"@vitest/coverage-v8": "^4.1.1",
6868
"eslint": "^10.1.0",
6969
"eslint-import-resolver-typescript": "^4.4.4",
7070
"eslint-plugin-codegen": "0.34.1",
@@ -76,10 +76,10 @@
7676
"@vitest/eslint-plugin": "^1.6.13",
7777
"globals": "^17.4.0",
7878
"jscpd": "^4.0.8",
79-
"typescript": "^5.9.3",
80-
"vite": "^8.0.1",
79+
"typescript": "^6.0.2",
80+
"vite": "^8.0.2",
8181
"vite-tsconfig-paths": "^6.1.1",
82-
"vitest": "^4.1.0"
82+
"vitest": "^4.1.1"
8383
},
8484
"types": "dist/index.d.ts",
8585
"exports": {

0 commit comments

Comments
 (0)