Skip to content

Commit

Permalink
Merge branch 'update-dependencies' into 'main'
Browse files Browse the repository at this point in the history
chore: update dependencies 📦

See merge request yo/hey!1
  • Loading branch information
Yoginth committed Sep 5, 2024
2 parents abfa726 + fdde535 commit f5fe54d
Show file tree
Hide file tree
Showing 13 changed files with 713 additions and 649 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.637.0",
"@aws-sdk/client-sts": "^3.637.0",
"@aws-sdk/client-ses": "^3.645.0",
"@aws-sdk/client-sts": "^3.645.0",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
"@irys/sdk": "^0.2.10",
"@irys/sdk": "^0.2.11",
"@lens-protocol/metadata": "^1.2.0",
"axios": "^1.7.7",
"cors": "^2.8.5",
Expand All @@ -32,15 +32,15 @@
"express-session": "^1.18.0",
"fast-xml-parser": "^4.4.1",
"linkedom": "^0.18.4",
"puppeteer": "^23.2.1",
"puppeteer": "^23.3.0",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.18.0",
"typescript": "^5.5.4",
"ua-parser-js": "^2.0.0-beta.3",
"urlcat": "^3.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.1",
"viem": "^2.21.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -49,7 +49,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.15",
"@types/express-session": "^1.18.0",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/client-s3": "^3.645.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/node-cron": "^3.0.11",
"typescript": "^5.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions apps/invoice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@hey/config": "workspace:*",
"@hey/data": "workspace:*",
"axios": "^1.7.7",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@hey/lens": "workspace:*",
"apollo-utilities": "^1.3.4",
"graphql": "^16.9.0",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"typescript": "^5.5.4"
}
Expand Down
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.11.6",
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/lib-storage": "^3.637.0",
"@apollo/client": "^3.11.7",
"@aws-sdk/client-s3": "^3.645.0",
"@aws-sdk/lib-storage": "^3.645.0",
"@headlessui/react": "2.1.2",
"@heroicons/react": "^2.1.5",
"@hey/abis": "workspace:*",
Expand All @@ -44,10 +44,10 @@
"chart.js": "^4.4.4",
"dotenv": "^16.4.5",
"esbuild": "^0.23.0",
"framer-motion": "^11.3.31",
"framer-motion": "^11.5.2",
"graphql": "^16.9.0",
"idb-keyval": "^6.2.1",
"next": "^14.2.7",
"next": "^14.2.8",
"next-themes": "^0.3.0",
"nft-openaction-kit": "^1.0.35",
"party-js": "^2.2.0",
Expand Down Expand Up @@ -76,7 +76,7 @@
"urlcat": "^3.1.0",
"use-resize-observer": "^9.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.1",
"viem": "^2.21.2",
"wagmi": "^2.12.8",
"zod": "^3.23.8",
"zustand": "^4.5.5"
Expand All @@ -86,12 +86,12 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.8",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.5.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-next": "14.2.8",
"eslint-plugin-perfectionist": "2.11.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"prisma": "^5.19.0",
"typescript": "^5.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.11.6",
"@apollo/client": "^3.11.7",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
"@hey/lens": "workspace:*",
Expand All @@ -22,7 +22,7 @@
"dotenv": "^16.4.5",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^2.21.1",
"viem": "^2.21.2",
"winston": "^3.14.2"
},
"devDependencies": {
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,7 +13,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@apollo/client": "^3.11.6",
"@apollo/client": "^3.11.7",
"@hey/data": "workspace:*",
"axios": "^1.7.7",
"graphql-ws": "^5.16.0"
Expand All @@ -26,7 +26,7 @@
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.1",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"typescript": "^5.5.4"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"clsx": "^2.1.1",
"next": "^14.2.7",
"next": "^14.2.8",
"react": "^18.3.1",
"react-hook-form": "^7.53.0",
"tailwind-merge": "^2.5.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
Expand Down
Loading

0 comments on commit f5fe54d

Please sign in to comment.