Skip to content

Commit

Permalink
Merge pull request #1300 from tapexyz/bump
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
sasicodes authored Feb 11, 2024
2 parents a64f3ff + e3d1ac5 commit fbb5eae
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 287 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "eslint . --ext .js,.ts,.tsx"
},
"dependencies": {
"@aws-sdk/client-sts": "3.507.0",
"@aws-sdk/client-sts": "3.511.0",
"@hono/zod-validator": "^0.1.11",
"hono": "^4.0.0",
"hono": "^4.0.1",
"linkedom": "^0.16.8",
"ua-parser-js": "^1.0.37",
"viem": "^2.7.8",
Expand Down
6 changes: 3 additions & 3 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.509.0",
"@aws-sdk/lib-storage": "3.509.0",
"@aws-sdk/client-s3": "3.511.0",
"@aws-sdk/lib-storage": "3.511.0",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.3",
"@irys/sdk": "^0.1.6",
"@lens-protocol/metadata": "^1.1.5",
"@livepeer/react": "^3.1.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query": "^5.20.1",
"@types/js-cookie": "^3.0.6",
"@types/textarea-caret": "^3.0.3",
"axios": "^1.6.7",
Expand Down
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": "^11.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/permissionless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": ">=9.1.0",
"chai": "^4.2.0",
"dotenv": "^16.4.1",
"chai": "^5.0.3",
"dotenv": "^16.4.2",
"ethers": "^6.11.0",
"hardhat": "^2.19.5",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.1",
"solidity-coverage": "^0.8.7",
"ts-node": "^10.9.2",
"typechain": "^8.3.0",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit fbb5eae

Please sign in to comment.