Skip to content

Commit

Permalink
Merge pull request #1278 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: bump deps
  • Loading branch information
sasicodes authored Jan 31, 2024
2 parents 53ec000 + d5027b0 commit db1ace8
Show file tree
Hide file tree
Showing 12 changed files with 145 additions and 122 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"hono": "^3.12.8",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.6.0",
"viem": "^2.7.1",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
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": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.10",
"@types/node": "20.11.13",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.17",
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.6.0",
"viem": "^2.7.1",
"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.10",
"@types/node": "20.11.13",
"@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.10",
"@types/node": "^20.11.13",
"@types/react": "^18.2.48",
"@types/react-dom": "^18",
"typescript": "^5"
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-s3": "3.502.0",
"@aws-sdk/lib-storage": "3.502.0",
"@aws-sdk/client-s3": "3.503.1",
"@aws-sdk/lib-storage": "3.503.1",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.4",
"@irys/sdk": "^0.1.5",
"@lens-protocol/metadata": "^1.1.5",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query": "^5.18.0",
"@types/js-cookie": "^3.0.6",
"@types/textarea-caret": "^3.0.3",
"axios": "^1.6.7",
Expand All @@ -44,8 +44,8 @@
"react-use-websocket": "^4.5.0",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.6.0",
"wagmi": "^2.5.4",
"viem": "^2.7.1",
"wagmi": "^2.5.5",
"zod": "^3.22.2",
"zustand": "^4.5.0"
},
Expand All @@ -57,7 +57,7 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.10",
"@types/node": "20.11.13",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.8",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tape.xyz",
"description": "Talk, Amplify, Post, Explore",
"version": "2.0.0-beta",
"version": "2.0.1-beta",
"private": true,
"workspaces": [
"apps/*",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"husky": "^9.0.7",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "1.11.3"
"turbo": "1.12.0"
},
"engines": {
"node": ">=16.18.1 <=19.0.0"
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.10",
"@types/node": "^20.11.13",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/constants/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const ETHERSCAN_URL = IS_MAINNET
export const POLYGON_CHAIN_ID = IS_MAINNET ? 137 : 80001

// ipfs
export const IPFS_FREE_UPLOAD_LIMIT = IS_MAINNET ? 10000 : 50 // in MB
export const IPFS_FREE_UPLOAD_LIMIT = IS_MAINNET ? 5000 : 50 // in MB
export const IPFS_GATEWAY_URL = 'https://gw.ipfs-lens.dev/ipfs'
export const EVER_ENDPOINT = 'https://endpoint.4everland.co'
export const EVER_REGION = 'us-west-2'
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.10",
"@types/node": "^20.11.13",
"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.6.0"
"viem": "^2.7.1"
},
"devDependencies": {
"@tape.xyz/constants": "*",
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.8.10"
"@apollo/client": "3.9.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
Expand Down
Loading

0 comments on commit db1ace8

Please sign in to comment.