Skip to content

Commit e82ddea

Browse files
Remove graphql from dependency
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
1 parent 5dbe5bf commit e82ddea

File tree

3 files changed

+31
-2156
lines changed

3 files changed

+31
-2156
lines changed

package-lock.json

+27-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-citadel",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Easy to use schema-first GraphQL schema directive for authentication and authorization",
55
"main": "dist/index.js",
66
"repository": {
@@ -14,11 +14,12 @@
1414
},
1515
"dependencies": {
1616
"@graphql-tools/utils": "^8.8.0",
17-
"apollo-server-errors": "^3.3.1"
17+
"apollo-server-errors": "^3.3.1",
18+
"graphql-citadel": "^0.1.3"
1819
},
1920
"devDependencies": {
20-
"jest": "^28.1.1",
2121
"graphql": "^16.5.0",
22+
"jest": "^28.1.1",
2223
"typescript": "^4.7.4"
2324
},
2425
"peerDependencies": {

0 commit comments

Comments
 (0)