Skip to content

Commit

Permalink
Update the prisma version to 6 that have breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Dec 14, 2024
1 parent 07a42f0 commit 7f86446
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/create/examples/apollo-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-tools/merge": "8.x",
"@graphql-tools/schema": "9.x",
"@paljs/plugins": "7.1.0",
"@paljs/plugins": "8.0.0",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "7.1.0",
"@paljs/cli": "8.0.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/examples/full-stack-nextjs/multi_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "7.1.0",
"@paljs/nexus": "7.1.0",
"@paljs/admin": "8.0.0",
"@paljs/nexus": "8.0.0",
"@prisma/client": "3.x",
"apollo-server-micro": "3.x",
"bcryptjs": "2.x",
Expand All @@ -46,7 +46,7 @@
"@graphql-codegen/typescript": "2.x",
"@graphql-codegen/typescript-operations": "2.x",
"@graphql-codegen/typescript-react-apollo": "3.x",
"@paljs/cli": "7.1.0",
"@paljs/cli": "8.0.0",
"@types/bcryptjs": "2.x",
"@types/cookie": "0.x",
"@types/graphql": "14.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/examples/full-stack-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "7.1.0",
"@paljs/nexus": "7.1.0",
"@paljs/admin": "8.0.0",
"@paljs/nexus": "8.0.0",
"@prisma/client": "5.x",
"apollo-server-micro": "3.x",
"bcryptjs": "2.x",
Expand All @@ -47,7 +47,7 @@
"@graphql-codegen/typescript": "2.x",
"@graphql-codegen/typescript-operations": "2.x",
"@graphql-codegen/typescript-react-apollo": "3.x",
"@paljs/cli": "7.1.0",
"@paljs/cli": "8.0.0",
"@types/bcryptjs": "2.x",
"@types/cookie": "0.x",
"@types/graphql": "14.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/examples/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"graphql-modules": "1.x",
"@paljs/plugins": "7.1.0",
"@paljs/plugins": "8.0.0",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "7.1.0",
"@paljs/cli": "8.0.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down

0 comments on commit 7f86446

Please sign in to comment.