Skip to content

Commit

Permalink
chore: bump dependencies (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes authored May 5, 2024
1 parent 8a42454 commit 6765c2b
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 1,337 deletions.
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.567.0",
"@aws-sdk/client-sts": "3.569.0",
"@hono/zod-validator": "^0.2.1",
"base64url": "^3.0.1",
"hono": "^4.2.9",
"hono": "^4.3.2",
"linkedom": "^0.16.11",
"ua-parser-js": "^1.0.37",
"viem": "^2.9.31",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240423.0",
"@cloudflare/workers-types": "^4.20240502.0",
"@tape.xyz/config": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.2.5",
"typescript": "5.4.5",
"wrangler": "^3.53.0"
"wrangler": "^3.53.1"
}
}
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lens-protocol/metadata": "^1.1.6",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.34.1",
"axios": "^1.6.7",
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.0",
Expand All @@ -35,14 +35,14 @@
"react": "18.3.1",
"react-cool-inview": "^3.0.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-use-websocket": "^4.8.1",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.9.31",
"wagmi": "^2.8.0",
"zod": "^3.23.5",
"wagmi": "^2.8.1",
"zod": "^3.23.6",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"typecheck": "tsc --pretty"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.567.0",
"@aws-sdk/lib-storage": "3.567.0",
"@aws-sdk/client-s3": "3.569.0",
"@aws-sdk/lib-storage": "3.569.0",
"@livepeer/react": "^3.1.9",
"axios": "^1.6.7",
"next": "^14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.10.1",
"@apollo/client": "3.10.2",
"@irys/sdk": "^0.1.23",
"@lens-protocol/metadata": "^1.1.6"
},
Expand Down
Loading

0 comments on commit 6765c2b

Please sign in to comment.