Skip to content

Commit

Permalink
chore: update dependencies (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Jun 15, 2024
1 parent cb7bce6 commit 0294df6
Show file tree
Hide file tree
Showing 7 changed files with 899 additions and 931 deletions.
10 changes: 5 additions & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.596.0",
"@aws-sdk/client-sts": "3.598.0",
"@hono/zod-validator": "^0.2.2",
"@lens-protocol/metadata": "^1.2.0",
"base64url": "^3.0.1",
"hono": "^4.4.5",
"hono": "^4.4.6",
"linkedom": "^0.18.3",
"ua-parser-js": "2.0.0-beta.3",
"viem": "^2.13.10",
"viem": "^2.14.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240605.0",
"@cloudflare/workers-types": "^4.20240614.0",
"@tape.xyz/config": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.3.2",
"typescript": "5.4.5",
"wrangler": "^3.60.2"
"wrangler": "^3.60.3"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-use-websocket": "^4.8.1",
"textarea-caret": "^3.1.0",
"uuid": "^10.0.0",
"viem": "^2.13.10",
"viem": "^2.14.1",
"wagmi": "^2.10.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"husky": "^9.0.11",
"prettier-plugin-tailwindcss": "^0.6.4",
"turbo": "2.0.3"
"turbo": "2.0.4"
},
"eslintConfig": {
"root": true
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.596.0",
"@aws-sdk/lib-storage": "3.596.0",
"@aws-sdk/client-s3": "3.598.0",
"@aws-sdk/lib-storage": "3.598.0",
"@livepeer/react": "^3.1.9",
"axios": "^1.7.2",
"next": "^14.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@lens-protocol/metadata": "^1.2.0",
"axios": "^1.7.2",
"dayjs-twitter": "^0.5.0",
"viem": "^2.13.10"
"viem": "^2.14.1"
},
"devDependencies": {
"@tape.xyz/config": "workspace:*",
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.4",
"@apollo/client": "3.10.5",
"@irys/sdk": "^0.2.3",
"@lens-protocol/metadata": "^1.2.0"
},
Expand Down
1,808 changes: 888 additions & 920 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0294df6

Please sign in to comment.