Skip to content

Commit dcd2d4c

Browse files
committed
Merge pull request #45 from Kasper24/update-packages
build: update date-fns and zod
2 parents 2fc6b09 + e2824fc commit dcd2d4c

File tree

4 files changed

+974
-78
lines changed

4 files changed

+974
-78
lines changed

apps/api/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434
"argon2": "^0.41.1",
3535
"cookie-parser": "^1.4.7",
3636
"cors": "^2.8.5",
37+
"date-fns": "^4.1.0",
3738
"drizzle-orm": "^0.40.0",
3839
"drizzle-zod": "^0.7.0",
3940
"express": "^5.0.1",
4041
"ioredis": "^5.6.0",
4142
"jsonwebtoken": "^9.0.2",
4243
"morgan": "^1.10.0",
4344
"twilio": "^5.4.5",
44-
"zod": "^3.24.2"
45+
"zod": "^3.25.6"
4546
},
4647
"devDependencies": {
4748
"@jest/globals": "^29.7.0",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-hook-form": "^7.54.2",
3131
"react-intersection-observer": "^9.16.0",
3232
"tailwindcss": "^4.0.8",
33-
"zod": "^3.24.2"
33+
"zod": "^3.25.6"
3434
},
3535
"devDependencies": {
3636
"@next/eslint-plugin-next": "^15.1.6",

0 commit comments

Comments
 (0)