Skip to content

Commit 098edf5

Browse files
committed
feat: add graphql-compose@^8.0.0 to peer dependencies and update other dependencies
1 parent c35c0a6 commit 098edf5

File tree

3 files changed

+1361
-872
lines changed

3 files changed

+1361
-872
lines changed

.eslintrc.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ const path = require('path');
33
module.exports = {
44
parser: '@typescript-eslint/parser',
55
plugins: ['@typescript-eslint', 'prettier'],
6-
extends: [
7-
'plugin:@typescript-eslint/recommended',
8-
'prettier/@typescript-eslint',
9-
'plugin:prettier/recommended',
10-
],
6+
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
117
parserOptions: {
128
sourceType: 'module',
139
useJSXTextNode: true,

package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,32 @@
2424
},
2525
"homepage": "https://github.com/graphql-compose/graphql-compose-aws#readme",
2626
"peerDependencies": {
27-
"graphql-compose": "^7.0.4"
27+
"graphql-compose": "^7.0.4 || ^8.0.0"
2828
},
2929
"devDependencies": {
30-
"@types/express": "4.17.4",
30+
"@types/express": "4.17.11",
3131
"@types/express-graphql": "^0.9.0",
32-
"@types/graphql": "14.5.0",
33-
"@types/jest": "26.0.10",
34-
"@typescript-eslint/eslint-plugin": "3.9.0",
35-
"@typescript-eslint/parser": "3.9.0",
36-
"aws-sdk": "2.653.0",
37-
"eslint": "7.7.0",
38-
"eslint-config-airbnb-base": "14.2.0",
39-
"eslint-config-prettier": "6.11.0",
40-
"eslint-plugin-import": "2.22.0",
41-
"eslint-plugin-prettier": "3.1.4",
32+
"@types/jest": "26.0.23",
33+
"@typescript-eslint/eslint-plugin": "4.22.0",
34+
"@typescript-eslint/parser": "4.22.0",
35+
"aws-sdk": "2.896.0",
36+
"eslint": "7.25.0",
37+
"eslint-config-airbnb-base": "14.2.1",
38+
"eslint-config-prettier": "8.3.0",
39+
"eslint-plugin-import": "2.22.1",
40+
"eslint-plugin-prettier": "3.4.0",
4241
"express": "^4.17.1",
43-
"express-graphql": "^0.9.0",
44-
"graphql": "15.3.0",
45-
"graphql-compose": "7.19.4",
46-
"jest": "26.4.0",
47-
"nodemon": "2.0.2",
48-
"prettier": "2.0.5",
42+
"express-graphql": "0.12.0",
43+
"graphql": "15.5.0",
44+
"graphql-compose": "8.0.1",
45+
"jest": "26.6.3",
46+
"nodemon": "2.0.7",
47+
"prettier": "2.2.1",
4948
"rimraf": "3.0.2",
50-
"semantic-release": "17.1.1",
51-
"ts-jest": "26.2.0",
52-
"ts-node-dev": "1.0.0-pre.57",
53-
"typescript": "3.9.7"
49+
"semantic-release": "17.4.2",
50+
"ts-jest": "26.5.5",
51+
"ts-node-dev": "1.1.6",
52+
"typescript": "4.2.4"
5453
},
5554
"scripts": {
5655
"build": "rimraf lib && tsc -p ./tsconfig.build.json",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy