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

Commit ba0fbb5

Browse files
chore(deps): update all non-major dependencies
1 parent 02c3b1a commit ba0fbb5

File tree

8 files changed

+835
-836
lines changed

8 files changed

+835
-836
lines changed

apps/server/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"next": "^14.2.17"
2525
},
2626
"dependencies": {
27-
"@discordjs/collection": "^2.0.0",
28-
"@prisma/client": "^5.12.1",
27+
"@discordjs/collection": "^2.1.1",
28+
"@prisma/client": "^5.22.0",
2929
"@snowcrystals/highway": "^1.1.4",
3030
"@snowcrystals/icicle": "^2.0.4",
31-
"axios": "^1.6.8",
31+
"axios": "^1.7.7",
3232
"body-parser": "^1.20.3",
3333
"colorette": "^2.0.20",
34-
"cookie-parser": "^1.4.6",
34+
"cookie-parser": "^1.4.7",
3535
"cors": "2.8.5",
36-
"cron": "^3.1.7",
36+
"cron": "^3.2.1",
3737
"dotenv": "^16.4.5",
38-
"express": "^4.20.0",
39-
"express-rate-limit": "^7.2.0",
40-
"formidable": "^3.5.1",
38+
"express": "^4.21.1",
39+
"express-rate-limit": "^7.4.1",
40+
"formidable": "^3.5.2",
4141
"fuse.js": "^7.0.0",
4242
"jsonwebtoken": "^9.0.2",
4343
"lodash": "^4.17.21",
@@ -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",
51-
"ua-parser-js": "^1.0.37",
52-
"winston": "^3.13.0",
49+
"prisma": "^5.22.0",
50+
"short-unique-id": "^5.2.0",
51+
"ua-parser-js": "^1.0.39",
52+
"winston": "^3.17.0",
5353
"winston-daily-rotate-file": "^5.0.0",
54-
"zip-lib": "^1.0.3"
54+
"zip-lib": "^1.0.5"
5555
},
5656
"devDependencies": {
5757
"@types/cookie-parser": "^1.4.7",

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@paperplane/swr": "*",
2424
"@paperplane/ui": "*",
2525
"@paperplane/utils": "*",
26-
"axios": "^1.6.8",
26+
"axios": "^1.7.7",
2727
"file-saver": "^2.0.5",
2828
"ms": "^2.1.3",
29-
"react-dropzone": "^14.2.3",
30-
"react-syntax-highlighter": "^15.5.0"
29+
"react-dropzone": "^14.3.5",
30+
"react-syntax-highlighter": "^15.6.1"
3131
},
3232
"devDependencies": {
3333
"@types/file-saver": "^2.0.7",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020
"@typescript-eslint/eslint-plugin": "^7.18.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.9.1",
24+
"@next/font": "14.2.15",
25+
"@tanstack/react-query": "^5.60.5",
26+
"@tanstack/react-table": "8.20.5",
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.10",
35-
"next-themes": "0.3.0",
36-
"react": "18.2.0",
37-
"react-dom": "^18.2.0",
38-
"react-hook-form": "^7.51.3",
39-
"react-syntax-highlighter": "15.5.0",
32+
"clsx": "^2.1.1",
33+
"lucide-react": "^0.460.0",
34+
"next": "^14.2.18",
35+
"next-themes": "0.4.3",
36+
"react": "18.3.1",
37+
"react-dom": "^18.3.1",
38+
"react-hook-form": "^7.53.2",
39+
"react-syntax-highlighter": "15.6.1",
4040
"superjson": "^2.2.1",
41-
"tailwind-merge": "^2.3.0",
41+
"tailwind-merge": "^2.5.4",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dependencies": {
2424
"@paperplane/ui": "*",
2525
"@paperplane/utils": "*",
26-
"axios": "^1.6.8",
27-
"cookies-next": "4.1.1",
26+
"axios": "^1.7.7",
27+
"cookies-next": "4.3.0",
2828
"ms": "^2.1.3",
2929
"rc-progress": "^4.0.0"
3030
},

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.7",
1616
"swr": "^2.2.5"
1717
},
1818
"devDependencies": {

packages/ui/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
},
3636
"dependencies": {
3737
"@paperplane/utils": "*",
38-
"@radix-ui/react-alert-dialog": "^1.0.5",
39-
"@radix-ui/react-avatar": "^1.0.4",
40-
"@radix-ui/react-checkbox": "^1.0.4",
41-
"@radix-ui/react-dialog": "^1.0.5",
42-
"@radix-ui/react-dropdown-menu": "^2.0.6",
43-
"@radix-ui/react-label": "^2.0.2",
44-
"@radix-ui/react-scroll-area": "^1.0.5",
45-
"@radix-ui/react-select": "^2.0.0",
46-
"@radix-ui/react-slot": "^1.0.2",
47-
"@radix-ui/react-switch": "^1.0.3",
48-
"@radix-ui/react-tabs": "^1.0.4",
49-
"@radix-ui/react-toast": "^1.1.5",
50-
"@radix-ui/react-tooltip": "^1.0.7"
38+
"@radix-ui/react-alert-dialog": "^1.1.2",
39+
"@radix-ui/react-avatar": "^1.1.1",
40+
"@radix-ui/react-checkbox": "^1.1.2",
41+
"@radix-ui/react-dialog": "^1.1.2",
42+
"@radix-ui/react-dropdown-menu": "^2.1.2",
43+
"@radix-ui/react-label": "^2.1.0",
44+
"@radix-ui/react-scroll-area": "^1.2.1",
45+
"@radix-ui/react-select": "^2.1.2",
46+
"@radix-ui/react-slot": "^1.1.0",
47+
"@radix-ui/react-switch": "^1.1.1",
48+
"@radix-ui/react-tabs": "^1.1.1",
49+
"@radix-ui/react-toast": "^1.2.2",
50+
"@radix-ui/react-tooltip": "^1.1.4"
5151
},
5252
"devDependencies": {
5353
"@types/react": "^18.2.64",

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "^5.4.2"
1414
},
1515
"dependencies": {
16-
"@sapphire/timestamp": "^1.0.3",
17-
"axios": "1.7.4"
16+
"@sapphire/timestamp": "^1.0.5",
17+
"axios": "1.7.7"
1818
}
1919
}

0 commit comments

Comments
 (0)