File tree 3 files changed +1101
-1309
lines changed
3 files changed +1101
-1309
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [10 .x, 12 .x, 14 .x]
13
+ node-version : [12 .x, 14 .x, 16 .x]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 24
24
},
25
25
"homepage" : " https://github.com/graphql-compose/graphql-compose-connection" ,
26
26
"peerDependencies" : {
27
- "graphql-compose" : " ^7.15.0 || ^8.0.0"
27
+ "graphql-compose" : " ^7.15.0 || ^8.0.0 || ^9.0.0 "
28
28
},
29
29
"devDependencies" : {
30
30
"@types/jest" : " 26.0.23" ,
31
- "@typescript-eslint/eslint-plugin" : " 4.22 .0" ,
32
- "@typescript-eslint/parser" : " 4.22 .0" ,
33
- "eslint" : " 7.25 .0" ,
31
+ "@typescript-eslint/eslint-plugin" : " 4.25 .0" ,
32
+ "@typescript-eslint/parser" : " 4.25 .0" ,
33
+ "eslint" : " 7.27 .0" ,
34
34
"eslint-config-airbnb-base" : " 14.2.1" ,
35
35
"eslint-config-prettier" : " 8.3.0" ,
36
- "eslint-plugin-import" : " 2.22.1 " ,
36
+ "eslint-plugin-import" : " 2.23.4 " ,
37
37
"eslint-plugin-prettier" : " 3.4.0" ,
38
38
"graphql" : " 15.5.0" ,
39
- "graphql-compose" : " 8 .0.1 " ,
40
- "jest" : " 26.6 .3" ,
41
- "prettier" : " 2.2.1 " ,
39
+ "graphql-compose" : " 9 .0.0 " ,
40
+ "jest" : " 27.0 .3" ,
41
+ "prettier" : " 2.3.0 " ,
42
42
"rimraf" : " 3.0.2" ,
43
- "semantic-release" : " 17.4.2 " ,
44
- "ts-jest" : " 26.5.5 " ,
45
- "typescript" : " 4.2.4 "
43
+ "semantic-release" : " 17.4.3 " ,
44
+ "ts-jest" : " 27.0.1 " ,
45
+ "typescript" : " 4.3.2 "
46
46
},
47
47
"scripts" : {
48
48
"build" : " rimraf lib && tsc -p ./tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments