From 4d8cc60be7e13453cb358345d9d3a20c13e6a79a Mon Sep 17 00:00:00 2001 From: Johan Date: Sun, 24 Dec 2023 12:04:59 +0100 Subject: [PATCH] move graphql into deps from peerDeps --- package.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index e7daa8c..548be1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nexys/fetchr", - "version": "0.10.4", + "version": "0.11.0", "license": "AGPL-3.0-or-later", "main": "dist/index.js", "files": [ @@ -13,7 +13,6 @@ "url": "https://github.com/nexys-system/fetch-r/" }, "devDependencies": { - "@types/graphql-fields": "^1.3.4", "@types/jest": "^26.0.22", "@types/jsonwebtoken": "^8.5.1", "@types/koa": "^2.13.1", @@ -21,8 +20,6 @@ "@types/koa-router": "^7.4.1", "@types/node": "^14.14.37", "dotenv": "^16.3.1", - "graphql": "^16.5.0", - "graphql-fields": "^2.0.3", "jest": "^26.6.3", "jsonwebtoken": "^8.5.1", "koa": "^2.13.1", @@ -35,18 +32,16 @@ }, "dependencies": { "@nexys/validation": "^2.1.4", + "@types/graphql-fields": "^1.3.4", "@types/pg": "^8.10.2", "@types/sqlstring": "^2.3.0", "crc-32": "^1.2.2", + "graphql": "^16.5.0", + "graphql-fields": "^2.0.3", "mysql2": "^3.6.5", "pg": "^8.11.3", "sqlstring": "^2.3.2" }, - "peerDependencies": { - "@types/graphql-fields": "^1.3.4", - "graphql": "^16.5.0", - "graphql-fields": "^2.0.3" - }, "scripts": { "start": "node dist/index.js", "build": "tsc",