Skip to content

Commit

Permalink
Merge pull request #1339 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
sasicodes authored Mar 1, 2024
2 parents e080541 + b807969 commit 1e14d74
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 239 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.523.0",
"@aws-sdk/client-sts": "3.525.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^4.0.8",
"linkedom": "^0.16.8",
Expand All @@ -23,6 +23,6 @@
"@tape.xyz/config": "*",
"@tape.xyz/generic": "*",
"@types/ua-parser-js": "^0.7.39",
"wrangler": "^3.30.0"
"wrangler": "^3.30.1"
}
}
12 changes: 6 additions & 6 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.523.0",
"@aws-sdk/lib-storage": "3.523.0",
"@aws-sdk/client-s3": "3.525.0",
"@aws-sdk/lib-storage": "3.525.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.13",
"@irys/sdk": "^0.1.14",
"@lens-protocol/metadata": "^1.1.5",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand All @@ -25,7 +25,7 @@
"dayjs": "^1.11.10",
"emoji-mart": "^5.5.2",
"filereader-stream": "^2.0.0",
"framer-motion": "^11.0.6",
"framer-motion": "^11.0.8",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"interweave": "^13.1.0",
Expand All @@ -48,18 +48,18 @@
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/textarea-caret": "^3.0.3",
"@tailwindcss/typography": "^0.5.10",
"@tape.xyz/browser": "*",
"@tape.xyz/config": "*",
"@tape.xyz/constants": "*",
"@tape.xyz/generic": "*",
"@tape.xyz/lens": "*",
"@tape.xyz/ui": "*",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.22",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"@types/textarea-caret": "^3.0.3",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.34",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.1",
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@openzeppelin/hardhat-upgrades": "^3.0.4",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
Expand Down
Loading

0 comments on commit 1e14d74

Please sign in to comment.