Skip to content

Commit 3336d94

Browse files
fix(deps): update all dependencies (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e285b1f commit 3336d94

6 files changed

Lines changed: 149 additions & 159 deletions

File tree

bun.lock

Lines changed: 114 additions & 124 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"@eslint/js": "10.0.1",
4545
"@types/node": "^25.9.1",
4646
"@types/ws": "^8.18.1",
47-
"@typescript-eslint/eslint-plugin": "^8.60.0",
48-
"@typescript-eslint/parser": "^8.60.0",
47+
"@typescript-eslint/eslint-plugin": "^8.60.1",
48+
"@typescript-eslint/parser": "^8.60.1",
4949
"eslint": "^10.4.1",
5050
"fast-check": "4.8.0",
5151
"globals": "^17.6.0",
5252
"typescript": "^6.0.3",
53-
"vitest": "^4.1.7"
53+
"vitest": "^4.1.8"
5454
}
5555
}

packages/app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"@gridland/bun": "0.4.3",
8181
"@gridland/web": "0.4.3",
8282
"effect": "^3.21.2",
83-
"react": "^19.2.6",
84-
"react-dom": "^19.2.6",
83+
"react": "^19.2.7",
84+
"react-dom": "^19.2.7",
8585
"react-reconciler": "^0.33.0",
8686
"ts-morph": "^28.0.0"
8787
},
@@ -99,17 +99,17 @@
9999
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
100100
"@ton-ai-core/vibecode-linter": "^1.0.11",
101101
"@types/node": "^25.9.1",
102-
"@types/react": "^19.2.15",
102+
"@types/react": "^19.2.16",
103103
"@types/react-dom": "^19.2.3",
104104
"@types/ws": "^8.18.1",
105-
"@typescript-eslint/eslint-plugin": "^8.60.0",
106-
"@typescript-eslint/parser": "^8.60.0",
105+
"@typescript-eslint/eslint-plugin": "^8.60.1",
106+
"@typescript-eslint/parser": "^8.60.1",
107107
"@vitejs/plugin-react": "^6.0.2",
108-
"@vitest/coverage-v8": "^4.1.7",
109-
"@vitest/eslint-plugin": "^1.6.18",
108+
"@vitest/coverage-v8": "^4.1.8",
109+
"@vitest/eslint-plugin": "^1.6.19",
110110
"biome": "npm:@biomejs/biome@^2.4.16",
111111
"eslint": "^10.4.1",
112-
"eslint-import-resolver-typescript": "^4.4.4",
112+
"eslint-import-resolver-typescript": "^4.4.5",
113113
"eslint-plugin-codegen": "0.34.1",
114114
"eslint-plugin-import": "^2.32.0",
115115
"eslint-plugin-simple-import-sort": "^13.0.0",
@@ -120,9 +120,9 @@
120120
"globals": "^17.6.0",
121121
"jscpd": "^4.2.4",
122122
"typescript": "^6.0.3",
123-
"typescript-eslint": "^8.60.0",
124-
"vite": "^8.0.14",
125-
"vitest": "^4.1.7",
123+
"typescript-eslint": "^8.60.1",
124+
"vite": "^8.0.16",
125+
"vitest": "^4.1.8",
126126
"ws": "^8.21.0"
127127
}
128128
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/node": "^25.9.1",
4242
"@vitejs/plugin-react": "^6.0.2",
4343
"typescript": "^6.0.3",
44-
"vite": "^8.0.14",
45-
"vitest": "^4.1.7"
44+
"vite": "^8.0.16",
45+
"vitest": "^4.1.8"
4646
}
4747
}

packages/lib/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@
6262
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
6363
"@ton-ai-core/vibecode-linter": "^1.0.11",
6464
"@types/node": "^25.9.1",
65-
"@typescript-eslint/eslint-plugin": "^8.60.0",
66-
"@typescript-eslint/parser": "^8.60.0",
67-
"typescript-eslint": "^8.60.0",
68-
"@vitest/coverage-v8": "^4.1.7",
65+
"@typescript-eslint/eslint-plugin": "^8.60.1",
66+
"@typescript-eslint/parser": "^8.60.1",
67+
"typescript-eslint": "^8.60.1",
68+
"@vitest/coverage-v8": "^4.1.8",
6969
"eslint": "^10.4.1",
70-
"eslint-import-resolver-typescript": "^4.4.4",
70+
"eslint-import-resolver-typescript": "^4.4.5",
7171
"eslint-plugin-codegen": "0.34.1",
7272
"eslint-plugin-import": "^2.32.0",
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",
7676
"eslint-plugin-unicorn": "^64.0.0",
7777
"fast-check": "^4.8.0",
78-
"@vitest/eslint-plugin": "^1.6.18",
78+
"@vitest/eslint-plugin": "^1.6.19",
7979
"globals": "^17.6.0",
8080
"jscpd": "^4.2.4",
8181
"typescript": "^6.0.3",
82-
"vite": "^8.0.14",
83-
"vitest": "^4.1.7"
82+
"vite": "^8.0.16",
83+
"vitest": "^4.1.8"
8484
},
8585
"types": "dist/index.d.ts",
8686
"exports": {

packages/terminal/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@effect/platform-node": "^0.106.0",
2323
"@effect/schema": "^0.75.5",
2424
"effect": "^3.21.2",
25-
"react": "^19.2.6",
25+
"react": "^19.2.7",
2626
"xterm": "^5.3.0",
2727
"xterm-addon-fit": "^0.8.0"
2828
},
@@ -38,14 +38,14 @@
3838
"@prover-coder-ai/eslint-plugin-suggest-members": "^0.0.26",
3939
"@ton-ai-core/vibecode-linter": "^1.0.11",
4040
"@types/node": "^25.9.1",
41-
"@types/react": "^19.2.15",
41+
"@types/react": "^19.2.16",
4242
"@types/react-dom": "^19.2.3",
43-
"@typescript-eslint/eslint-plugin": "^8.60.0",
44-
"@typescript-eslint/parser": "^8.60.0",
45-
"@vitest/coverage-v8": "^4.1.7",
46-
"@vitest/eslint-plugin": "^1.6.18",
43+
"@typescript-eslint/eslint-plugin": "^8.60.1",
44+
"@typescript-eslint/parser": "^8.60.1",
45+
"@vitest/coverage-v8": "^4.1.8",
46+
"@vitest/eslint-plugin": "^1.6.19",
4747
"eslint": "^10.4.1",
48-
"eslint-import-resolver-typescript": "^4.4.4",
48+
"eslint-import-resolver-typescript": "^4.4.5",
4949
"eslint-plugin-codegen": "0.34.1",
5050
"eslint-plugin-import": "^2.32.0",
5151
"eslint-plugin-simple-import-sort": "^13.0.0",
@@ -55,12 +55,12 @@
5555
"fast-check": "^4.8.0",
5656
"globals": "^17.6.0",
5757
"jscpd": "^4.2.4",
58-
"react-dom": "^19.2.6",
58+
"react-dom": "^19.2.7",
5959
"typescript": "^6.0.3",
60-
"typescript-eslint": "^8.60.0",
61-
"vite": "^8.0.14",
60+
"typescript-eslint": "^8.60.1",
61+
"vite": "^8.0.16",
6262
"vite-tsconfig-paths": "^6.1.1",
63-
"vitest": "^4.1.7"
63+
"vitest": "^4.1.8"
6464
},
6565
"exports": {
6666
".": {

0 commit comments

Comments
 (0)