Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
4lessandrodev committed Apr 17, 2022
1 parent c828f2f commit 6e48130
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 266 deletions.
64 changes: 27 additions & 37 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,36 @@
{
"editor.fontSize": 15,
"editor.fontSize": 13,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"editor.autoIndent": "full",
"editor.detectIndentation": true,
"editor.tabSize": 4,

// Controls if quick suggestions should show up while typing
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},

// Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.
"editor.acceptSuggestionOnCommitCharacter": true,

// Controls if suggestions should be accepted on 'Enter' - in addition to 'Tab'. Helps to avoid ambiguity between inserting new lines or accepting suggestions. The value 'smart' means only accept a suggestion with Enter when it makes a textual change
"editor.acceptSuggestionOnEnter": "on",

// Controls the delay in ms after which quick suggestions will show up.
"editor.quickSuggestionsDelay": 100,

// Controls if suggestions should automatically show up when typing trigger characters
"editor.suggestOnTriggerCharacters": true,

// Controls if pressing tab inserts the best suggestion and if tab cycles through other suggestions
"editor.tabCompletion": "on",

// Controls whether sorting favours words that appear close to the cursor
"editor.suggest.localityBonus": true,

// Controls how suggestions are pre-selected when showing the suggest list
"editor.suggestSelection": "recentlyUsed",

// Enable word based suggestions
"editor.wordBasedSuggestions": true,

// Enable parameter hints
"editor.parameterHints.enabled": true,
"cSpell.words": [
"nestjs",
"signin"
],
"other": true,
"comments": true,
"strings": true
},
// Controls whether suggestions should be accepted on commit characters. For example, in JavaScript, the semi-colon (`;`) can be a commit character that accepts a suggestion and types that character.
"editor.acceptSuggestionOnCommitCharacter": true,
// Controls if suggestions should be accepted on 'Enter' - in addition to 'Tab'. Helps to avoid ambiguity between inserting new lines or accepting suggestions. The value 'smart' means only accept a suggestion with Enter when it makes a textual change
"editor.acceptSuggestionOnEnter": "on",
// Controls the delay in ms after which quick suggestions will show up.
"editor.quickSuggestionsDelay": 100,
// Controls if suggestions should automatically show up when typing trigger characters
"editor.suggestOnTriggerCharacters": true,
// Controls if pressing tab inserts the best suggestion and if tab cycles through other suggestions
"editor.tabCompletion": "on",
// Controls whether sorting favours words that appear close to the cursor
"editor.suggest.localityBonus": true,
// Controls how suggestions are pre-selected when showing the suggest list
"editor.suggestSelection": "recentlyUsed",
// Enable word based suggestions
"editor.wordBasedSuggestions": true,
// Enable parameter hints
"editor.parameterHints.enabled": true,
"cSpell.words": [
"nestjs",
"signin"
],
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,49 +30,49 @@
},
"dependencies": {
"@apollo/gateway": "^0.34.0",
"@nestjs/common": "^8.4.3",
"@nestjs/core": "^8.4.3",
"@nestjs/common": "^8.4.4",
"@nestjs/core": "^8.4.4",
"@nestjs/graphql": "^8.0.2",
"@nestjs/jwt": "^8.0.0",
"@nestjs/mongoose": "^8.0.1",
"@nestjs/passport": "^8.2.1",
"@nestjs/platform-express": "^8.4.3",
"apollo-server-express": "2.25.2",
"@nestjs/platform-express": "^8.4.4",
"apollo-server-express": "^2.25.2",
"bcrypt": "^5.0.1",
"date-fns": "^2.28.0",
"env-cmd": "^10.1.0",
"env-var": "^7.1.1",
"graphql": "^15.8.0",
"graphql-tools": "8.2.3",
"graphql-tools": "^8.2.3",
"module-alias": "^2.2.2",
"mongoose": "5.13.3",
"mongoose": "^5.13.3",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "7.2.0",
"rxjs": "^7.2.0",
"ts-morph": "^11.0.3",
"types-ddd": "^2.10.3",
"ua-parser-js": "0.7.31",
"types-ddd": "^2.11.0",
"ua-parser-js": "^0.7.31",
"uuid": "^8.3.2",
"validator": "13.7.0"
"validator": "^13.7.0"
},
"@types/date-fns": "^2.6.0",
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-resolvers": "^2.6.1",
"@microsoft/tsdoc": "^0.13.2",
"@nestjs/cli": "^8.2.4",
"@nestjs/schematics": "^8.0.8",
"@nestjs/testing": "^8.4.3",
"@nestjs/cli": "^8.2.5",
"@nestjs/schematics": "^8.0.10",
"@nestjs/testing": "^8.4.4",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/faker": "^5.5.9",
"@types/jest": "^26.0.24",
"@types/module-alias": "^2.0.1",
"@types/mongoose": "^5.11.97",
"@types/node": "^16.11.6",
"@types/node": "^16.11.27",
"@types/passport-jwt": "^3.0.6",
"@types/supertest": "^2.0.12",
"@types/ua-parser-js": "^0.7.36",
Expand All @@ -86,7 +86,7 @@
"faker": "^5.5.3",
"graphql-request": "^4.2.0",
"jest": "^27.5.1",
"prettier": "^2.4.1",
"prettier": "^2.6.2",
"supertest": "^6.0.0",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
Expand Down
15 changes: 14 additions & 1 deletion src/types/code-gen.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ export type BudgetBoxType = {
updatedAt: Scalars['DateTime'];
};

export type CreateBudgetBoxInput = {
budgetPercentage: Scalars['Float'];
description: Scalars['String'];
isPercentage: Scalars['Boolean'];
};

export type JwtPayloadType = {
__typename?: 'JwtPayloadType';
token: Scalars['String'];
Expand All @@ -41,6 +47,11 @@ export type Mutation = {
};


export type MutationCreateBudgetBoxArgs = {
CreateBudgetBoxInput: CreateBudgetBoxInput;
};


export type MutationSigninArgs = {
SigninInput: SigninInput;
};
Expand Down Expand Up @@ -168,6 +179,7 @@ export type DirectiveResolverFn<TResult = {}, TParent = {}, TContext = {}, TArgs
export type ResolversTypes = {
Boolean: ResolverTypeWrapper<Scalars['Boolean']>;
BudgetBoxType: ResolverTypeWrapper<BudgetBoxType>;
CreateBudgetBoxInput: CreateBudgetBoxInput;
DateTime: ResolverTypeWrapper<Scalars['DateTime']>;
Float: ResolverTypeWrapper<Scalars['Float']>;
ID: ResolverTypeWrapper<Scalars['ID']>;
Expand All @@ -187,6 +199,7 @@ export type ResolversTypes = {
export type ResolversParentTypes = {
Boolean: Scalars['Boolean'];
BudgetBoxType: BudgetBoxType;
CreateBudgetBoxInput: CreateBudgetBoxInput;
DateTime: Scalars['DateTime'];
Float: Scalars['Float'];
ID: Scalars['ID'];
Expand Down Expand Up @@ -224,7 +237,7 @@ export type JwtPayloadTypeResolvers<ContextType = any, ParentType extends Resolv
};

export type MutationResolvers<ContextType = any, ParentType extends ResolversParentTypes['Mutation'] = ResolversParentTypes['Mutation']> = {
createBudgetBox?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType>;
createBudgetBox?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType, RequireFields<MutationCreateBudgetBoxArgs, 'CreateBudgetBoxInput'>>;
signin?: Resolver<ResolversTypes['JwtPayloadType'], ParentType, ContextType, RequireFields<MutationSigninArgs, 'SigninInput'>>;
signup?: Resolver<ResolversTypes['Boolean'], ParentType, ContextType, RequireFields<MutationSignupArgs, 'SignupInput'>>;
};
Expand Down
Loading

0 comments on commit 6e48130

Please sign in to comment.