Skip to content

Commit

Permalink
feat: add graphql-compose@^8.0.0 to peer dependencies and update ot…
Browse files Browse the repository at this point in the history
…her dependencies
  • Loading branch information
nodkz committed Apr 30, 2021
1 parent fe7c9f7 commit d9b9d1f
Show file tree
Hide file tree
Showing 3 changed files with 3,200 additions and 4,403 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ const path = require('path');
module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'prettier'],
extends: [
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
'plugin:prettier/recommended',
],
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
parserOptions: {
sourceType: 'module',
useJSXTextNode: true,
Expand Down
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,34 @@
},
"homepage": "https://github.com/graphql-compose/graphql-compose-json",
"peerDependencies": {
"graphql-compose": "^7.0.4"
"graphql-compose": "^7.0.4 || ^8.0.0"
},
"devDependencies": {
"@types/express": "4.17.4",
"@types/express": "4.17.11",
"@types/express-graphql": "^0.9.0",
"@types/graphql": "^14.5.0",
"@types/jest": "26.0.10",
"@types/node": "14.6.0",
"@types/node-fetch": "2.5.7",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"cross-env": "7.0.2",
"eslint": "7.7.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"@types/jest": "26.0.23",
"@types/node": "15.0.1",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"cross-env": "7.0.3",
"eslint": "7.25.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.4.0",
"express": "^4.17.1",
"express-graphql": "0.11.0",
"graphql": "15.3.0",
"graphql-compose": "7.19.4",
"jest": "26.4.0",
"node-fetch": "^2.6.0",
"prettier": "2.0.5",
"express-graphql": "0.12.0",
"graphql": "15.5.0",
"graphql-compose": "8.0.1",
"jest": "26.6.3",
"node-fetch": "2.6.1",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7"
"semantic-release": "17.4.2",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
"typescript": "4.2.4"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand All @@ -59,7 +58,7 @@
"lint": "yarn eslint && yarn tscheck",
"eslint": "eslint --ext .ts ./src",
"tscheck": "tsc --noEmit",
"test": "cross-env NODE_ENV=test npm run coverage && npm run lint",
"test": "cross-env NODE_ENV=test yarn coverage && yarn lint",
"semantic-release": "semantic-release",
"fixture-demo": "ts-node ./src/__fixtures__/app.ts"
}
Expand Down
Loading

0 comments on commit d9b9d1f

Please sign in to comment.