Skip to content

Commit 0928810

Browse files
committed
chore: Updated packages
1 parent 29e5a8e commit 0928810

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

@generated/profile/profile-where-unique.input.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ import { Int } from '@nestjs/graphql';
66
export class ProfileWhereUniqueInput {
77
@Field(() => Int, { nullable: true })
88
id?: number;
9+
10+
@Field(() => String, { nullable: true })
11+
userId?: string;
912
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353
},
5454
"dependencies": {
55-
"@prisma/generator-helper": "^3.1.1",
55+
"@prisma/generator-helper": "^3.2.0",
5656
"await-event-emitter": "^2.0.2",
5757
"filenamify": "4.X",
5858
"flat": "^5.0.2",
@@ -67,21 +67,21 @@
6767
"devDependencies": {
6868
"@commitlint/cli": "^13.2.0",
6969
"@commitlint/config-conventional": "^13.2.0",
70-
"@nestjs/common": "^8.0.9",
71-
"@nestjs/core": "^8.0.9",
70+
"@nestjs/common": "^8.0.10",
71+
"@nestjs/core": "^8.0.10",
7272
"@nestjs/graphql": "^9.0.5",
73-
"@nestjs/platform-express": "^8.0.9",
73+
"@nestjs/platform-express": "^8.0.10",
7474
"@paljs/plugins": "^4.0.8",
75-
"@prisma/client": "^3.1.1",
75+
"@prisma/client": "^3.2.0",
7676
"@semantic-release/changelog": "^6.0.0",
7777
"@semantic-release/git": "^10.0.0",
7878
"@types/flat": "^5.0.2",
7979
"@types/lodash": "^4.14.175",
8080
"@types/mocha": "^9.0.0",
8181
"@types/node": "^16.10.2",
8282
"@types/pluralize": "^0.0.29",
83-
"@typescript-eslint/eslint-plugin": "^4.32.0",
84-
"@typescript-eslint/parser": "^4.32.0",
83+
"@typescript-eslint/eslint-plugin": "^4.33.0",
84+
"@typescript-eslint/parser": "^4.33.0",
8585
"apollo-server-express": "^3.3.0",
8686
"c8": "^7.9.0",
8787
"class-transformer": "^0.4.0",
@@ -106,17 +106,17 @@
106106
"expect": "^27.2.4",
107107
"ghooks": "^2.0.4",
108108
"git-branch-is": "^4.0.0",
109-
"graphql": "^15.6.0",
110-
"graphql-scalars": "^1.10.1",
109+
"graphql": "^15.6.1",
110+
"graphql-scalars": "^1.11.0",
111111
"graphql-type-json": "^0.3.2",
112112
"mocha": "^9.1.2",
113113
"ololog": "^1.1.175",
114114
"precise-commits": "^1.0.2",
115115
"prettier": "^2.4.1",
116-
"prisma": "^3.1.1",
116+
"prisma": "^3.2.0",
117117
"prisma-graphql-type-decimal": "^1.0.0",
118118
"reflect-metadata": "^0.1.13",
119-
"rxjs": "^7.3.0",
119+
"rxjs": "^7.3.1",
120120
"semantic-release": "^18.0.0",
121121
"simplytyped": "^3.3.0",
122122
"temp-dir": "^2.0.0",

0 commit comments

Comments
 (0)