Skip to content

Commit

Permalink
update examples version
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Jun 25, 2020
1 parent 30d06dd commit f283ae0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create/examples/apollo-nexus-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@nexus/schema": "0.x",
"@prisma/client": "2.x",
"@paljs/nexus": "0.0.5",
"@paljs/nexus": "1.0.0",
"apollo-server": "2.x",
"graphql": "15.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create/examples/apollo-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "ts-node-dev --no-notify --respawn --transpileOnly src/server"
},
"dependencies": {
"@paljs/plugins": "0.0.5",
"@paljs/plugins": "1.0.0",
"@prisma/client": "2.x",
"apollo-server": "2.x",
"graphql": "15.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@nexus/schema": "0.x",
"@paljs/nexus": "0.0.5",
"@paljs/nexus": "1.0.0",
"@prisma/client": "2.x",
"apollo-server": "2.x",
"bcryptjs": "2.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"dependencies": {
"@apollo/client": "3.x",
"@paljs/admin": "0.0.5",
"@paljs/admin": "1.0.0",
"@paljs/ui": "1.x",
"@paljs/eva-icon": "1.x",
"babel-plugin-styled-components": "1.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/examples/full-stack-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@apollo/client": "3.x",
"@apollo/react-ssr": "4.x",
"@nexus/schema": "0.x",
"@paljs/nexus": "0.0.5",
"@paljs/admin": "0.0.5",
"@paljs/nexus": "1.0.0",
"@paljs/admin": "1.0.0",
"@paljs/ui": "1.x",
"@paljs/eva-icon": "1.x",
"@prisma/client": "2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/examples/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@graphql-modules/core": "0.x",
"@graphql-modules/di": "0.x",
"@paljs/plugins": "0.0.5",
"@paljs/plugins": "1.0.0",
"@prisma-tools/graphql-modules": "0.x",
"@prisma/client": "2.x",
"apollo-server": "2.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@prisma/client": "2.x",
"nexus": "0.x",
"nexus-plugin-paljs": "0.0.5"
"nexus-plugin-paljs": "1.0.0"
},
"devDependencies": {
"@prisma/cli": "2.x",
Expand Down

0 comments on commit f283ae0

Please sign in to comment.