Skip to content

Commit

Permalink
Keep @types/node types at v8.
Browse files Browse the repository at this point in the history
In the same spirit as apollographql/apollo-server#2344,
this should hopefully _gently_ help us not use types which aren't available
in all of the versions of Node.js which we currently target.
  • Loading branch information
abernix committed Mar 12, 2019
1 parent 0cec057 commit 2865022
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/lodash.sortby": "4.7.6",
"@types/minimatch": "3.0.3",
"@types/nock": "9.3.1",
"@types/node": "11.9.5",
"@types/node": "8.10.43",
"@types/node-fetch": "2.1.6",
"@types/react": "16.8.7",
"@types/react-dom": "16.8.2",
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
}
]
},
{
"packageNames": ["@types/node"],
"allowedVersions": "8.x"
},
{
"packageNames": ["@oclif/config"],
"rangeStrategy": "pin",
Expand Down

0 comments on commit 2865022

Please sign in to comment.