Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies 📦 #4052

Merged
merged 3 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "AGPL-3.0",
"scripts": {
"build": "pnpm prisma:generate; next build",
"codegen": "prisma generate --schema ./db/schema.prisma",
"dev": "next dev --port 4785",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.tsx",
"prettier": "prettier --check \"**/*.{js,ts,tsx,md}\" --cache",
"prettier:fix": "prettier --write \"**/*.{js,ts,tsx,md}\" --cache",
"prisma:format": "prisma format --schema ./db/schema.prisma",
"prisma:generate": "prisma generate --schema ./db/schema.prisma",
"prisma:migrate": "prisma migrate dev --schema ./db/schema.prisma",
"prisma:studio": "prisma studio --schema ./db/schema.prisma",
"start": "next start --port 4785",
Expand All @@ -35,7 +35,7 @@
"request-ip": "^3.3.0",
"ua-parser-js": "^1.0.37",
"urlcat": "^3.1.0",
"viem": "^1.19.5",
"viem": "^1.19.6",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 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.8.7",
"@aws-sdk/client-s3": "^3.454.0",
"@aws-sdk/lib-storage": "^3.454.0",
"@aws-sdk/client-s3": "^3.456.0",
"@aws-sdk/lib-storage": "^3.456.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@headlessui/react": "^1.7.17",
Expand All @@ -36,7 +36,7 @@
"@lexical/markdown": "^0.12.4",
"@lexical/react": "^0.12.4",
"@lexical/utils": "^0.12.4",
"@livepeer/react": "^3.0.6",
"@livepeer/react": "^3.0.7",
"@tanstack/react-query": "^5.8.4",
"@tippyjs/react": "^4.2.6",
"@wagmi/connectors": "^3.1.5",
Expand Down Expand Up @@ -71,7 +71,7 @@
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"viem": "^1.19.5",
"viem": "^1.19.6",
"wagmi": "^1.4.7",
"zod": "^3.22.4",
"zustand": "^4.4.6"
Expand All @@ -81,9 +81,9 @@
"@hey/types": "workspace:*",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "^20.9.3",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.16",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
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.3",
"@types/node": "^20.9.4",
"typescript": "^5.3.2",
"vitest": "^0.34.5"
}
Expand Down
28 changes: 14 additions & 14 deletions packages/lens/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ export type ExploreProfilesRequest = {

export type ExploreProfilesWhere = {
/** Array of custom filters for exploring profiles */
customFilters?: InputMaybe<Array<CustomFiltersType>>;
customFilters?: Array<CustomFiltersType>;
/** Filter profiles created since the specified timestamp */
since?: InputMaybe<Scalars['UnixTimestamp']['input']>;
};
Expand Down Expand Up @@ -1630,7 +1630,7 @@ export type GetProfileMetadataArgs = {
/** The app id to query the profile's metadata */
appId?: InputMaybe<Scalars['AppId']['input']>;
/** If true, will fallback to global profile metadata, if there is no metadata set for that specific app id */
useFallback?: InputMaybe<Scalars['Boolean']['input']>;
useFallback?: Scalars['Boolean']['input'];
};

export type HandleInfo = {
Expand Down Expand Up @@ -1721,11 +1721,11 @@ export type ImageSetTransformedArgs = {

export type ImageTransform = {
/** Set the transformed image's height */
height?: InputMaybe<Scalars['ImageSizeTransform']['input']>;
height?: Scalars['ImageSizeTransform']['input'];
/** Set if you want to keep the image's original aspect ratio. True by default. If explicitly set to false, the image will stretch based on the width and height values. */
keepAspectRatio?: InputMaybe<Scalars['Boolean']['input']>;
keepAspectRatio?: Scalars['Boolean']['input'];
/** Set the transformed image's width */
width?: InputMaybe<Scalars['ImageSizeTransform']['input']>;
width?: Scalars['ImageSizeTransform']['input'];
};

export type InternalAddCuratedTagRequest = {
Expand Down Expand Up @@ -2395,7 +2395,7 @@ export type MultirecipientFeeCollectModuleInput = {
endsAt?: InputMaybe<Scalars['DateTime']['input']>;
followerOnly: Scalars['Boolean']['input'];
recipients: Array<RecipientDataInput>;
referralFee?: InputMaybe<Scalars['Float']['input']>;
referralFee?: Scalars['Float']['input'];
};

export type MultirecipientFeeCollectOpenActionSettings = {
Expand Down Expand Up @@ -3382,13 +3382,13 @@ export type PoapEvent = {
eventUrl?: Maybe<Scalars['URL']['output']>;
expiryDate?: Maybe<Scalars['DateTime']['output']>;
fancyId?: Maybe<Scalars['String']['output']>;
fromAdmin?: Maybe<Scalars['Boolean']['output']>;
fromAdmin: Scalars['Boolean']['output'];
id: Scalars['PoapEventId']['output'];
imageUrl?: Maybe<Scalars['URL']['output']>;
name?: Maybe<Scalars['String']['output']>;
privateEvent?: Maybe<Scalars['Boolean']['output']>;
privateEvent: Scalars['Boolean']['output'];
startDate?: Maybe<Scalars['DateTime']['output']>;
virtualEvent?: Maybe<Scalars['Boolean']['output']>;
virtualEvent: Scalars['Boolean']['output'];
year?: Maybe<Scalars['Int']['output']>;
};

Expand Down Expand Up @@ -3438,7 +3438,7 @@ export type PopularNftCollectionsRequest = {
/** Include only verified collections */
onlyVerified?: InputMaybe<Scalars['Boolean']['input']>;
/** The ordering of Nft collection owners. Defaults to Total Lens Profile owners */
orderBy?: InputMaybe<PopularNftCollectionsOrder>;
orderBy?: PopularNftCollectionsOrder;
};

export type Post = {
Expand Down Expand Up @@ -3717,12 +3717,12 @@ export type ProfileReactionResult = {
export type ProfileRecommendationsRequest = {
cursor?: InputMaybe<Scalars['Cursor']['input']>;
/** Disable machine learning recommendations (default: false) */
disableML?: InputMaybe<Scalars['Boolean']['input']>;
disableML?: Scalars['Boolean']['input'];
/** Filter based on a specific profile ID */
for: Scalars['ProfileId']['input'];
limit?: InputMaybe<LimitType>;
/** Shuffle the recommendations (default: false) */
shuffle?: InputMaybe<Scalars['Boolean']['input']>;
shuffle?: Scalars['Boolean']['input'];
};

export type ProfileRequest = {
Expand Down Expand Up @@ -4817,7 +4817,7 @@ export type SimpleCollectOpenActionModuleInput = {
endsAt?: InputMaybe<Scalars['DateTime']['input']>;
followerOnly: Scalars['Boolean']['input'];
recipient?: InputMaybe<Scalars['EvmAddress']['input']>;
referralFee?: InputMaybe<Scalars['Float']['input']>;
referralFee?: Scalars['Float']['input'];
};

export type SimpleCollectOpenActionSettings = {
Expand Down Expand Up @@ -4925,7 +4925,7 @@ export type SupportedModule = KnownSupportedModule | UnknownSupportedModule;

export type SupportedModulesRequest = {
cursor?: InputMaybe<Scalars['Cursor']['input']>;
includeUnknown?: InputMaybe<Scalars['Boolean']['input']>;
includeUnknown?: Scalars['Boolean']['input'];
limit?: InputMaybe<LimitType>;
};

Expand Down
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-react-apollo": "^4.1.0",
"@hey/config": "workspace:*",
"@parcel/watcher": "^2.3.0",
"@types/node": "^20.9.3",
"@types/node": "^20.9.4",
"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 @@ -17,7 +17,7 @@
"@hey/types": "workspace:*",
"axios": "^1.6.2",
"urlcat": "^3.1.0",
"viem": "^1.19.5"
"viem": "^1.19.6"
},
"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.3",
"@types/node": "^20.9.4",
"typescript": "^5.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/types/hey.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type CollectModuleType = {
| null;
amount?: AmountInput | null;
collectLimit?: string | null;
referralFee?: number | null;
referralFee?: number;
recipient?: string | null;
recipients?: RecipientDataInput[];
followerOnly?: boolean;
Expand Down
Loading
Loading