Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakst committed Dec 23, 2024
1 parent acf35bc commit 037aa8c
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 139 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopping-bird",
"private": true,
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": "22.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "vinxi version"
},
"devDependencies": {
"@dotenvx/dotenvx": "1.31.0",
"@dotenvx/dotenvx": "1.31.3",
"@iconify-json/bi": "1.2.2",
"@iconify-json/ci": "1.2.2",
"@iconify-json/radix-icons": "1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"dev": "wrangler dev"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20241205.0",
"@cloudflare/workers-types": "4.20241218.0",
"typescript": "5.7.2",
"wrangler": "3.95.0"
"wrangler": "3.99.0"
},
"dependencies": {
"lib": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "shopping-bird"
main = "src/worker.ts"
compatibility_date = "2023-05-15"
compatibility_date = "2024-12-23"
compatibility_flags = ["nodejs_compat"]

logpush = true
Expand Down
Loading

0 comments on commit 037aa8c

Please sign in to comment.