diff --git a/examples/assets-local/package.json b/examples/assets-local/package.json index 17ce45d11a8..372e096c13d 100644 --- a/examples/assets-local/package.json +++ b/examples/assets-local/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/assets-local" diff --git a/examples/assets-s3/package.json b/examples/assets-s3/package.json index 57371f5e92d..f3281261c2f 100644 --- a/examples/assets-s3/package.json +++ b/examples/assets-s3/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "dotenv": "^16.0.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/assets-s3" diff --git a/examples/auth/package.json b/examples/auth/package.json index dd715d68592..a05d4f3a8c3 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/auth" diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index cbc9d46249a..92ac8b0a154 100644 --- a/examples/custom-admin-ui-logo/package.json +++ b/examples/custom-admin-ui-logo/package.json @@ -12,13 +12,13 @@ "dependencies": { "@keystone-6/core": "^5.0.0", "@keystone-ui/core": "^5.0.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-admin-ui-logo" diff --git a/examples/custom-admin-ui-navigation/package.json b/examples/custom-admin-ui-navigation/package.json index be6a402a162..bc9f439cad7 100644 --- a/examples/custom-admin-ui-navigation/package.json +++ b/examples/custom-admin-ui-navigation/package.json @@ -11,11 +11,11 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "react": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-admin-ui-navigation" diff --git a/examples/custom-admin-ui-pages/package.json b/examples/custom-admin-ui-pages/package.json index 6bb637811d0..7eadc4a95ef 100644 --- a/examples/custom-admin-ui-pages/package.json +++ b/examples/custom-admin-ui-pages/package.json @@ -12,13 +12,13 @@ "dependencies": { "@keystone-6/core": "^5.0.0", "@keystone-ui/core": "^5.0.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-admin-ui-pages" diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index 202598eda56..a624fbe672b 100644 --- a/examples/custom-field-view/package.json +++ b/examples/custom-field-view/package.json @@ -16,13 +16,13 @@ "@keystone-ui/core": "^5.0.1", "@keystone-ui/fields": "^7.1.1", "@keystone-ui/icons": "^6.0.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-field-view" diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index 9c2cbc82f3f..36c497e378b 100644 --- a/examples/custom-field/package.json +++ b/examples/custom-field/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/core": "^5.0.0", "@keystone-ui/fields": "^7.1.1", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-field" diff --git a/examples/custom-output-paths/package.json b/examples/custom-output-paths/package.json index 2b9b100ac2d..b4adc9549c7 100644 --- a/examples/custom-output-paths/package.json +++ b/examples/custom-output-paths/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/custom-output-paths" diff --git a/examples/custom-session-invalidation/package.json b/examples/custom-session-invalidation/package.json index 2446d979d88..da63ad217e2 100644 --- a/examples/custom-session-invalidation/package.json +++ b/examples/custom-session-invalidation/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/custom-session-redis/package.json b/examples/custom-session-redis/package.json index a5e975cc49b..07b8275a3b1 100644 --- a/examples/custom-session-redis/package.json +++ b/examples/custom-session-redis/package.json @@ -12,11 +12,11 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "@redis/client": "^1.3.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/custom-session/package.json b/examples/custom-session/package.json index d35f8e4584d..8cf6e636966 100644 --- a/examples/custom-session/package.json +++ b/examples/custom-session/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/default-values/package.json b/examples/default-values/package.json index 906ca10cd9e..97dda3b9543 100644 --- a/examples/default-values/package.json +++ b/examples/default-values/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/default-values" diff --git a/examples/document-field-customisation/keystone-server/package.json b/examples/document-field-customisation/keystone-server/package.json index f97fc71d46d..80e327cd6c5 100644 --- a/examples/document-field-customisation/keystone-server/package.json +++ b/examples/document-field-customisation/keystone-server/package.json @@ -19,11 +19,11 @@ "@keystone-ui/fields": "^7.2.0", "@keystone-ui/icons": "^6.0.1", "@keystone-ui/tooltip": "^6.0.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "react": "^18.2.0", "typescript": "~5.0.0" }, "devDependencies": { - "prisma": "^4.14.1" + "prisma": "^4.15.0" } } diff --git a/examples/document-field/package.json b/examples/document-field/package.json index 15728beb312..0c86a1e24c8 100644 --- a/examples/document-field/package.json +++ b/examples/document-field/package.json @@ -15,13 +15,13 @@ "@keystone-6/document-renderer": "^1.1.1", "@keystone-6/fields-document": "^8.0.0", "@preconstruct/next": "^4.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/document-field" diff --git a/examples/extend-express-app/package.json b/examples/extend-express-app/package.json index 36066035000..607730b2360 100644 --- a/examples/extend-express-app/package.json +++ b/examples/extend-express-app/package.json @@ -12,12 +12,12 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "@types/express": "^4.17.14", "express": "^4.17.1" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/extend-graphql-schema-graphql-tools/package.json b/examples/extend-graphql-schema-graphql-tools/package.json index a543630e18b..858fd6a0edb 100644 --- a/examples/extend-graphql-schema-graphql-tools/package.json +++ b/examples/extend-graphql-schema-graphql-tools/package.json @@ -13,11 +13,11 @@ "dependencies": { "@graphql-tools/schema": "^9.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "graphql": "^16.6.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/extend-graphql-schema-graphql-ts/package.json b/examples/extend-graphql-schema-graphql-ts/package.json index 9dd799f2e13..481241f8d49 100644 --- a/examples/extend-graphql-schema-graphql-ts/package.json +++ b/examples/extend-graphql-schema-graphql-ts/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/extend-graphql-schema-graphql-ts" diff --git a/examples/extend-graphql-schema-nexus/package.json b/examples/extend-graphql-schema-nexus/package.json index 7820996ac22..648f3ea0bfc 100644 --- a/examples/extend-graphql-schema-nexus/package.json +++ b/examples/extend-graphql-schema-nexus/package.json @@ -12,12 +12,12 @@ "dependencies": { "@graphql-tools/schema": "^9.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "graphql": "^16.6.0", "nexus": "^1.3.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/extend-graphql-schema-nexus", "devDependencies": { - "prisma": "^4.14.1" + "prisma": "^4.15.0" } } diff --git a/examples/extend-graphql-subscriptions/package.json b/examples/extend-graphql-subscriptions/package.json index 1be46e48b82..df0bb045289 100644 --- a/examples/extend-graphql-subscriptions/package.json +++ b/examples/extend-graphql-subscriptions/package.json @@ -18,7 +18,7 @@ "@keystone-ui/button": "^7.0.1", "@keystone-ui/core": "^5.0.1", "@keystone-ui/fields": "^7.1.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "graphql": "^16.6.0", "graphql-subscriptions": "^2.0.0", "graphql-ws": "^5.9.1", @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/ws": "^8.5.3", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/extend-prisma-schema/package.json b/examples/extend-prisma-schema/package.json index 3ae155f4975..a8b8c4ce707 100644 --- a/examples/extend-prisma-schema/package.json +++ b/examples/extend-prisma-schema/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/core": "^5.2.0", "@keystone-6/fields-document": "^8.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/extend-prisma-schema" diff --git a/examples/framework-astro/package.json b/examples/framework-astro/package.json index 02c35b4d145..daff5f5916c 100644 --- a/examples/framework-astro/package.json +++ b/examples/framework-astro/package.json @@ -14,14 +14,14 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "astro": "^2.2.1" }, "devDependencies": { "@types/node": "^18.11.14", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/framework-nextjs-app-directory/package.json b/examples/framework-nextjs-app-directory/package.json index b07f6fa8a92..42cb82e406c 100644 --- a/examples/framework-nextjs-app-directory/package.json +++ b/examples/framework-nextjs-app-directory/package.json @@ -19,7 +19,7 @@ "@keystone-6/document-renderer": "^1.0.0", "@keystone-6/fields-document": "^8.0.0", "@preconstruct/next": "^4.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "graphql": "^16.6.0", "graphql-request": "^5.0.0", "graphql-yoga": "^3.1.0", @@ -31,7 +31,7 @@ "@types/node": "^18.11.14", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/framework-nextjs-app-directory" diff --git a/examples/framework-nextjs-pages-directory/package.json b/examples/framework-nextjs-pages-directory/package.json index a87ddb59e78..96610b2cfcf 100644 --- a/examples/framework-nextjs-pages-directory/package.json +++ b/examples/framework-nextjs-pages-directory/package.json @@ -18,7 +18,7 @@ "@keystone-6/core": "^5.2.0", "@keystone-6/fields-document": "^8.0.0", "@preconstruct/next": "^4.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "graphql": "^16.6.0", "graphql-request": "^5.0.0", "graphql-yoga": "^3.1.0", @@ -30,7 +30,7 @@ "@types/node": "^18.11.14", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.4", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/framework-nextjs-pages-directory" diff --git a/examples/framework-nextjs-two-servers/keystone-server/package.json b/examples/framework-nextjs-two-servers/keystone-server/package.json index c0a9bf8bfc4..a07ce076cb3 100644 --- a/examples/framework-nextjs-two-servers/keystone-server/package.json +++ b/examples/framework-nextjs-two-servers/keystone-server/package.json @@ -14,10 +14,10 @@ "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.2.0", "@keystone-6/fields-document": "^8.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/framework-remix/package.json b/examples/framework-remix/package.json index 84ad0d7297a..4e034fdf31a 100644 --- a/examples/framework-remix/package.json +++ b/examples/framework-remix/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@keystone-6/core": "^5.1.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "@remix-run/node": "^1.15.0", "@remix-run/react": "^1.15.0", "@remix-run/serve": "^1.15.0", @@ -22,7 +22,7 @@ "@remix-run/dev": "^1.15.0", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.8", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/graphql-ts-gql/package.json b/examples/graphql-ts-gql/package.json index 3d025f90618..4113b1b34f7 100644 --- a/examples/graphql-ts-gql/package.json +++ b/examples/graphql-ts-gql/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "@ts-gql/compiler": "^0.15.3", "@ts-gql/eslint-plugin": "^0.8.4", "@ts-gql/tag": "^0.7.0", @@ -21,7 +21,7 @@ "graphql": "^16.6.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "ts-gql": { diff --git a/examples/hooks/package.json b/examples/hooks/package.json index 37bedf32b26..d1cfd756deb 100644 --- a/examples/hooks/package.json +++ b/examples/hooks/package.json @@ -10,10 +10,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/limits/package.json b/examples/limits/package.json index a788fb368a6..b69c983232d 100644 --- a/examples/limits/package.json +++ b/examples/limits/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/omit/package.json b/examples/omit/package.json index 184b494f0c9..d8d79fd5075 100644 --- a/examples/omit/package.json +++ b/examples/omit/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/omit" diff --git a/examples/script/package.json b/examples/script/package.json index f47904e5224..38690633059 100644 --- a/examples/script/package.json +++ b/examples/script/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/singleton/package.json b/examples/singleton/package.json index 4c867277e53..46da092fd0a 100644 --- a/examples/singleton/package.json +++ b/examples/singleton/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/testing/package.json b/examples/testing/package.json index 920160eada1..b25e707c81b 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -16,13 +16,13 @@ "@babel/preset-typescript": "^7.21.0", "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { "@types/node": "^18.11.14", "babel-jest": "^29.0.1", "jest": "^29.0.0", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/testing" diff --git a/examples/usecase-blog-moderated/package.json b/examples/usecase-blog-moderated/package.json index 22cd76cc46b..3f9e21cf9f9 100644 --- a/examples/usecase-blog-moderated/package.json +++ b/examples/usecase-blog-moderated/package.json @@ -11,10 +11,10 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/usecase-blog/package.json b/examples/usecase-blog/package.json index a84f8f7c944..55b9cdf927f 100644 --- a/examples/usecase-blog/package.json +++ b/examples/usecase-blog/package.json @@ -13,10 +13,10 @@ "dependencies": { "@keystone-6/core": "^5.2.0", "@keystone-6/fields-document": "^8.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" } diff --git a/examples/usecase-roles/package.json b/examples/usecase-roles/package.json index faf01ebdc94..ba28751716a 100644 --- a/examples/usecase-roles/package.json +++ b/examples/usecase-roles/package.json @@ -12,10 +12,10 @@ "dependencies": { "@keystone-6/auth": "^7.0.0", "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/examples/usecase-todo/package.json b/examples/usecase-todo/package.json index 3ef3198f5e2..71e3d12453e 100644 --- a/examples/usecase-todo/package.json +++ b/examples/usecase-todo/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/usecase-versioning/package.json b/examples/usecase-versioning/package.json index 25f220054ea..1f9a27c9d98 100644 --- a/examples/usecase-versioning/package.json +++ b/examples/usecase-versioning/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "tsx": "^3.9.0", "typescript": "~5.0.0" }, diff --git a/examples/virtual-field/package.json b/examples/virtual-field/package.json index 29c1d4474f6..a6b8fc9629e 100644 --- a/examples/virtual-field/package.json +++ b/examples/virtual-field/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples/virtual-field" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce87f2b17e8..d20e7008f7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -636,12 +636,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -652,15 +652,15 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) dotenv: specifier: ^16.0.0 version: 16.0.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -674,12 +674,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -693,8 +693,8 @@ importers: specifier: ^5.0.1 version: link:../../design-system/packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) next: specifier: ^13.3.0 version: 13.3.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) @@ -706,8 +706,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -718,15 +718,15 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) react: specifier: ^18.2.0 version: 18.2.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -740,8 +740,8 @@ importers: specifier: ^5.0.1 version: link:../../design-system/packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) next: specifier: ^13.3.0 version: 13.3.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) @@ -753,8 +753,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -768,12 +768,12 @@ importers: specifier: ^7.1.1 version: link:../../design-system/packages/fields '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -799,8 +799,8 @@ importers: specifier: ^6.0.1 version: link:../../design-system/packages/icons '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) next: specifier: ^13.3.0 version: 13.3.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) @@ -812,8 +812,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -824,8 +824,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) next: specifier: ^13.3.0 version: 13.3.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) @@ -837,8 +837,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -852,12 +852,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -871,12 +871,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -890,15 +890,15 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@redis/client': specifier: ^1.3.0 version: 1.3.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -909,12 +909,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -934,8 +934,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) next: specifier: ^13.3.0 version: 13.3.0(@babel/core@7.21.0)(react-dom@18.2.0)(react@18.2.0) @@ -947,8 +947,8 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -986,8 +986,8 @@ importers: specifier: ^6.0.1 version: link:../../../design-system/packages/tooltip '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -996,8 +996,8 @@ importers: version: 5.0.2 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 examples/document-field-customisation/nextjs-frontend: dependencies: @@ -1039,8 +1039,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@types/express': specifier: ^4.17.14 version: 4.17.14 @@ -1049,8 +1049,8 @@ importers: version: 4.17.1 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1067,15 +1067,15 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) graphql: specifier: ^16.6.0 version: 16.6.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1086,12 +1086,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1105,8 +1105,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) graphql: specifier: ^16.6.0 version: 16.6.0 @@ -1115,8 +1115,8 @@ importers: version: 1.3.0(graphql@16.6.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 examples/extend-graphql-subscriptions: dependencies: @@ -1142,8 +1142,8 @@ importers: specifier: ^7.1.1 version: link:../../design-system/packages/fields '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) graphql: specifier: ^16.6.0 version: 16.6.0 @@ -1164,8 +1164,8 @@ importers: specifier: ^8.5.3 version: 8.5.3 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1179,12 +1179,12 @@ importers: specifier: ^8.0.0 version: link:../../packages/fields-document '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1195,8 +1195,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) astro: specifier: ^2.2.1 version: 2.2.1(@types/node@18.11.14) @@ -1211,8 +1211,8 @@ importers: specifier: ^18.0.4 version: 18.0.8 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1235,8 +1235,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) graphql: specifier: ^16.6.0 version: 16.6.0 @@ -1266,8 +1266,8 @@ importers: specifier: ^18.0.4 version: 18.0.8 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1287,8 +1287,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) graphql: specifier: ^16.6.0 version: 16.6.0 @@ -1318,8 +1318,8 @@ importers: specifier: ^18.0.4 version: 18.0.8 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1342,12 +1342,12 @@ importers: specifier: ^8.0.0 version: link:../../../packages/fields-document '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1392,8 +1392,8 @@ importers: specifier: ^5.1.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@remix-run/node': specifier: ^1.15.0 version: 1.15.0 @@ -1423,8 +1423,8 @@ importers: specifier: ^18.0.8 version: 18.0.8 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1435,8 +1435,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@ts-gql/compiler': specifier: ^0.15.3 version: 0.15.3(graphql@16.6.0) @@ -1454,8 +1454,8 @@ importers: version: 16.6.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1466,12 +1466,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1482,12 +1482,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1501,12 +1501,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1517,12 +1517,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1536,12 +1536,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1567,8 +1567,8 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: '@types/node': specifier: ^18.11.14 @@ -1580,8 +1580,8 @@ importers: specifier: ^29.0.0 version: 29.0.0(@types/node@18.11.14) prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1595,12 +1595,12 @@ importers: specifier: ^8.0.0 version: link:../../packages/fields-document '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1617,12 +1617,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1636,12 +1636,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -1652,12 +1652,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1671,12 +1671,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tsx: specifier: ^3.9.0 version: 3.9.0 @@ -1690,12 +1690,12 @@ importers: specifier: ^5.0.0 version: link:../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -2199,11 +2199,11 @@ importers: prisma-utils: dependencies: '@prisma/generator-helper': - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 '@prisma/internals': - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 fs-extra: specifier: ^11.0.0 version: 11.0.0 @@ -2304,11 +2304,11 @@ importers: specifier: '*' version: link:../../packages/fields-document '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@prisma/internals': - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 '@types/express': specifier: ^4.17.14 version: 4.17.14 @@ -2337,8 +2337,8 @@ importers: specifier: ^2.6.7 version: 2.6.7 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 supertest: specifier: ^6.1.6 version: 6.1.6 @@ -2386,11 +2386,11 @@ importers: specifier: '*' version: link:../../packages/fields-document '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) '@prisma/internals': - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 chalk: specifier: ^4.1.2 version: 4.1.2 @@ -2413,8 +2413,8 @@ importers: specifier: ^2.6.7 version: 2.6.7 prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 tests/examples-smoke-tests: dependencies: @@ -2467,15 +2467,15 @@ importers: specifier: ^6.0.1 version: link:../../design-system/packages/tooltip '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) react: specifier: ^18.2.0 version: 18.2.0 devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -2486,12 +2486,12 @@ importers: specifier: ^5.0.0 version: link:../../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -2502,12 +2502,12 @@ importers: specifier: ^5.0.0 version: link:../../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -2518,12 +2518,12 @@ importers: specifier: ^5.0.0 version: link:../../../packages/core '@prisma/client': - specifier: ^4.14.1 - version: 4.14.1(prisma@4.14.1) + specifier: ^4.15.0 + version: 4.15.0(prisma@4.15.0) devDependencies: prisma: - specifier: ^4.14.1 - version: 4.14.1 + specifier: ^4.15.0 + version: 4.15.0 typescript: specifier: ~5.0.0 version: 5.0.2 @@ -8242,19 +8242,6 @@ packages: resolution: {integrity: sha512-vSrc8wFQgBErU7dKTKSQtr/DLWPHcN9jMoiWOAQodB1+B4Kpqqry6QhGYoRm0DQU5gNL+Rcp+Xb350O1E/gjsg==} dev: false - /@prisma/client@4.14.1(prisma@4.14.1): - resolution: {integrity: sha512-TZIswkeX1ccsHG/eN2kICzg/csXll0osK3EHu1QKd8VJ3XLcXozbNELKkCNfsCUvKJAwPdDtFCzF+O+raIVldw==} - engines: {node: '>=14.17'} - requiresBuild: true - peerDependencies: - prisma: '*' - peerDependenciesMeta: - prisma: - optional: true - dependencies: - '@prisma/engines-version': 4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c - prisma: 4.14.1 - /@prisma/client@4.15.0(prisma@4.15.0): resolution: {integrity: sha512-xnROvyABcGiwqRNdrObHVZkD9EjkJYHOmVdlKy1yGgI+XOzvMzJ4tRg3dz1pUlsyhKxXGCnjIQjWW+2ur+YXuw==} engines: {node: '>=14.17'} @@ -8267,16 +8254,6 @@ packages: dependencies: '@prisma/engines-version': 4.15.0-28.8fbc245156db7124f997f4cecdd8d1219e360944 prisma: 4.15.0 - dev: false - - /@prisma/debug@4.14.1: - resolution: {integrity: sha512-jZjNZimL7FVlSyL78r/w9pSqu2s1y+5JGyi0Ajvq17cBCdDzMONGM76PDKBWjOusRhbZD4xcTQ5kfr9JqM0I2A==} - dependencies: - '@types/debug': 4.1.7 - debug: 4.3.4 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color /@prisma/debug@4.15.0: resolution: {integrity: sha512-dkbPz+gOVlWDBAaOEseSpAUz9NppT38UlwdryPyrwct6OClLirNC7wH+TpAQk5OZp9x59hNnfDz+T7XvL1v0/Q==} @@ -8286,47 +8263,13 @@ packages: strip-ansi: 6.0.1 transitivePeerDependencies: - supports-color - dev: false - - /@prisma/engines-version@4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c: - resolution: {integrity: sha512-3jum8/YSudeSN0zGW5qkpz+wAN2V/NYCQ+BPjvHYDfWatLWlQkqy99toX0GysDeaUoBIJg1vaz2yKqiA3CFcQw==} /@prisma/engines-version@4.15.0-28.8fbc245156db7124f997f4cecdd8d1219e360944: resolution: {integrity: sha512-sVOig4tjGxxlYaFcXgE71f/rtFhzyYrfyfNFUsxCIEJyVKU9rdOWIlIwQ2NQ7PntvGnn+x0XuFo4OC1jvPJKzg==} - dev: false - - /@prisma/engines@4.14.1: - resolution: {integrity: sha512-APqFddPVHYmWNKqc+5J5SqrLFfOghKOLZxobmguDUacxOwdEutLsbXPVhNnpFDmuQWQFbXmrTTPoRrrF6B1MWA==} - requiresBuild: true /@prisma/engines@4.15.0: resolution: {integrity: sha512-FTaOCGs0LL0OW68juZlGxFtYviZa4xdQj/rQEdat2txw0s3Vu/saAPKjNVXfIgUsGXmQ72HPgNr6935/P8FNAA==} requiresBuild: true - dev: false - - /@prisma/fetch-engine@4.14.1: - resolution: {integrity: sha512-4IRZMbeA+5tU+gf15n8oUxGIPqJyF1Gc7DOeP178nvKPNFESp3tWDvzD5vOpVuE0GRM2Mq5WrtiQo5XLD0yQnw==} - dependencies: - '@prisma/debug': 4.14.1 - '@prisma/get-platform': 4.14.1 - execa: 5.1.1 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - hasha: 5.2.2 - http-proxy-agent: 5.0.0 - https-proxy-agent: 5.0.1 - kleur: 4.1.5 - node-fetch: 2.6.9 - p-filter: 2.1.0 - p-map: 4.0.0 - p-retry: 4.6.2 - progress: 2.0.3 - rimraf: 3.0.2 - temp-dir: 2.0.0 - tempy: 1.0.1 - transitivePeerDependencies: - - encoding - - supports-color /@prisma/fetch-engine@4.15.0: resolution: {integrity: sha512-J5HVpRpLxsw9iDLcwwwxL09DXhERnutMiSwyfgHwCQhTHcETc5++XGZlHZtG4toykO3tploCDynXhJc6Fe/u2A==} @@ -8351,17 +8294,6 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false - - /@prisma/generator-helper@4.14.1: - resolution: {integrity: sha512-7mxfM6NTLsUgbmx8t+AQTtOdDuUMG+D4K5QtALQP1A3MD7wZy2O+Np4apbvVJwNUn1286PZWk2DTv4cF7XiK3w==} - dependencies: - '@prisma/debug': 4.14.1 - '@types/cross-spawn': 6.0.2 - cross-spawn: 7.0.3 - kleur: 4.1.5 - transitivePeerDependencies: - - supports-color /@prisma/generator-helper@4.15.0: resolution: {integrity: sha512-JVHNgXr0LrcqXqmFrs+BzxfyRL6cFD5GLTMVWfCLU7kqSJdWuZxfoZW995tg6mOXnBgPTf6Ocv3RY4RLQq8k4g==} @@ -8372,23 +8304,6 @@ packages: kleur: 4.1.5 transitivePeerDependencies: - supports-color - dev: false - - /@prisma/get-platform@4.14.1: - resolution: {integrity: sha512-b5EXlVaW2JDCB3o5lsik9NZwARflOLCINyhDgNaqpGGljcXoUneqAlvm9dZ9YNckXImghV1B19aouVpm1LjPrg==} - dependencies: - '@prisma/debug': 4.14.1 - escape-string-regexp: 4.0.0 - execa: 5.1.1 - fs-jetpack: 5.1.0 - kleur: 4.1.5 - replace-string: 3.1.0 - strip-ansi: 6.0.1 - tempy: 1.0.1 - terminal-link: 2.1.1 - ts-pattern: 4.2.2 - transitivePeerDependencies: - - supports-color /@prisma/get-platform@4.15.0: resolution: {integrity: sha512-A7EdfysFDTL6HQmyZ6CLyNGRDz/60shqiJuhQ952cS0irGhi4PhTCy5MbjCvUaXjRBR6cjPp9EDaZ47TZlw5hg==} @@ -8405,57 +8320,6 @@ packages: ts-pattern: 4.3.0 transitivePeerDependencies: - supports-color - dev: false - - /@prisma/internals@4.14.1: - resolution: {integrity: sha512-JbT5EhwzYV5VKdPWyGNTvYKI4MBinHF8fDglRtC0mbdYEl8IZNoMK5n5QDO4m8vQKGy10Mn3VcnhsEfO6FbdKw==} - dependencies: - '@opentelemetry/api': 1.4.1 - '@prisma/debug': 4.14.1 - '@prisma/engines': 4.14.1 - '@prisma/fetch-engine': 4.14.1 - '@prisma/generator-helper': 4.14.1 - '@prisma/get-platform': 4.14.1 - '@prisma/ni': 4.14.1 - '@prisma/prisma-fmt-wasm': 4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c - archiver: 5.3.1 - arg: 5.0.2 - checkpoint-client: 1.1.23 - cli-truncate: 2.1.0 - dotenv: 16.0.3 - escape-string-regexp: 4.0.0 - execa: 5.1.1 - find-up: 5.0.0 - fp-ts: 2.14.0 - fs-extra: 11.1.1 - fs-jetpack: 5.1.0 - global-dirs: 3.0.1 - globby: 11.1.0 - indent-string: 4.0.0 - is-windows: 1.0.2 - is-wsl: 2.2.0 - kleur: 4.1.5 - new-github-issue-url: 0.2.1 - node-fetch: 2.6.9 - npm-packlist: 5.1.3 - open: 7.4.2 - p-map: 4.0.0 - prompts: 2.4.2 - read-pkg-up: 7.0.1 - replace-string: 3.1.0 - resolve: 1.22.2 - string-width: 4.2.3 - strip-ansi: 6.0.1 - strip-indent: 3.0.0 - temp-dir: 2.0.0 - temp-write: 4.0.0 - tempy: 1.0.1 - terminal-link: 2.1.1 - tmp: 0.2.1 - ts-pattern: 4.2.2 - transitivePeerDependencies: - - encoding - - supports-color /@prisma/internals@4.15.0: resolution: {integrity: sha512-bmgn1GX74RfjBRVMV4oJknZJOHmXcO9lh0VbwWKXp1zXvjumQCGeBOmLdzkp4SnvIrpkpXQf9JGbmOTKpVsvRw==} @@ -8506,7 +8370,6 @@ packages: transitivePeerDependencies: - encoding - supports-color - dev: false /@prisma/migrate@4.15.0(@prisma/generator-helper@4.15.0)(@prisma/internals@4.15.0): resolution: {integrity: sha512-rT8gS1Xfbz//QVc6RMm3XchuQr7uV48BKEe15B2WRpBxR6/3EX0olhrFEJMyV+P2Q5BfnSxTKXQQKhBmAgvUzA==} @@ -8542,19 +8405,11 @@ packages: - supports-color dev: false - /@prisma/ni@4.14.1: - resolution: {integrity: sha512-71ep1GT2k5il/hnLBuGpw81UzcBX5yON2XxOlQ3JknlvOQKkdDRM3If9UgJUrJxx7BHBzieZK02PIKbFVEuqmg==} - /@prisma/ni@4.15.0: resolution: {integrity: sha512-kuVzvCbndl2GGoCFufQ5jzSPUaKMF6rp6OmSpFF8z9gflJlPLahtWqIcyKJ8sPaFrkhTlXXsyEX37mY98H1FZg==} - dev: false - - /@prisma/prisma-fmt-wasm@4.14.0-67.d9a4c5988f480fa576d43970d5a23641aa77bc9c: - resolution: {integrity: sha512-qvxi6xbUb4wcawvLju0t2soGBPGs13L6HVmJrZG+RGaDDuJn9qzDAdZl97YdyFgn4jN6VMJeSqXt3yTWKkaaUw==} /@prisma/prisma-fmt-wasm@4.15.0-28.8fbc245156db7124f997f4cecdd8d1219e360944: resolution: {integrity: sha512-1vuW5Cp6DnZpSmmM3dRsJ7do3LncJVkBAV9wwqGSLANDUNWDPfJwC7enN/YY3rnwkEVXMxzkTEbtYGA55blDLw==} - dev: false /@protobufjs/aspromise@1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} @@ -9382,11 +9237,6 @@ packages: dependencies: '@types/node': 18.11.14 - /@types/debug@4.1.7: - resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} - dependencies: - '@types/ms': 0.7.31 - /@types/debug@4.1.8: resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==} dependencies: @@ -13895,12 +13745,8 @@ packages: resolution: {integrity: sha512-OqlwJq1BdpB83BZXTqI+dNcA6uYk6qk4u9Cgnt64Y+XS7dwdbp/mobx8S2KXf2AXH+scNmA/UVK3SEFHR3vHZA==} dev: false - /fp-ts@2.14.0: - resolution: {integrity: sha512-QLagLSYAgMA00pZzUzeksH/78Sd14y7+Gc2A8Yaja3/IpGOFMdm/gYBuDMxYqLsJ58iT5lz+bJb953RAeFfp1A==} - /fp-ts@2.16.0: resolution: {integrity: sha512-bLq+KgbiXdTEoT1zcARrWEpa5z6A/8b7PcDW7Gef3NSisQ+VS7ll2Xbf1E+xsgik0rWub/8u0qP/iTTjj+PhxQ==} - dev: false /fragment-cache@0.2.1: resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} @@ -17739,7 +17585,6 @@ packages: optional: true dependencies: whatwg-url: 5.0.0 - dev: false /node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} @@ -17752,17 +17597,6 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch@2.6.9: - resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} @@ -18815,14 +18649,6 @@ packages: react: 18.2.0 dev: false - /prisma@4.14.1: - resolution: {integrity: sha512-z6hxzTMYqT9SIKlzD08dhzsLUpxjFKKsLpp5/kBDnSqiOjtUyyl/dC5tzxLcOa3jkEHQ8+RpB/fE3w8bgNP51g==} - engines: {node: '>=14.17'} - hasBin: true - requiresBuild: true - dependencies: - '@prisma/engines': 4.14.1 - /prisma@4.15.0: resolution: {integrity: sha512-iKZZpobPl48gTcSZVawLMQ3lEy6BnXwtoMj7hluoGFYu2kQ6F9LBuBrUyF95zRVnNo8/3KzLXJXJ5TEnLSJFiA==} engines: {node: '>=14.17'} @@ -18830,7 +18656,6 @@ packages: requiresBuild: true dependencies: '@prisma/engines': 4.15.0 - dev: false /prismjs@1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} @@ -21117,12 +20942,8 @@ packages: tslib: 2.5.2 dev: false - /ts-pattern@4.2.2: - resolution: {integrity: sha512-qzJMo2pbkUJWusRH5o8xR+xogn6RmvViyUgwBFTtRENLse470clCGjHDf6haWGZ1AOmk8XkEohUoBW8Uut6Scg==} - /ts-pattern@4.3.0: resolution: {integrity: sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==} - dev: false /ts-toolbelt@9.6.0: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} diff --git a/prisma-utils/package.json b/prisma-utils/package.json index bcec6697457..e769b850d45 100644 --- a/prisma-utils/package.json +++ b/prisma-utils/package.json @@ -3,8 +3,8 @@ "version": "0.0.2", "private": true, "dependencies": { - "@prisma/generator-helper": "^4.14.1", - "@prisma/internals": "^4.14.1", + "@prisma/generator-helper": "^4.15.0", + "@prisma/internals": "^4.15.0", "fs-extra": "^11.0.0", "tsx": "^3.9.0", "prettier": "^2.5.0" diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index 71dfa483a5d..f0873d99af6 100644 --- a/tests/api-tests/package.json +++ b/tests/api-tests/package.json @@ -14,8 +14,8 @@ "@keystone-6/auth": "*", "@keystone-6/core": "*", "@keystone-6/fields-document": "*", - "@prisma/client": "^4.14.1", - "@prisma/internals": "^4.14.1", + "@prisma/client": "^4.15.0", + "@prisma/internals": "^4.15.0", "@types/express": "^4.17.14", "cookie-signature": "^1.1.0", "cuid": "^2.1.8", @@ -25,7 +25,7 @@ "graphql-upload": "^15.0.2", "mime": "^3.0.0", "node-fetch": "^2.6.7", - "prisma": "^4.14.1", + "prisma": "^4.15.0", "supertest": "^6.1.6", "testcheck": "^1.0.0-rc.2", "uuid": "^9.0.0" diff --git a/tests/cli-tests/package.json b/tests/cli-tests/package.json index 1fe1e3b3419..84c8988cab2 100644 --- a/tests/cli-tests/package.json +++ b/tests/cli-tests/package.json @@ -13,8 +13,8 @@ "@keystone-6/auth": "*", "@keystone-6/core": "*", "@keystone-6/fields-document": "*", - "@prisma/client": "^4.14.1", - "@prisma/internals": "^4.14.1", + "@prisma/client": "^4.15.0", + "@prisma/internals": "^4.15.0", "chalk": "^4.1.2", "execa": "^5.1.1", "fast-glob": "^3.2.12", @@ -22,7 +22,7 @@ "fs-extra": "^11.0.0", "mime": "^3.0.0", "node-fetch": "^2.6.7", - "prisma": "^4.14.1" + "prisma": "^4.15.0" }, "dependencies": { "@types/fs-extra": "^11.0.0", diff --git a/tests/sandbox/package.json b/tests/sandbox/package.json index c1b9b14ef64..8dc7e989c4c 100644 --- a/tests/sandbox/package.json +++ b/tests/sandbox/package.json @@ -17,12 +17,12 @@ "@keystone-ui/fields": "^7.2.0", "@keystone-ui/icons": "^6.0.1", "@keystone-ui/tooltip": "^6.0.1", - "@prisma/client": "^4.14.1", + "@prisma/client": "^4.15.0", "react": "^18.2.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/tests/sandbox", "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" } } diff --git a/tests/test-projects/basic/package.json b/tests/test-projects/basic/package.json index 4a989d89a5d..fab9fa51a1c 100644 --- a/tests/test-projects/basic/package.json +++ b/tests/test-projects/basic/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/tests/test-projects/basic" diff --git a/tests/test-projects/crud-notifications/package.json b/tests/test-projects/crud-notifications/package.json index ced26764f27..063ea1794cc 100644 --- a/tests/test-projects/crud-notifications/package.json +++ b/tests/test-projects/crud-notifications/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/tests/test-projects/crud-notifications" diff --git a/tests/test-projects/live-reloading/package.json b/tests/test-projects/live-reloading/package.json index 4f3e19d40d4..6f1ad38edd4 100644 --- a/tests/test-projects/live-reloading/package.json +++ b/tests/test-projects/live-reloading/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@keystone-6/core": "^5.0.0", - "@prisma/client": "^4.14.1" + "@prisma/client": "^4.15.0" }, "devDependencies": { - "prisma": "^4.14.1", + "prisma": "^4.15.0", "typescript": "~5.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/tests/test-projects/live-reloading"