Skip to content

Commit a0e03d7

Browse files
fix(deps): update all non-major dependencies
1 parent ea9d3e6 commit a0e03d7

File tree

11 files changed

+3272
-1536
lines changed

11 files changed

+3272
-1536
lines changed

apps/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
},
1111
"dependencies": {
1212
"firebase-auth-cloudflare-workers": "2.0.4",
13-
"@hono/zod-validator": "0.4.1",
13+
"@hono/zod-validator": "0.7.2",
1414
"@repo/database": "workspace:*",
15-
"drizzle-orm": "0.37.0",
16-
"hono": "4.6.10",
15+
"drizzle-orm": "0.44.5",
16+
"hono": "4.9.4",
1717
"node-html-parser": "6.1.13"
1818
},
1919
"devDependencies": {
20-
"@cloudflare/workers-types": "4.20241205.0",
20+
"@cloudflare/workers-types": "4.20250828.0",
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
23-
"wrangler": "3.93.0"
23+
"wrangler": "3.114.14"
2424
}
2525
}

apps/extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@repo/env": "workspace:*",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
22-
"firebase": "11.0.1",
23-
"hono": "4.6.10"
22+
"firebase": "11.10.0",
23+
"hono": "4.9.4"
2424
},
2525
"devDependencies": {
2626
"@repo/api": "workspace:*",
2727
"@repo/eslint-config": "workspace:*",
2828
"@types/react": "18.3.12",
2929
"@types/react-dom": "18.3.1",
3030
"@wxt-dev/module-react": "1.1.1",
31-
"typescript": "5.7.2",
32-
"wxt": "0.19.13"
31+
"typescript": "5.9.2",
32+
"wxt": "0.20.8"
3333
}
3434
}

apps/web/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,35 @@
2222
"@repo/env": "workspace:*",
2323
"@repo/database": "workspace:*",
2424
"@repo/ui": "workspace:*",
25-
"drizzle-orm": "0.37.0",
26-
"firebase": "11.0.1",
25+
"drizzle-orm": "0.44.5",
26+
"firebase": "11.10.0",
2727
"firebase-auth-cloudflare-workers": "2.0.4",
2828
"isbot": "5.1.17",
2929
"node-html-parser": "6.1.13",
3030
"react": "18.3.1",
3131
"react-dom": "18.3.1"
3232
},
3333
"devDependencies": {
34-
"@cloudflare/workers-types": "4.20241205.0",
34+
"@cloudflare/workers-types": "4.20250828.0",
3535
"@remix-run/dev": "2.12.0",
3636
"@repo/eslint-config": "workspace:*",
3737
"@repo/typescript-config": "workspace:*",
3838
"@types/react": "18.3.12",
3939
"@types/react-dom": "18.3.1",
4040
"@types/serviceworker": "0.0.102",
41-
"@typescript-eslint/eslint-plugin": "8.17.0",
41+
"@typescript-eslint/eslint-plugin": "8.41.0",
4242
"autoprefixer": "10.4.20",
43-
"eslint-import-resolver-typescript": "3.7.0",
44-
"eslint-plugin-import": "2.31.0",
43+
"eslint-import-resolver-typescript": "3.10.1",
44+
"eslint-plugin-import": "2.32.0",
4545
"eslint-plugin-jsx-a11y": "6.10.2",
4646
"eslint-plugin-react": "7.37.2",
4747
"eslint-plugin-react-hooks": "4.6.2",
48-
"postcss": "8.4.49",
48+
"postcss": "8.5.6",
4949
"tailwindcss": "3.4.14",
50-
"typescript": "5.7.2",
50+
"typescript": "5.9.2",
5151
"vite": "5.4.11",
5252
"vite-tsconfig-paths": "5.1.2",
53-
"wrangler": "3.93.0"
53+
"wrangler": "3.114.14"
5454
},
5555
"volta": {
5656
"extends": "../../package.json"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"format": "prettier --write \"**/*.{ts,tsx,md}\""
1010
},
1111
"devDependencies": {
12-
"prettier": "3.4.0",
13-
"turbo": "2.3.0",
14-
"typescript": "5.7.2"
12+
"prettier": "3.6.2",
13+
"turbo": "2.5.6",
14+
"typescript": "5.9.2"
1515
},
1616
"engines": {
17-
"node": "22.12.0"
17+
"node": "22.18.0"
1818
},
1919
"packageManager": "[email protected]",
2020
"volta": {
21-
"node": "22.12.0",
21+
"node": "22.18.0",
2222
"pnpm": "9.15.0"
2323
}
2424
}

packages/database/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"typecheck": "tsc --noEmit"
2323
},
2424
"dependencies": {
25-
"drizzle-orm": "0.37.0",
26-
"drizzle-zod": "0.5.1",
27-
"zod": "3.23.8"
25+
"drizzle-orm": "0.44.5",
26+
"drizzle-zod": "0.8.3",
27+
"zod": "3.25.76"
2828
},
2929
"devDependencies": {
3030
"@repo/eslint-config": "workspace:*",
3131
"@repo/typescript-config": "workspace:*",
32-
"drizzle-kit": "0.29.0",
33-
"typescript": "5.7.2",
34-
"wrangler": "3.93.0"
32+
"drizzle-kit": "0.31.4",
33+
"typescript": "5.9.2",
34+
"wrangler": "3.114.14"
3535
},
3636
"volta": {
3737
"extends": "../../package.json"

packages/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@repo/eslint-config": "workspace:*",
1717
"@repo/typescript-config": "workspace:*",
18-
"typescript": "5.7.2",
18+
"typescript": "5.9.2",
1919
"vite": "5.4.11"
2020
},
2121
"volta": {

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"react-internal.js"
77
],
88
"devDependencies": {
9-
"eslint-config-turbo": "2.3.0",
9+
"eslint-config-turbo": "2.5.6",
1010
"eslint-config-prettier": "9.1.0",
11-
"@typescript-eslint/parser": "8.17.0"
11+
"@typescript-eslint/parser": "8.41.0"
1212
},
1313
"volta": {
1414
"extends": "../../package.json"

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"devDependencies": {
1515
"@repo/eslint-config": "workspace:*",
1616
"@repo/typescript-config": "workspace:*",
17-
"@turbo/gen": "2.3.0",
18-
"@types/node": "20.17.6",
17+
"@turbo/gen": "2.5.6",
18+
"@types/node": "20.19.11",
1919
"@types/react": "18.3.12",
2020
"@types/react-dom": "18.3.1",
21-
"typescript": "5.7.2"
21+
"typescript": "5.9.2"
2222
},
2323
"dependencies": {
2424
"react": "18.3.1"

0 commit comments

Comments
 (0)