Explicitly add graphql-tag as api dependency

This commit is contained in:
Kurt Hutten
2021-06-19 08:51:42 +10:00
parent 13b5d9c108
commit 35a1d84951
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
"@redwoodjs/api": "^0.33.0",
"@redwoodjs/api-server": "^0.33.0",
"@sentry/node": "^6.5.1",
"cloudinary": "^1.23.0"
"cloudinary": "^1.23.0",
"graphql-tag": "^2.12.4"
}
}