Skip to content

Commit

Permalink
chore: misc package.json updates related to v2 (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Aug 9, 2019
1 parent 3c902a1 commit 42b3013
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
]
},
"engines": {
"node": ">=6.14.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-tslint/package.json
Expand Up @@ -11,7 +11,7 @@
"tslint"
],
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/package.json
Expand Up @@ -9,7 +9,7 @@
"typescript"
],
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"files": [
"dist",
Expand Down Expand Up @@ -54,7 +54,7 @@
"typescript": "*"
},
"peerDependencies": {
"@typescript-eslint/parser": "^1.9.0",
"@typescript-eslint/parser": "^2.0.0-alpha.0",
"eslint": "^5.0.0 || ^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/experimental-utils/package.json
Expand Up @@ -8,7 +8,7 @@
"estree"
],
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Expand Up @@ -9,7 +9,7 @@
"LICENSE"
],
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/package.json
Expand Up @@ -10,7 +10,7 @@
"LICENSE"
],
"engines": {
"node": ">=6.14.0"
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 42b3013

Please sign in to comment.