Skip to content

Commit

Permalink
chore!: drop node 12 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Jun 12, 2022
1 parent 05141ff commit c43351e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"typescript": "4.7.3"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/runtime": "^7.9.6"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"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 @@ -19,7 +19,7 @@
"read-pkg-up": "^7.0.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"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 @@ -43,7 +43,7 @@
"prettier": ">=2 <3"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"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 @@ -23,7 +23,7 @@
"prettier": ">=2.4 <3"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"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 @@ -29,7 +29,7 @@
"remark-cli": ">=10"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"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 @@ -29,7 +29,7 @@
"stylelint": ">=14 <15"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typescript": ">=4.1.2"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c43351e

Please sign in to comment.