Skip to content

Commit

Permalink
feat: add [email protected] to peerDependencies; update other dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
nodkz committed May 30, 2021
1 parent 930fa9f commit 7637348
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 1,350 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14, 16]
node-version: [12, 14, 16]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@
"dedent": "0.7.0"
},
"peerDependencies": {
"graphql-compose": "^7.7.0 || ^8.0.0"
"graphql-compose": "^7.7.0 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@types/dedent": "0.7.0",
"@types/glob": "7.1.3",
"@types/jest": "26.0.23",
"@types/lodash.sortby": "^4.7.6",
"@types/node": "15.0.2",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"apollo-server": "2.24.0",
"eslint": "7.26.0",
"@types/node": "15.6.1",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"apollo-server": "2.25.0",
"eslint": "7.27.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"graphql": "15.5.0",
"graphql-compose": "8.1.0",
"jest": "26.6.3",
"graphql-compose": "9.0.0",
"jest": "27.0.3",
"lodash.sortby": "^4.7.0",
"prettier": "2.3.0",
"rimraf": "3.0.2",
"semantic-release": "17.4.2",
"ts-jest": "26.5.6",
"ts-node": "9.1.1",
"typescript": "4.2.4"
"semantic-release": "17.4.3",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.3.2"
},
"scripts": {
"watch": "jest --watch",
Expand Down
Loading

0 comments on commit 7637348

Please sign in to comment.