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

Commit 9b87cab

Browse files
chore(deps): update all non-major dependencies
1 parent db105b5 commit 9b87cab

File tree

7 files changed

+202
-202
lines changed

7 files changed

+202
-202
lines changed

apps/server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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.14.0",
2929
"@snowcrystals/highway": "^1.1.4",
3030
"@snowcrystals/icicle": "^2.0.4",
31-
"axios": "^1.6.8",
31+
"axios": "^1.7.2",
3232
"body-parser": "^1.20.2",
3333
"colorette": "^2.0.20",
3434
"cookie-parser": "^1.4.6",
@@ -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.14.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": "^5.0.0",
54-
"zip-lib": "^1.0.3"
54+
"zip-lib": "^1.0.4"
5555
},
5656
"devDependencies": {
5757
"@types/cookie-parser": "^1.4.7",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@paperplane/swr": "*",
2424
"@paperplane/ui": "*",
2525
"@paperplane/utils": "*",
26-
"axios": "^1.6.8",
26+
"axios": "^1.7.2",
2727
"file-saver": "^2.0.5",
2828
"ms": "^2.1.3",
2929
"react-dropzone": "^14.2.3",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020
"@typescript-eslint/eslint-plugin": "^7.9.0"
2121
},
2222
"dependencies": {
23-
"@hookform/resolvers": "^3.3.4",
24-
"@next/font": "14.2.2",
25-
"@tanstack/react-query": "^5.29.2",
26-
"@tanstack/react-table": "8.16.0",
23+
"@hookform/resolvers": "^3.4.2",
24+
"@next/font": "14.2.3",
25+
"@tanstack/react-query": "^5.37.1",
26+
"@tanstack/react-table": "8.17.3",
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.379.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.5",
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.8"
4444
},
4545
"devDependencies": {
4646
"@sapphire/eslint-config": "^5.0.3",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@paperplane/ui": "*",
2525
"@paperplane/utils": "*",
26-
"axios": "^1.6.8",
26+
"axios": "^1.7.2",
2727
"cookies-next": "4.1.1",
2828
"ms": "^2.1.3",
2929
"rc-progress": "^4.0.0"

packages/swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^18.3.1"
1313
},
1414
"dependencies": {
15-
"axios": "^1.6.8",
15+
"axios": "^1.7.2",
1616
"swr": "^2.2.5"
1717
},
1818
"devDependencies": {

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@sapphire/timestamp": "^1.0.3",
17-
"axios": "1.6.8"
17+
"axios": "1.7.2"
1818
}
1919
}

0 commit comments

Comments
 (0)