Skip to content

Commit

Permalink
chore: update dependencies (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes authored Feb 24, 2024
1 parent 1b05dfe commit 8cee3f0
Show file tree
Hide file tree
Showing 13 changed files with 988 additions and 982 deletions.
8 changes: 4 additions & 4 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.515.0",
"@aws-sdk/client-sts": "3.521.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^4.0.5",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.7.11",
"viem": "^2.7.13",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240208.0",
"@cloudflare/workers-types": "^4.20240222.0",
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.28.1"
"wrangler": "^3.29.0"
}
}
4 changes: 2 additions & 2 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
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.5",
"uuid": "^9.0.1",
"viem": "^2.7.11",
"viem": "^2.7.13",
"zod": "^3.22.2",
"zustand": "^4.5.1"
},
Expand All @@ -78,7 +78,7 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "20.11.17",
"@types/node": "20.11.20",
"@types/qrcode": "^1.5.5",
"@welldone-software/why-did-you-render": "^8.0.1",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@tape.xyz/constants": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@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,11 +12,11 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-s3": "3.515.0",
"@aws-sdk/lib-storage": "3.515.0",
"@aws-sdk/client-s3": "3.521.0",
"@aws-sdk/lib-storage": "3.521.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.7",
"@irys/sdk": "^0.1.9",
"@lens-protocol/metadata": "^1.1.5",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -27,7 +27,7 @@
"dayjs": "^1.11.10",
"emoji-mart": "^5.5.2",
"filereader-stream": "^2.0.0",
"framer-motion": "^11.0.3",
"framer-motion": "^11.0.6",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"interweave": "^13.1.0",
Expand All @@ -44,7 +44,7 @@
"react-use-websocket": "^4.7.0",
"textarea-caret": "^3.1.0",
"uuid": "^9.0.1",
"viem": "^2.7.11",
"viem": "^2.7.13",
"wagmi": "^2.5.7",
"zod": "^3.22.2",
"zustand": "^4.5.1"
Expand All @@ -57,8 +57,8 @@
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/node": "20.11.20",
"@types/react": "18.2.58",
"@types/react-dom": "18.2.19",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"mobile": "cd apps/mobile && yarn mobile:start"
},
"devDependencies": {
"husky": "^9.0.10",
"husky": "^9.0.11",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "1.12.3"
"turbo": "1.12.4"
},
"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.19",
"@types/node": "^20.11.20",
"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 @@ -8,7 +8,7 @@
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
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.17",
"@types/node": "^20.11.20",
"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.11"
"viem": "^2.7.13"
},
"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 @@ -13,8 +13,8 @@
"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": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"typescript": "5.3.3"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/hardhat-upgrades": "^3.0.3",
"dotenv": "^16.4.3",
"ethers": "^6.11.0",
"typescript": "^5.3.3",
"hardhat": "^2.19.5"
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"hardhat": "^2.20.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 8cee3f0

Please sign in to comment.