Skip to content

Commit 77e8187

Browse files
committed
build: update dependencies
1 parent f1d9b93 commit 77e8187

File tree

13 files changed

+95
-86
lines changed

13 files changed

+95
-86
lines changed

apps/browser/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": false,
3-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
44
"extends": "//",
55
"files": {
66
"includes": ["**", "!!build", "!src/components/ui", "!!.plasmo"]

apps/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"check:types": "tsc -noEmit"
1212
},
1313
"dependencies": {
14-
"@clerk/chrome-extension": "^2.8.0",
15-
"convex": "^1.29.0",
14+
"@clerk/chrome-extension": "^2.8.2",
15+
"convex": "^1.29.2",
1616
"plasmo": "0.90.5",
1717
"react": "19.2.0",
1818
"react-dom": "19.2.0",
1919
"tailwindcss": "3.4.1"
2020
},
2121
"devDependencies": {
22-
"@types/chrome": "^0.1.28",
22+
"@types/chrome": "^0.1.30",
2323
"@types/node": "^24.10.1",
24-
"@types/react": "19.2.3",
24+
"@types/react": "19.2.5",
2525
"@types/react-dom": "19.2.3",
2626
"postcss": "8.5.6",
2727
"typescript": "5.9.3"

apps/docs/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": false,
3-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
44
"extends": "//",
55
"files": {
66
"includes": ["**", "!node_modules", "!!dist", "!!.astro"]

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.36.2",
14-
"astro": "^5.15.5",
14+
"astro": "^5.15.9",
1515
"sharp": "^0.34.5"
1616
},
1717
"devDependencies": {}

apps/scraper/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": false,
3-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
44
"extends": "//",
55
"files": {
66
"includes": [

apps/scraper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"@albert-plus/server": "workspace:*",
2121
"dotenv": "^17.2.3",
2222
"drizzle-orm": "^0.44.7",
23-
"hono": "^4.10.5",
23+
"hono": "^4.10.6",
2424
"nanoid": "^5.1.6",
2525
"zod": "^4.1.12"
2626
},
2727
"devDependencies": {
2828
"@libsql/client": "^0.15.15",
2929
"@types/node": "^24.10.1",
30-
"convex": "^1.29.0",
31-
"drizzle-kit": "^0.31.6",
30+
"convex": "^1.29.2",
31+
"drizzle-kit": "^0.31.7",
3232
"wrangler": "^4.47.0"
3333
}
3434
}

apps/web/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": false,
3-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
3+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
44
"extends": "//",
55
"files": {
66
"includes": [

apps/web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packageManager": "[email protected]",
1313
"dependencies": {
1414
"@albert-plus/server": "workspace:*",
15-
"@clerk/nextjs": "^6.35.0",
15+
"@clerk/nextjs": "^6.35.2",
1616
"@radix-ui/react-avatar": "^1.1.11",
1717
"@radix-ui/react-checkbox": "^1.3.3",
1818
"@radix-ui/react-context-menu": "^2.2.16",
@@ -26,19 +26,19 @@
2626
"@radix-ui/react-tooltip": "^1.2.8",
2727
"@remixicon/react": "^4.7.0",
2828
"@t3-oss/env-nextjs": "^0.13.8",
29-
"@tanstack/react-form": "^1.23.8",
30-
"@tanstack/react-query": "^5.90.7",
29+
"@tanstack/react-form": "^1.25.0",
30+
"@tanstack/react-query": "^5.90.10",
3131
"@tanstack/react-table": "^8.21.3",
3232
"@tanstack/react-virtual": "^3.13.12",
3333
"babel-plugin-react-compiler": "^1.0.0",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"cmdk": "^1.1.1",
37-
"convex": "^1.29.0",
37+
"convex": "^1.29.2",
3838
"date-fns": "^4.1.0",
3939
"framer-motion": "^12.23.24",
40-
"lucide-react": "^0.553.0",
41-
"next": "16.0.1",
40+
"lucide-react": "^0.554.0",
41+
"next": "16.0.3",
4242
"next-themes": "^0.4.6",
4343
"pdfjs-dist": "^5.4.394",
4444
"radix-ui": "^1.4.3",
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@tailwindcss/postcss": "^4.1.17",
5454
"@types/node": "^20.19.24",
55-
"@types/react": "19.2.3",
55+
"@types/react": "19.2.5",
5656
"@types/react-dom": "19.2.3",
5757
"tailwindcss": "^4.1.17",
5858
"tw-animate-css": "^1.4.0",

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

bun.lock

Lines changed: 72 additions & 63 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)