Skip to content

Commit

Permalink
Update @paljs package versions to 7.0.0
Browse files Browse the repository at this point in the history
The commit updates the versions of various @paljs packages in a number of example projects, including apollo-sdl-first, graphql-modules, full-stack-nextjs, apollo-nexus-schema, and multi_package. These updated versions improve the functionality and stability by integrating the latest changes and features from the @paljs library.
  • Loading branch information
AhmedElywa committed May 30, 2024
1 parent 3bdda63 commit 8b31107
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/create/examples/apollo-nexus-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"dependencies": {
"nexus": "1.x",
"@prisma/client": "5.x",
"@paljs/nexus": "6.0.7",
"@paljs/nexus": "7.0.0",
"apollo-server": "3.x",
"graphql": "16.x"
},
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "6.0.7",
"@paljs/cli": "7.0.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down
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": "6.0.7",
"@paljs/plugins": "7.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": "6.0.7",
"@paljs/cli": "7.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": "6.0.7",
"@paljs/nexus": "6.0.7",
"@paljs/admin": "7.0.0",
"@paljs/nexus": "7.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": "6.0.7",
"@paljs/cli": "7.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": "6.0.7",
"@paljs/nexus": "6.0.7",
"@paljs/admin": "7.0.0",
"@paljs/nexus": "7.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": "6.0.7",
"@paljs/cli": "7.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": "6.0.7",
"@paljs/plugins": "7.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": "6.0.7",
"@paljs/cli": "7.0.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down

0 comments on commit 8b31107

Please sign in to comment.