Skip to content

Commit 1064ea3

Browse files
fix(deps): update pothos monorepo to v4
1 parent 38a6f86 commit 1064ea3

File tree

3 files changed

+40
-33
lines changed

3 files changed

+40
-33
lines changed

apps/nextjs-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"@httpx/treeu": "0.4.12",
7171
"@mui/icons-material": "6.4.6",
7272
"@mui/material": "6.4.6",
73-
"@pothos/core": "3.41.2",
74-
"@pothos/plugin-errors": "3.11.2",
75-
"@pothos/plugin-prisma": "3.65.3",
73+
"@pothos/core": "4.5.0",
74+
"@pothos/plugin-errors": "4.2.0",
75+
"@pothos/plugin-prisma": "4.4.0",
7676
"@prisma/client": "5.22.0",
7777
"@sentry/nextjs": "8.54.0",
7878
"@sentry/react": "8.54.0",

packages/db-main-prisma/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"typecheck": "tsc --project ./tsconfig.json --noEmit"
4444
},
4545
"devDependencies": {
46-
"@pothos/core": "3.41.2",
47-
"@pothos/plugin-prisma": "3.65.3",
46+
"@pothos/core": "4.5.0",
47+
"@pothos/plugin-prisma": "4.4.0",
4848
"@prisma/client": "5.22.0",
4949
"@soluble/dsn-parser": "1.9.2",
5050
"@types/node": "22.13.5",
@@ -74,7 +74,7 @@
7474
"vitest": "2.1.8"
7575
},
7676
"peerDependencies": {
77-
"@pothos/plugin-prisma": "^3.41.0",
77+
"@pothos/plugin-prisma": "^3.41.0 || ^4.0.0",
7878
"@prisma/client": "^5.0.0",
7979
"graphql": "^16.9.0"
8080
},

yarn.lock

+34-27
Original file line numberDiff line numberDiff line change
@@ -5334,38 +5334,38 @@ __metadata:
53345334
languageName: node
53355335
linkType: hard
53365336

5337-
"@pothos/core@npm:3.41.2":
5338-
version: 3.41.2
5339-
resolution: "@pothos/core@npm:3.41.2"
5337+
"@pothos/core@npm:4.5.0":
5338+
version: 4.5.0
5339+
resolution: "@pothos/core@npm:4.5.0"
53405340
peerDependencies:
5341-
graphql: ">=15.1.0"
5342-
checksum: 10c0/87ace79c21398262f8f088824bd3f681f2e87232016d1c5d271c063277db1728643d484d98a8e63e07d50025f12632df6a6ac927e6f387e5582be9f0b09d8049
5341+
graphql: ">=16.6.0"
5342+
checksum: 10c0/3ad8a7dbb41d340305f0a69854ea21cfd71622c6322d6d4791b32c38184fe53105ba478f76e6c56821b945b9e22c137abc3f32fe47b625d69bc57acb0f5a2831
53435343
languageName: node
53445344
linkType: hard
53455345

5346-
"@pothos/plugin-errors@npm:3.11.2":
5347-
version: 3.11.2
5348-
resolution: "@pothos/plugin-errors@npm:3.11.2"
5346+
"@pothos/plugin-errors@npm:4.2.0":
5347+
version: 4.2.0
5348+
resolution: "@pothos/plugin-errors@npm:4.2.0"
53495349
peerDependencies:
53505350
"@pothos/core": "*"
5351-
graphql: ">=15.1.0"
5352-
checksum: 10c0/f24316cec1cd3abb924227bb5e907e79322754de2c128c524003aff5400f7ae43f67eb9b8abb4f49881f0420df46a19d7e38082f717fcdb94838463262b86ae0
5351+
graphql: ">=16.6.0"
5352+
checksum: 10c0/90a252a52d3c2e8fc729c4bb9691ae560d71718daaac818320558dbcb686641f6f8b400b33c3efbe05e61238655c7b566b5cd743284aff3d4cec4ec5dcfddc22
53535353
languageName: node
53545354
linkType: hard
53555355

5356-
"@pothos/plugin-prisma@npm:3.65.3":
5357-
version: 3.65.3
5358-
resolution: "@pothos/plugin-prisma@npm:3.65.3"
5356+
"@pothos/plugin-prisma@npm:4.4.0":
5357+
version: 4.4.0
5358+
resolution: "@pothos/plugin-prisma@npm:4.4.0"
53595359
dependencies:
5360-
"@prisma/generator-helper": "npm:^5.13.0"
5360+
"@prisma/generator-helper": "npm:^6.0.0"
53615361
peerDependencies:
53625362
"@pothos/core": "*"
53635363
"@prisma/client": "*"
5364-
graphql: ^16.8.1
5364+
graphql: ">=16.6.0"
53655365
typescript: ">=4.7.2"
53665366
bin:
53675367
prisma-pothos-types: bin/generator.js
5368-
checksum: 10c0/fa0e9287380243462b6b9e3b0194a3ca8a467f6636832e7ec97a47ba03718935377f78899c35cc622ee7cbf027c499a22342ffee6aeae130fd5d2f3e9bbfb88f
5368+
checksum: 10c0/e493bd67c182d94de04c859875a2618bc5121456b6c7bb4f9e208855fecc7e8cba8e3acde5c8c0e7aeaffeb6763bab62fa1e3b1eb54c6cae1f8581e7686e0753
53695369
languageName: node
53705370
linkType: hard
53715371

@@ -5388,6 +5388,13 @@ __metadata:
53885388
languageName: node
53895389
linkType: hard
53905390

5391+
"@prisma/debug@npm:6.4.1":
5392+
version: 6.4.1
5393+
resolution: "@prisma/debug@npm:6.4.1"
5394+
checksum: 10c0/840f495d2514f26f0412d198bd1cfc2ac44b26b96a8693de0543813babd9cb5d75cb2c3daff4c28640cab8554ef066eb22166b39d775f322a78a8ccce8d7b111
5395+
languageName: node
5396+
linkType: hard
5397+
53915398
"@prisma/engines-version@npm:5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2":
53925399
version: 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2
53935400
resolution: "@prisma/engines-version@npm:5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2"
@@ -5418,12 +5425,12 @@ __metadata:
54185425
languageName: node
54195426
linkType: hard
54205427

5421-
"@prisma/generator-helper@npm:^5.13.0":
5422-
version: 5.22.0
5423-
resolution: "@prisma/generator-helper@npm:5.22.0"
5428+
"@prisma/generator-helper@npm:^6.0.0":
5429+
version: 6.4.1
5430+
resolution: "@prisma/generator-helper@npm:6.4.1"
54245431
dependencies:
5425-
"@prisma/debug": "npm:5.22.0"
5426-
checksum: 10c0/d7a6a6f66330b38aea76cd148b1bbdf43e373f6401e8edabaebc12db81abc35712386c97f1178d97d1655905a4ff822000b902c407ead986565984555b9893d0
5432+
"@prisma/debug": "npm:6.4.1"
5433+
checksum: 10c0/4db9317d832d9ee71ab265442ec05ae9aaca1b3c9c98f9de6fc6842c4b7ecf146150b278557dda9e955f6415e32e9f149fae968f1fc0c275c19b8267a8de0ce8
54275434
languageName: node
54285435
linkType: hard
54295436

@@ -7966,8 +7973,8 @@ __metadata:
79667973
version: 0.0.0-use.local
79677974
resolution: "@your-org/db-main-prisma@workspace:packages/db-main-prisma"
79687975
dependencies:
7969-
"@pothos/core": "npm:3.41.2"
7970-
"@pothos/plugin-prisma": "npm:3.65.3"
7976+
"@pothos/core": "npm:4.5.0"
7977+
"@pothos/plugin-prisma": "npm:4.4.0"
79717978
"@prisma/client": "npm:5.22.0"
79727979
"@soluble/dsn-parser": "npm:1.9.2"
79737980
"@types/node": "npm:22.13.5"
@@ -7996,7 +8003,7 @@ __metadata:
79968003
vite-tsconfig-paths: "npm:5.1.4"
79978004
vitest: "npm:2.1.8"
79988005
peerDependencies:
7999-
"@pothos/plugin-prisma": ^3.41.0
8006+
"@pothos/plugin-prisma": ^3.41.0 || ^4.0.0
80008007
"@prisma/client": ^5.0.0
80018008
graphql: ^16.9.0
80028009
languageName: unknown
@@ -15553,9 +15560,9 @@ __metadata:
1555315560
"@next/bundle-analyzer": "npm:15.1.7"
1555415561
"@next/env": "npm:15.1.7"
1555515562
"@playwright/test": "npm:1.50.1"
15556-
"@pothos/core": "npm:3.41.2"
15557-
"@pothos/plugin-errors": "npm:3.11.2"
15558-
"@pothos/plugin-prisma": "npm:3.65.3"
15563+
"@pothos/core": "npm:4.5.0"
15564+
"@pothos/plugin-errors": "npm:4.2.0"
15565+
"@pothos/plugin-prisma": "npm:4.4.0"
1555915566
"@prisma/client": "npm:5.22.0"
1556015567
"@prisma/nextjs-monorepo-workaround-plugin": "npm:5.22.0"
1556115568
"@sentry/nextjs": "npm:8.54.0"

0 commit comments

Comments
 (0)