Skip to content

Commit

Permalink
package fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Jan 10, 2024
1 parent 91f7dd3 commit 12cb671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"graphql": "15.4.0"
},
"workspaces": [
"./packages/graphql-demeter-core",
"./packages/graphql-demeter",
Expand Down
1 change: 1 addition & 0 deletions packages/graphql-demeter-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"private": false,
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": "GraphQL Editor, Artur Czemiel",
"scripts": {
"build": "tspc",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-demeter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"cross-fetch": "^3.0.4",
"graphql-demeter-core": "^1.0.0",
"graphql-yoga": "^5.1.1",
"yargs": "^16.1.1"
"yargs": "^16.1.1",
"graphql": "15.4.0"
},
"devDependencies": {
"@types/yargs": "^17.0.32"
Expand Down

0 comments on commit 12cb671

Please sign in to comment.