Skip to content

Commit 7637348

Browse files
committed
feat: add [email protected] to peerDependencies; update other dependencies
1 parent 930fa9f commit 7637348

File tree

3 files changed

+972
-1350
lines changed

3 files changed

+972
-1350
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, 12, 14, 16]
13+
node-version: [12, 14, 16]
1414
fail-fast: false
1515
steps:
1616
- uses: actions/checkout@v2

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414
"dedent": "0.7.0"
1515
},
1616
"peerDependencies": {
17-
"graphql-compose": "^7.7.0 || ^8.0.0"
17+
"graphql-compose": "^7.7.0 || ^8.0.0 || ^9.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/dedent": "0.7.0",
2121
"@types/glob": "7.1.3",
2222
"@types/jest": "26.0.23",
2323
"@types/lodash.sortby": "^4.7.6",
24-
"@types/node": "15.0.2",
25-
"@typescript-eslint/eslint-plugin": "4.23.0",
26-
"@typescript-eslint/parser": "4.23.0",
27-
"apollo-server": "2.24.0",
28-
"eslint": "7.26.0",
24+
"@types/node": "15.6.1",
25+
"@typescript-eslint/eslint-plugin": "4.25.0",
26+
"@typescript-eslint/parser": "4.25.0",
27+
"apollo-server": "2.25.0",
28+
"eslint": "7.27.0",
2929
"eslint-config-prettier": "8.3.0",
3030
"eslint-plugin-prettier": "3.4.0",
3131
"graphql": "15.5.0",
32-
"graphql-compose": "8.1.0",
33-
"jest": "26.6.3",
32+
"graphql-compose": "9.0.0",
33+
"jest": "27.0.3",
3434
"lodash.sortby": "^4.7.0",
3535
"prettier": "2.3.0",
3636
"rimraf": "3.0.2",
37-
"semantic-release": "17.4.2",
38-
"ts-jest": "26.5.6",
39-
"ts-node": "9.1.1",
40-
"typescript": "4.2.4"
37+
"semantic-release": "17.4.3",
38+
"ts-jest": "27.0.1",
39+
"ts-node": "10.0.0",
40+
"typescript": "4.3.2"
4141
},
4242
"scripts": {
4343
"watch": "jest --watch",

0 commit comments

Comments
 (0)