Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit ff1557c

Browse files
chore(deps): update all non-major dependencies
1 parent cdcc51b commit ff1557c

File tree

3 files changed

+171
-171
lines changed

3 files changed

+171
-171
lines changed

apps/server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"next": "^14.2.3"
2525
},
2626
"dependencies": {
27-
"@discordjs/collection": "^2.0.0",
28-
"@prisma/client": "^5.12.1",
27+
"@discordjs/collection": "^2.1.0",
28+
"@prisma/client": "^5.13.0",
2929
"@snowcrystals/highway": "^1.1.4",
3030
"@snowcrystals/icicle": "^2.0.4",
3131
"axios": "^1.6.8",
@@ -46,12 +46,12 @@
4646
"node-2fa": "^2.0.3",
4747
"node-os-utils": "^1.3.7",
4848
"pidusage": "^3.0.2",
49-
"prisma": "^5.12.1",
50-
"short-unique-id": "^5.0.3",
49+
"prisma": "^5.13.0",
50+
"short-unique-id": "^5.2.0",
5151
"ua-parser-js": "^1.0.37",
5252
"winston": "^3.13.0",
5353
"winston-daily-rotate-file": "^4.7.1",
54-
"zip-lib": "^1.0.3"
54+
"zip-lib": "^1.0.4"
5555
},
5656
"devDependencies": {
5757
"@types/cookie-parser": "^1.4.7",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@
2121
},
2222
"dependencies": {
2323
"@hookform/resolvers": "^3.3.4",
24-
"@next/font": "14.2.2",
25-
"@tanstack/react-query": "^5.29.2",
24+
"@next/font": "14.2.3",
25+
"@tanstack/react-query": "^5.34.2",
2626
"@tanstack/react-table": "8.16.0",
2727
"@trpc/client": "^10.45.2",
2828
"@trpc/next": "^10.45.2",
2929
"@trpc/react-query": "^10.45.2",
3030
"@trpc/server": "^10.45.2",
3131
"class-variance-authority": "^0.7.0",
32-
"clsx": "^2.1.0",
33-
"lucide-react": "^0.372.0",
34-
"next": "^14.2.2",
32+
"clsx": "^2.1.1",
33+
"lucide-react": "^0.378.0",
34+
"next": "^14.2.3",
3535
"next-themes": "0.3.0",
36-
"react": "18.2.0",
37-
"react-dom": "^18.2.0",
38-
"react-hook-form": "^7.51.3",
36+
"react": "18.3.1",
37+
"react-dom": "^18.3.1",
38+
"react-hook-form": "^7.51.4",
3939
"react-syntax-highlighter": "15.5.0",
4040
"superjson": "^2.2.1",
4141
"tailwind-merge": "^2.3.0",
4242
"tailwindcss-animate": "^1.0.7",
43-
"zod": "^3.22.5"
43+
"zod": "^3.23.6"
4444
},
4545
"devDependencies": {
4646
"@sapphire/eslint-config": "^5.0.3",

0 commit comments

Comments
 (0)