Skip to content

Commit d30d18d

Browse files
committed
feat: add [email protected] to peerDependencies; update other dependencies
1 parent e5fbc42 commit d30d18d

File tree

3 files changed

+1097
-1303
lines changed

3 files changed

+1097
-1303
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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 }}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,26 @@
2323
},
2424
"homepage": "https://github.com/graphql-compose/graphql-compose-pagination",
2525
"peerDependencies": {
26-
"graphql-compose": "^7.15.0 || ^8.0.0"
26+
"graphql-compose": "^7.15.0 || ^8.0.0 || ^9.0.0"
2727
},
2828
"devDependencies": {
2929
"@types/graphql": "14.5.0",
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.0",
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",

0 commit comments

Comments
 (0)