Skip to content

Commit

Permalink
chore: update dependencies 📦 (#4063)
Browse files Browse the repository at this point in the history
* chore: update dependencies 📦

* chore: update deps

* chore: codegen
  • Loading branch information
bigint committed Nov 24, 2023
1 parent 0fcc417 commit 30b0329
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 182 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"request-ip": "^3.3.0",
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"viem": "^1.19.7",
"viem": "^1.19.8",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"viem": "^1.19.7",
"viem": "^1.19.8",
"wagmi": "^1.4.7",
"zod": "^3.22.4",
"zustand": "^4.4.6"
Expand All @@ -80,7 +80,7 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@hey/config": "workspace:*",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"typescript": "^5.3.2",
"vitest": "^0.34.5"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/lens/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1818,6 +1818,8 @@ export type InviteRequest = {

export type InvitedResult = {
__typename?: 'InvitedResult';
addressInvited: Scalars['EvmAddress']['output'];
/** @deprecated Profiles hand out invites on Lens V2 so this is unnecessary information. Will always be the dead address. */
by: Scalars['EvmAddress']['output'];
profileMinted?: Maybe<Profile>;
when: Scalars['DateTime']['output'];
Expand Down Expand Up @@ -4207,6 +4209,7 @@ export type PublicationsWhere = {
export type Query = {
__typename?: 'Query';
approvedAuthentications: PaginatedApprovedAuthenticationResult;
/** note here if your using a wallet JWT token it will get the allowance of the public proxy contract if its supported if not throw as profiles act not wallets */
approvedModuleAllowanceAmount: Array<ApprovedAllowanceAmountResult>;
canClaim: Array<CanClaimResult>;
challenge: AuthChallengeResult;
Expand All @@ -4225,6 +4228,7 @@ export type Query = {
followStatusBulk: Array<FollowStatusBulkResult>;
followers: PaginatedProfileResult;
following: PaginatedProfileResult;
/** note here if your using a wallet JWT token it will approve to the public proxy contract if its supported if not throw as profiles act not wallets */
generateModuleCurrencyApprovalData: GenerateModuleCurrencyApprovalResult;
internalAllowedDomains: Array<Scalars['URI']['output']>;
internalClaimStatus?: Maybe<Scalars['Void']['output']>;
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.1.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.3.0",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^1.6.2",
"omit-deep": "^0.3.0",
"urlcat": "^3.1.0",
"viem": "^1.19.7"
"viem": "^1.19.8"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@hey/config": "workspace:*",
"@types/node": "^20.9.4",
"@types/node": "^20.9.5",
"typescript": "^5.3.2"
}
}
Loading

3 comments on commit 30b0329

@vercel
Copy link

@vercel vercel bot commented on 30b0329 Nov 24, 2023

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:

prerender – ./apps/prerender

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

@vercel
Copy link

@vercel vercel bot commented on 30b0329 Nov 24, 2023

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:

api – ./apps/api

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

@vercel
Copy link

@vercel vercel bot commented on 30b0329 Nov 24, 2023

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

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

Please sign in to comment.