Skip to content

Commit

Permalink
chore: update dependencies 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2024
1 parent 5254087 commit 998aab0
Show file tree
Hide file tree
Showing 7 changed files with 226 additions and 231 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.523.0",
"@aws-sdk/client-sts": "^3.525.0",
"@clickhouse/client": "^0.2.10",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/lib": "workspace:*",
"@irys/sdk": "^0.1.13",
"@irys/sdk": "^0.1.14",
"@prisma/client": "^5.10.2",
"axios": "^1.6.7",
"cors": "^2.8.5",
Expand All @@ -52,7 +52,7 @@
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.15",
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"typescript": "^5.3.3"
}
Expand Down
10 changes: 5 additions & 5 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@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",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@hey/abis": "workspace:*",
Expand All @@ -37,15 +37,15 @@
"@livepeer/react": "3.1.9",
"@radix-ui/react-hover-card": "^1.0.7",
"@tanstack/react-query": "^5.24.1",
"@thirdweb-dev/storage": "^2.0.9",
"@thirdweb-dev/storage": "^2.0.10",
"@uidotdev/usehooks": "^2.4.1",
"alchemy-sdk": "^3.1.2",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.4.2",
"dotenv": "^16.4.5",
"esbuild": "^0.20.1",
"framer-motion": "^11.0.7",
"framer-motion": "^11.0.8",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
"lexical": "^0.13.1",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"devDependencies": {
"@hey/config": "workspace:*",
"@nomicfoundation/hardhat-toolbox": "^4.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",
"hardhat": "^2.20.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20.11.23",
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 998aab0

Please sign in to comment.