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 34a66d7 commit fa9ef7b
Show file tree
Hide file tree
Showing 3 changed files with 926 additions and 807 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
33 changes: 16 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,25 @@
},
"homepage": "https://github.com/graphql-compose/graphql-compose-connection",
"peerDependencies": {
"graphql-compose": "^7.15.0"
"graphql-compose": "^7.15.0 || ^8.0.0"
},
"devDependencies": {
"@types/graphql": "14.5.0",
"@types/jest": "26.0.13",
"@typescript-eslint/eslint-plugin": "4.1.0",
"@typescript-eslint/parser": "4.1.0",
"eslint": "7.9.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",
"graphql": "15.3.0",
"graphql-compose": "7.21.1",
"jest": "26.4.2",
"prettier": "2.1.1",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"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",
"graphql": "15.5.0",
"graphql-compose": "8.0.1",
"jest": "26.6.3",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"ts-jest": "26.3.0",
"typescript": "4.0.2"
"semantic-release": "17.4.2",
"ts-jest": "26.5.5",
"typescript": "4.2.4"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand Down
Loading

0 comments on commit fa9ef7b

Please sign in to comment.