Skip to content

Commit

Permalink
chore: bump dependencies (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed May 21, 2024
1 parent e62d407 commit b063c83
Show file tree
Hide file tree
Showing 7 changed files with 246 additions and 195 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@hono/zod-validator": "^0.2.1",
"@lens-protocol/metadata": "^1.2.0",
"base64url": "^3.0.1",
"hono": "^4.3.7",
"hono": "^4.3.9",
"linkedom": "^0.18.0",
"ua-parser-js": "^1.0.37",
"viem": "^2.10.9",
"viem": "^2.11.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -27,6 +27,6 @@
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.2.5",
"typescript": "5.4.5",
"wrangler": "^3.56.0"
"wrangler": "^3.57.0"
}
}
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.4.0",
"@hookform/resolvers": "^3.4.2",
"@irys/sdk": "^0.2.0",
"@lens-protocol/metadata": "^1.2.0",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.36.2",
"axios": "^1.6.7",
"@tanstack/react-query": "^5.37.1",
"axios": "^1.7.1",
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.0",
"filereader-stream": "^2.0.0",
Expand All @@ -40,8 +40,8 @@
"react-use-websocket": "^4.8.1",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.10.9",
"wagmi": "^2.9.1",
"viem": "^2.11.1",
"wagmi": "^2.9.3",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./*": "./*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@aws-sdk/client-s3": "3.577.0",
"@aws-sdk/lib-storage": "3.578.0",
"@livepeer/react": "^3.1.9",
"axios": "^1.6.7",
"axios": "^1.7.1",
"next": "^14.2.3",
"react": "^18.3.1",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@lens-protocol/metadata": "^1.2.0",
"axios": "^1.6.7",
"axios": "^1.7.1",
"dayjs-twitter": "^0.5.0",
"viem": "^2.10.9"
"viem": "^2.11.1"
},
"devDependencies": {
"@tape.xyz/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript": "^4.0.7",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@tape.xyz/config": "workspace:*",
"@tape.xyz/constants": "workspace:*",
Expand Down
Loading

0 comments on commit b063c83

Please sign in to comment.