Skip to content

Commit

Permalink
Downgrade graphql-middleware due to maticzav/graphql-middleware#433
Browse files Browse the repository at this point in the history
  • Loading branch information
wangel13 committed Nov 22, 2021
1 parent 40f84ff commit b9c172c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-next-auth-graphql-starter",
"version": "3.1.0",
"version": "3.1.1",
"description": "",
"scripts": {
"start": "next start",
Expand Down Expand Up @@ -30,7 +30,7 @@
"auth"
],
"author": "Taras Protchenko",
"license": "ISC",
"license": "MIT",
"dependencies": {
"micro": "9.3.4",
"micro-cors": "0.1.1",
Expand All @@ -40,10 +40,10 @@
"@tailwindcss/typography": "0.4.1",
"apollo-server-micro": "3.4.0",
"graphql": "15.6.1",
"graphql-middleware": "6.1.10",
"graphql-middleware": "6.0.9",
"graphql-scalars": "1.12.0",
"graphql-shield": "7.5.0",
"next": "12.0.0",
"next": "12.0.4",
"next-auth": "3.29.0",
"nexus": "1.1.0",
"react": "17.0.2",
Expand Down

0 comments on commit b9c172c

Please sign in to comment.