prisma-nestjs-graphql 18.1.2 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prisma-nestjs-graphql",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module",
|
|
6
6
|
"bin": "bin.js",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"@commitlint/cli": "^17.6.7",
|
|
88
88
|
"@commitlint/config-conventional": "^17.6.7",
|
|
89
89
|
"@nestjs/apollo": "^12.0.7",
|
|
90
|
-
"@nestjs/common": "^10.1.
|
|
91
|
-
"@nestjs/core": "^10.1.
|
|
90
|
+
"@nestjs/common": "^10.1.1",
|
|
91
|
+
"@nestjs/core": "^10.1.1",
|
|
92
92
|
"@nestjs/graphql": "^12.0.8",
|
|
93
|
-
"@nestjs/platform-express": "^10.1.
|
|
93
|
+
"@nestjs/platform-express": "^10.1.1",
|
|
94
94
|
"@paljs/plugins": "^5.3.3",
|
|
95
95
|
"@prisma/client": "^5.0.0",
|
|
96
96
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"@types/mocha": "^10.0.1",
|
|
105
105
|
"@types/node": "^20.4.4",
|
|
106
106
|
"@types/pluralize": "^0.0.30",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
108
|
-
"@typescript-eslint/parser": "^6.
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
108
|
+
"@typescript-eslint/parser": "^6.2.0",
|
|
109
109
|
"apollo-server-express": "^3.10.0",
|
|
110
110
|
"c8": "^8.0.0",
|
|
111
111
|
"class-transformer": "^0.5.1",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"simplytyped": "^3.3.0",
|
|
143
143
|
"temp-dir": "2.X",
|
|
144
144
|
"ts-node": "^10.9.1",
|
|
145
|
-
"tslib": "^2.6.
|
|
145
|
+
"tslib": "^2.6.1",
|
|
146
146
|
"typescript": "^5.1.6",
|
|
147
147
|
"watchexec-bin": "^1.0.0"
|
|
148
148
|
},
|