Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4681)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Feb 24, 2024
2 parents 43f6a9a + d78c012 commit 9476dd9
Show file tree
Hide file tree
Showing 9 changed files with 790 additions and 777 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.515.0",
"@aws-sdk/client-sts": "^3.521.0",
"@clickhouse/client": "^0.2.10",
"@hey/abis": "workspace:*",
"@hey/data": "workspace:*",
Expand All @@ -35,7 +35,7 @@
"dotenv": "^16.4.5",
"express": "^4.17.1",
"express-file-routing": "^3.0.3",
"fast-xml-parser": "^4.3.4",
"fast-xml-parser": "^4.3.5",
"linkedom": "^0.16.8",
"node-zendesk": "^5.0.10",
"request-ip": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"typescript": "^5.3.3"
}
}
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.515.0",
"@aws-sdk/lib-storage": "^3.515.0",
"@aws-sdk/client-s3": "^3.521.0",
"@aws-sdk/lib-storage": "^3.521.0",
"@graphiql/toolkit": "^0.9.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
Expand Down Expand Up @@ -47,7 +47,7 @@
"chart.js": "^4.4.1",
"dotenv": "^16.4.5",
"esbuild": "^0.20.1",
"framer-motion": "^11.0.5",
"framer-motion": "^11.0.6",
"graphiql": "^3.1.1",
"graphql": "^16.8.1",
"idb-keyval": "^6.2.1",
Expand All @@ -64,7 +64,7 @@
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.0",
"react-virtuoso": "^4.7.0",
"react-virtuoso": "^4.7.1",
"remark-breaks": "^4.0.0",
"remark-linkify-regex": "^1.2.1",
"shared-zustand": "^2.0.0",
Expand All @@ -83,7 +83,7 @@
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/image-cropper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@hey/config": "workspace:*",
"@types/normalize-wheel": "^1.0.4",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.4.0",
"@parcel/watcher": "^2.4.1",
"@types/node": "^20.11.20",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/react": "^18.2.57",
"@types/react": "^18.2.58",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
Expand Down
Loading

1 comment on commit 9476dd9

@vercel
Copy link

@vercel vercel bot commented on 9476dd9 Feb 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./apps/web

web-heyxyz.vercel.app
heyxyz.vercel.app
hey.xyz
web-git-main-heyxyz.vercel.app

Please sign in to comment.