Skip to content

Commit

Permalink
chore(docs): Update some dependencies in the "blog" example (#1079)
Browse files Browse the repository at this point in the history
Update some dependencies
"nexus-plugin-prisma": "^0.32.0" was incompatible with "@prisma/client": "2.19.x",
  • Loading branch information
nlko committed May 20, 2021
1 parent 69ce9fa commit 351aebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/blog/package.json
Expand Up @@ -15,18 +15,18 @@
"data:inject": "ts-node prisma/fake-data.ts"
},
"dependencies": {
"@prisma/client": "2.19.0",
"@prisma/client": "2.21.x",
"graphql": "^15.4.0",
"graphql-yoga": "^1.18.2",
"nexus": "^1.0.0",
"nexus-plugin-prisma": "^0.32.0"
"nexus-plugin-prisma": "0.34.0"
},
"devDependencies": {
"@types/faker": "^5.1.5",
"@types/ws": "^7.4.0",
"faker": "^5.1.0",
"prettier": "^2.2.1",
"prisma": "^2.19.0",
"prisma": "2.21.x",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.1",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 351aebe

Please sign in to comment.