prisma-nestjs-graphql 19.3.0 → 19.3.1
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 +17 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prisma-nestjs-graphql",
|
|
3
|
-
"version": "19.3.
|
|
3
|
+
"version": "19.3.1",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@prisma/generator-helper": "^5.
|
|
75
|
+
"@prisma/generator-helper": "^5.7.0",
|
|
76
76
|
"await-event-emitter": "^2.0.2",
|
|
77
77
|
"filenamify": "4.X",
|
|
78
78
|
"flat": "5.X",
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
"@nestjs/graphql": "^12.0.11",
|
|
95
95
|
"@nestjs/platform-express": "^10.2.10",
|
|
96
96
|
"@paljs/plugins": "^6.0.7",
|
|
97
|
-
"@prisma/client": "^5.
|
|
97
|
+
"@prisma/client": "^5.7.0",
|
|
98
98
|
"@semantic-release/changelog": "^6.0.3",
|
|
99
99
|
"@semantic-release/git": "^10.0.1",
|
|
100
|
-
"@swc/core": "^1.3.
|
|
100
|
+
"@swc/core": "^1.3.100",
|
|
101
101
|
"@swc/helpers": "^0.5.3",
|
|
102
102
|
"@swc/register": "^0.1.10",
|
|
103
103
|
"@types/flat": "^5.0.5",
|
|
104
104
|
"@types/graceful-fs": "^4.1.9",
|
|
105
105
|
"@types/lodash": "^4.14.202",
|
|
106
106
|
"@types/mocha": "^10.0.6",
|
|
107
|
-
"@types/node": "^20.10.
|
|
107
|
+
"@types/node": "^20.10.4",
|
|
108
108
|
"@types/pluralize": "^0.0.33",
|
|
109
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
110
|
-
"@typescript-eslint/parser": "^6.
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
110
|
+
"@typescript-eslint/parser": "^6.14.0",
|
|
111
111
|
"apollo-server-express": "^3.13.0",
|
|
112
112
|
"c8": "^8.0.1",
|
|
113
113
|
"class-transformer": "^0.5.1",
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"commitizen": "^4.3.0",
|
|
116
116
|
"cz-customizable": "^7.0.0",
|
|
117
117
|
"decimal.js": "^10.4.3",
|
|
118
|
-
"eslint": "^8.
|
|
118
|
+
"eslint": "^8.55.0",
|
|
119
119
|
"eslint-import-resolver-node": "^0.3.9",
|
|
120
120
|
"eslint-plugin-etc": "^2.0.3",
|
|
121
|
-
"eslint-plugin-import": "^2.29.
|
|
121
|
+
"eslint-plugin-import": "^2.29.1",
|
|
122
122
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
123
123
|
"eslint-plugin-prettier": "^5.0.1",
|
|
124
|
-
"eslint-plugin-regexp": "^1.
|
|
124
|
+
"eslint-plugin-regexp": "^2.1.2",
|
|
125
125
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
126
126
|
"eslint-plugin-sort-class-members": "^1.19.0",
|
|
127
127
|
"eslint-plugin-unicorn": "^49.0.0",
|
|
@@ -133,19 +133,20 @@
|
|
|
133
133
|
"graphql-type-json": "^0.3.2",
|
|
134
134
|
"mocha": "^10.2.0",
|
|
135
135
|
"ololog": "^1.1.175",
|
|
136
|
+
"pkgroll": "^2.0.1",
|
|
136
137
|
"precise-commits": "^1.0.2",
|
|
137
|
-
"prettier": "^3.1.
|
|
138
|
-
"prisma": "^5.
|
|
138
|
+
"prettier": "^3.1.1",
|
|
139
|
+
"prisma": "^5.7.0",
|
|
139
140
|
"prisma-graphql-type-decimal": "^3.0.0",
|
|
140
|
-
"reflect-metadata": "^0.1
|
|
141
|
+
"reflect-metadata": "^0.2.1",
|
|
141
142
|
"request": "^2.88.2",
|
|
142
143
|
"rxjs": "^7.8.1",
|
|
143
|
-
"semantic-release": "^22.0.
|
|
144
|
+
"semantic-release": "^22.0.12",
|
|
144
145
|
"simplytyped": "^3.3.0",
|
|
145
146
|
"temp-dir": "2.X",
|
|
146
|
-
"ts-node": "^10.9.
|
|
147
|
+
"ts-node": "^10.9.2",
|
|
147
148
|
"tslib": "^2.6.2",
|
|
148
|
-
"typescript": "^5.3.
|
|
149
|
+
"typescript": "^5.3.3",
|
|
149
150
|
"watchexec-bin": "^1.0.0"
|
|
150
151
|
}
|
|
151
152
|
}
|