Skip to content

Commit 8e14b3e

Browse files
committed
fix(dependency): added graphql as a dependency not in dev dependencies
1 parent 7b7ff99 commit 8e14b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"@types/node": "^12.0.10",
4040
"@types/sortablejs": "^1.10.0",
4141
"cssnano": "^4.1.10",
42-
"graphql": "^14.5.8",
4342
"husky": "^3.0.9",
4443
"typescript": "^3.9.3"
4544
},
@@ -54,6 +53,7 @@
5453
"@rxdi/graphql-client": "^0.7.133",
5554
"animejs": "^3.1.0",
5655
"graphql-tag": "^2.10.1",
56+
"graphql": "^14.5.8",
5757
"infinite-carousel-wc": "^0.5.3",
5858
"js-yaml": "^3.13.1",
5959
"marked": "^1.2.5",

0 commit comments

Comments
 (0)