Skip to content

Commit

Permalink
fix(util): update dependency @vercel/edge-config to v1 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow authored Feb 12, 2024
2 parents 39d031a + beed07a commit eac1bda
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/analytics": "1.1.3",
"@vercel/edge-config": "0.4.1",
"@vercel/edge-config": "1.0.0",
"@vercel/kv": "1.0.1",
"@vercel/speed-insights": "1.0.9",
"@weareinreach/analytics": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@trpc/next": "10.45.1",
"@trpc/react-query": "10.45.1",
"@trpc/server": "10.45.1",
"@vercel/edge-config": "0.4.1",
"@vercel/edge-config": "1.0.0",
"@vercel/kv": "1.0.1",
"@weareinreach/auth": "workspace:*",
"@weareinreach/crowdin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"with-env": "dotenv -e ../../.env --"
},
"dependencies": {
"@vercel/edge-config": "0.4.1",
"@vercel/edge-config": "1.0.0",
"luxon": "3.4.4",
"superjson": "2.2.1",
"tslog": "4.9.2"
Expand Down
23 changes: 14 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eac1bda

Please sign in to comment.