Skip to content

Commit

Permalink
chore: require nodejs 10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop nodejs < 10.13
  • Loading branch information
foray1010 committed Dec 5, 2019
1 parent 21ac81f commit 0a227b0
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:8'
- image: 'circleci/node:10'
steps:
- 'checkout'
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"sort-package-json": "1.24.0"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
}
}
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"core-js": ">=3 <4"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/common-presets-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"read-pkg-up": "^7.0.0"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typescript": "*"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/import-sort-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"import-sort-cli": ">=6 <7"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prettier": ">=1.13.0 <2"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"remark-preset-prettier": "^0.2.2"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"stylelint": ">=11 <13"
},
"engines": {
"node": ">=8.9"
"node": ">=10.13"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0a227b0

Please sign in to comment.