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 c35c0a6 commit 098edf5
Show file tree
Hide file tree
Showing 3 changed files with 1,361 additions and 872 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
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,33 +24,32 @@
},
"homepage": "https://github.com/graphql-compose/graphql-compose-aws#readme",
"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",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"aws-sdk": "2.653.0",
"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",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"aws-sdk": "2.896.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",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "15.3.0",
"graphql-compose": "7.19.4",
"jest": "26.4.0",
"nodemon": "2.0.2",
"prettier": "2.0.5",
"express-graphql": "0.12.0",
"graphql": "15.5.0",
"graphql-compose": "8.0.1",
"jest": "26.6.3",
"nodemon": "2.0.7",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"semantic-release": "17.1.1",
"ts-jest": "26.2.0",
"ts-node-dev": "1.0.0-pre.57",
"typescript": "3.9.7"
"semantic-release": "17.4.2",
"ts-jest": "26.5.5",
"ts-node-dev": "1.1.6",
"typescript": "4.2.4"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand Down

0 comments on commit 098edf5

Please sign in to comment.