Skip to content

Commit 930bb7e

Browse files
committed
feat: add graphql-compose@9.0.0 to peerDependencies; update other dependencies
1 parent d9b9d1f commit 930bb7e

File tree

3 files changed

+871
-1468
lines changed

3 files changed

+871
-1468
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@
2222
},
2323
"homepage": "https://github.com/graphql-compose/graphql-compose-json",
2424
"peerDependencies": {
25-
"graphql-compose": "^7.0.4 || ^8.0.0"
25+
"graphql-compose": "^7.0.4 || ^8.0.0 || ^9.0.0"
2626
},
2727
"devDependencies": {
28-
"@types/express": "4.17.11",
28+
"@types/express": "4.17.12",
2929
"@types/express-graphql": "^0.9.0",
3030
"@types/jest": "26.0.23",
31-
"@types/node": "15.0.1",
31+
"@types/node": "15.6.1",
3232
"@types/node-fetch": "2.5.10",
33-
"@typescript-eslint/eslint-plugin": "4.22.0",
34-
"@typescript-eslint/parser": "4.22.0",
33+
"@typescript-eslint/eslint-plugin": "4.25.0",
34+
"@typescript-eslint/parser": "4.25.0",
3535
"cross-env": "7.0.3",
36-
"eslint": "7.25.0",
36+
"eslint": "7.27.0",
3737
"eslint-config-airbnb-base": "14.2.1",
3838
"eslint-config-prettier": "8.3.0",
39-
"eslint-plugin-import": "2.22.1",
39+
"eslint-plugin-import": "2.23.4",
4040
"eslint-plugin-prettier": "3.4.0",
4141
"express": "^4.17.1",
4242
"express-graphql": "0.12.0",
4343
"graphql": "15.5.0",
44-
"graphql-compose": "8.0.1",
45-
"jest": "26.6.3",
44+
"graphql-compose": "9.0.0",
45+
"jest": "27.0.3",
4646
"node-fetch": "2.6.1",
47-
"prettier": "2.2.1",
47+
"prettier": "2.3.0",
4848
"rimraf": "3.0.2",
49-
"semantic-release": "17.4.2",
50-
"ts-jest": "26.5.5",
51-
"ts-node": "9.1.1",
52-
"typescript": "4.2.4"
49+
"semantic-release": "17.4.3",
50+
"ts-jest": "27.0.1",
51+
"ts-node": "10.0.0",
52+
"typescript": "4.3.2"
5353
},
5454
"scripts": {
5555
"build": "rimraf lib && tsc -p ./tsconfig.build.json",

src/__tests__/composeWithJson-test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { PeopleTC } from '../__fixtures__/People';
55
import { composeWithJson } from '../index';
66

77
const { GraphQLSchema, GraphQLObjectType } = graphql;
8-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
98

109
// There is a HEROKU problem with https://swapi.co
1110
// Disable tests temporary

0 commit comments

Comments
 (0)