Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 26b25d2 commit 174b004
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 91 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "0.5.14",
"@cloudflare/workers-types": "4.20240925.0",
"@cloudflare/workers-types": "4.20241004.0",
"typescript": "5.6.2",
"vitest": "2.1.2",
"wrangler": "3.80.0"
Expand All @@ -20,7 +20,7 @@
"@mailer/db": "workspace:",
"@mailer/lib": "workspace:",
"@yannicel/typed-api": "0.2.13",
"drizzle-orm": "0.33.0",
"drizzle-orm": "0.34.0",
"h3-nightly": "2.0.0-20241003-174500-7324eee",
"pkijs": "3.2.4",
"zod": "3.23.8"
Expand Down
8 changes: 4 additions & 4 deletions db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"migrate:prod": "drizzle-kit generate && dotenvx run -f .env -f .env.prod --overload -- drizzle-kit migrate"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240925.0",
"@dotenvx/dotenvx": "1.14.2",
"@cloudflare/workers-types": "4.20241004.0",
"@dotenvx/dotenvx": "1.15.0",
"better-sqlite3": "11.3.0",
"drizzle-kit": "0.24.2",
"drizzle-kit": "0.25.0",
"wrangler": "3.80.0"
},
"dependencies": {
"drizzle-orm": "0.33.0"
"drizzle-orm": "0.34.0"
}
}
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@playwright/test": "1.47.2",
"@sveltejs/adapter-cloudflare": "4.7.2",
"@sveltejs/kit": "2.6.1",
"@sveltejs/kit": "2.6.2",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"sass-embedded": "1.79.4",
"svelte": "5.0.0-next.262",
Expand All @@ -34,8 +34,8 @@
"@mailer/db": "workspace:",
"@mailer/lib": "workspace:",
"@unocss/reset": "0.63.3",
"drizzle-orm": "0.33.0",
"lucia": "3.2.0",
"drizzle-orm": "0.34.0",
"lucia": "3.2.1",
"oslo": "1.2.1",
"zod": "3.23.8"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mailer/base",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": "22",
"pnpm": "9"
Expand Down
Loading

0 comments on commit 174b004

Please sign in to comment.