File tree Expand file tree Collapse file tree 3 files changed +1101
-1309
lines changed Expand file tree Collapse file tree 3 files changed +1101
-1309
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [10 .x, 12 .x, 14 .x]
13+ node-version : [12 .x, 14 .x, 16 .x]
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2424 },
2525 "homepage" : " https://github.com/graphql-compose/graphql-compose-connection" ,
2626 "peerDependencies" : {
27- "graphql-compose" : " ^7.15.0 || ^8.0.0"
27+ "graphql-compose" : " ^7.15.0 || ^8.0.0 || ^9.0.0 "
2828 },
2929 "devDependencies" : {
3030 "@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" ,
3434 "eslint-config-airbnb-base" : " 14.2.1" ,
3535 "eslint-config-prettier" : " 8.3.0" ,
36- "eslint-plugin-import" : " 2.22.1 " ,
36+ "eslint-plugin-import" : " 2.23.4 " ,
3737 "eslint-plugin-prettier" : " 3.4.0" ,
3838 "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 " ,
4242 "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 "
4646 },
4747 "scripts" : {
4848 "build" : " rimraf lib && tsc -p ./tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments