Skip to content

Commit

Permalink
Merge pull request #1299 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
sasicodes authored Feb 9, 2024
2 parents b172d7a + a79f888 commit a64f3ff
Show file tree
Hide file tree
Showing 12 changed files with 131 additions and 138 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"dependencies": {
"@aws-sdk/client-sts": "3.507.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^3.12.11",
"hono": "^4.0.0",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.7.6",
"viem": "^2.7.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@cloudflare/workers-types": "^4.20240208.0",
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.27.0"
"wrangler": "^3.28.1"
}
}
4 changes: 2 additions & 2 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
Expand Down
4 changes: 2 additions & 2 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"react-native-view-shot": "3.7.0",
"swr": "^2.2.4",
"uuid": "^9.0.1",
"viem": "^2.7.6",
"viem": "^2.7.8",
"zod": "^3.22.2",
"zustand": "^4.5.0"
},
Expand All @@ -78,7 +78,7 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/qrcode": "^1.5.5",
"@welldone-software/why-did-you-render": "^8.0.1",
"babel-plugin-module-resolver": "^5.0.0",
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": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-s3": "3.507.0",
"@aws-sdk/lib-storage": "3.507.0",
"@aws-sdk/client-s3": "3.509.0",
"@aws-sdk/lib-storage": "3.509.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.6",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-use-websocket": "^4.5.0",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.7.6",
"viem": "^2.7.8",
"wagmi": "^2.5.6",
"zod": "^3.22.2",
"zustand": "^4.5.0"
Expand All @@ -57,9 +57,9 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"@types/react-dom": "18.2.19",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
Expand Down
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": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-simple-import-sort": "^11.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@tape.xyz/config": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.16",
"@types/node": "^20.11.17",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/helpers/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@lens-protocol/metadata": "^1.1.5",
"dayjs-twitter": "^0.5.0",
"viem": "^2.7.6"
"viem": "^2.7.8"
},
"devDependencies": {
"@tape.xyz/constants": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "3.9.3"
"@apollo/client": "3.9.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typescript-react-apollo": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"typescript": "5.3.3"
}
}
4 changes: 2 additions & 2 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"ethers": "^6.10.0",
"hardhat": "^2.19.5",
"dotenv": "^16.4.1",
"ethers": "^6.11.0",
"hardhat": "^2.19.5",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit a64f3ff

Please sign in to comment.