Skip to content

Commit

Permalink
feat: moved gql-query-builder to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed May 15, 2024
1 parent c0a689a commit f5efd42
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 28 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"graphql-middleware": "^6.1.35",
"graphql-playground-html": "^1.6.30",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-request": "^7.0.1",
"json-stringify-deterministic": "^1.0.12",
"jsonwebtoken": "^9.0.2",
"ms": "^2.1.3",
Expand Down Expand Up @@ -68,7 +69,6 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"gql-query-builder": "^3.8.0",
"graphql-request": "^5.2.0",
"node-fetch": "^3.3.2",
"typescript": "^5.4.5",
"vitest-mock-extended": "^1.3.1"
Expand Down
Loading

0 comments on commit f5efd42

Please sign in to comment.