Skip to content

Commit 0829de0

Browse files
committed
chore: upgrade dependencies
1 parent 5fdbf46 commit 0829de0

File tree

5 files changed

+680
-753
lines changed

5 files changed

+680
-753
lines changed

apps/daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@luogu-discussion-archive/crawler": "workspace:*",
1111
"@luogu-discussion-archive/logging": "workspace:*",
1212
"@luogu-discussion-archive/redis": "workspace:*",
13-
"@sentry/node": "^10.26.0"
13+
"@sentry/node": "^10.27.0"
1414
},
1515
"devDependencies": {
1616
"@luogu-discussion-archive/typescript-config": "workspace:*",

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@radix-ui/react-switch": "^1.2.6",
2222
"@radix-ui/react-tooltip": "^1.2.8",
2323
"@tabler/icons-react": "^3.35.0",
24-
"@tanstack/react-query": "^5.90.10",
24+
"@tanstack/react-query": "^5.90.11",
2525
"class-variance-authority": "^0.7.1",
2626
"clsx": "^2.1.1",
2727
"framer-motion": "^12.23.24",
2828
"katex": "^0.16.25",
2929
"lucide-react": "^0.548.0",
30-
"next": "^16.0.3",
30+
"next": "^16.0.5",
3131
"next-themes": "^0.4.6",
3232
"react": "^19.2.0",
3333
"react-dom": "^19.2.0",
@@ -40,10 +40,10 @@
4040
"devDependencies": {
4141
"@tailwindcss/postcss": "^4.1.17",
4242
"@types/node": "^20.19.25",
43-
"@types/react": "^19.2.6",
43+
"@types/react": "^19.2.7",
4444
"@types/react-dom": "^19.2.3",
4545
"eslint": "^9.39.1",
46-
"eslint-config-next": "^16.0.3",
46+
"eslint-config-next": "^16.0.5",
4747
"tailwindcss": "^4.1.17",
4848
"tw-animate-css": "^1.4.0",
4949
"typescript": "^5.9.3"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"devDependencies": {
1313
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
1414
"@types/node": "^20.19.25",
15-
"@wangxinhe/eslint-config": "^0.3.0",
15+
"@wangxinhe/eslint-config": "^0.4.0",
1616
"eslint": "^9.39.1",
1717
"husky": "^9.1.7",
1818
"lint-staged": "^16.2.7",
19-
"prettier": "^3.6.2",
20-
"prettier-plugin-tailwindcss": "^0.6.14",
19+
"prettier": "^3.7.1",
20+
"prettier-plugin-tailwindcss": "^0.7.1",
2121
"turbo": "^2.6.1",
2222
"typescript": "^5.9.3"
2323
}

packages/database/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"db:deploy": "prisma migrate deploy"
2121
},
2222
"dependencies": {
23-
"@prisma/adapter-pg": "^7.0.0",
24-
"@prisma/client": "^7.0.0",
23+
"@prisma/adapter-pg": "^7.0.1",
24+
"@prisma/client": "^7.0.1",
2525
"drizzle-orm": "^0.44.7"
2626
},
2727
"devDependencies": {
2828
"@luogu-discussion-archive/typescript-config": "workspace:*",
2929
"@types/node": "^20.19.25",
30-
"@types/pg": "^8.15.5",
30+
"@types/pg": "^8.15.6",
3131
"dotenv": "^17.2.3",
3232
"drizzle-prisma-generator": "^0.1.7",
33-
"prisma": "^7.0.0",
33+
"prisma": "^7.0.1",
3434
"typescript": "^5.9.3"
3535
}
3636
}

0 commit comments

Comments
 (0)