Skip to content

Commit

Permalink
Merge pull request #1400 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
sasicodes authored May 2, 2024
2 parents 6c34877 + 27ebd2e commit 8a42454
Show file tree
Hide file tree
Showing 13 changed files with 13,941 additions and 9,477 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.556.0",
"@aws-sdk/client-sts": "3.567.0",
"@hono/zod-validator": "^0.2.1",
"base64url": "^3.0.1",
"hono": "^4.2.9",
"linkedom": "^0.16.11",
"ua-parser-js": "^1.0.37",
"viem": "^2.9.28",
"zod": "^3.23.4"
"viem": "^2.9.31",
"zod": "^3.23.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240423.0",
Expand All @@ -26,6 +26,6 @@
"@types/ua-parser-js": "^0.7.39",
"prettier": "^3.2.5",
"typescript": "5.4.5",
"wrangler": "^3.52.0"
"wrangler": "^3.53.0"
}
}
2 changes: 1 addition & 1 deletion apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@tape.xyz/generic": "workspace:*",
"@tape.xyz/lens": "workspace:*",
"@tape.xyz/ui": "workspace:*",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tape.xyz/constants": "workspace:*",
"@tape.xyz/generic": "workspace:*",
"@tape.xyz/lens": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.22",
"@irys/sdk": "^0.1.23",
"@lens-protocol/metadata": "^1.1.6",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query": "^5.32.1",
"axios": "^1.6.7",
"dayjs": "^1.11.11",
"emoji-mart": "^5.6.0",
Expand All @@ -40,9 +40,9 @@
"react-use-websocket": "^4.8.1",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.9.28",
"wagmi": "^2.7.0",
"zod": "^3.23.4",
"viem": "^2.9.31",
"wagmi": "^2.8.0",
"zod": "^3.23.5",
"zustand": "^4.5.2"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"@tape.xyz/lens": "workspace:*",
"@tape.xyz/ui": "workspace:*",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/textarea-caret": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"engines": {
"node": ">=16.18.1 <=19.0.0"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@9.0.6"
}
2 changes: 1 addition & 1 deletion packages/abis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tape.xyz/config": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"./*": "./*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@tape.xyz/config": "workspace:*",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@openzeppelin/hardhat-upgrades": "^3.1.0",
"@tape.xyz/config": "workspace:*",
"dotenv": "^16.4.5",
"ethers": "^6.12.0",
"ethers": "^6.12.1",
"hardhat": "^2.22.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
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.564.0",
"@aws-sdk/lib-storage": "3.564.0",
"@aws-sdk/client-s3": "3.567.0",
"@aws-sdk/lib-storage": "3.567.0",
"@livepeer/react": "^3.1.9",
"axios": "^1.6.7",
"next": "^14.2.3",
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.1.6",
"axios": "^1.6.7",
"dayjs-twitter": "^0.5.0",
"viem": "^2.9.28"
"viem": "^2.9.31"
},
"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 @@ -9,7 +9,7 @@
},
"dependencies": {
"@apollo/client": "3.10.1",
"@irys/sdk": "^0.1.22",
"@irys/sdk": "^0.1.23",
"@lens-protocol/metadata": "^1.1.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8a42454

Please sign in to comment.