@pothos/plugin-prisma
Advanced tools
+6
-0
| # Change Log | ||
| ## 3.65.3 | ||
| ### Patch Changes | ||
| - 1ecea46: revert accidental pinning of graphql peer dependency | ||
| ## 3.65.2 | ||
@@ -4,0 +10,0 @@ |
+9
-9
| { | ||
| "name": "@pothos/plugin-prisma", | ||
| "version": "3.65.2", | ||
| "version": "3.65.3", | ||
| "description": "A Pothos plugin for more efficient integration with prisma", | ||
@@ -63,3 +63,3 @@ "main": "./lib/index.js", | ||
| "@prisma/client": "*", | ||
| "graphql": "16.8.1", | ||
| "graphql": "^16.8.1", | ||
| "typescript": ">=4.7.2" | ||
@@ -69,12 +69,12 @@ }, | ||
| "@prisma/client": "^5.13.0", | ||
| "graphql": "16.8.1", | ||
| "graphql": "^16.8.1", | ||
| "graphql-scalars": "^1.23.0", | ||
| "graphql-tag": "^2.12.6", | ||
| "prisma": "^5.13.0", | ||
| "@pothos/core": "3.41.1", | ||
| "@pothos/plugin-complexity": "3.13.0", | ||
| "@pothos/plugin-errors": "3.11.1", | ||
| "@pothos/plugin-relay": "3.46.0", | ||
| "@pothos/plugin-simple-objects": "3.7.0", | ||
| "@pothos/test-utils": "1.4.8" | ||
| "@pothos/core": "3.41.2", | ||
| "@pothos/plugin-complexity": "3.13.1", | ||
| "@pothos/plugin-errors": "3.11.2", | ||
| "@pothos/plugin-relay": "3.46.1", | ||
| "@pothos/plugin-simple-objects": "3.7.1", | ||
| "@pothos/test-utils": "1.4.9" | ||
| }, | ||
@@ -81,0 +81,0 @@ "scripts": { |
883315
0.01%