Skip to content

Commit

Permalink
chore: update node version align with prettier-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Oct 14, 2023
1 parent b43916b commit f8fcd96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
16.20.2
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI for prettier-eslint",
"main": "dist/no-main.js",
"engines": {
"node": ">=16.0.0"
"node": ">=16.10.0"
},
"bin": {
"prettier-eslint": "dist/index.js"
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@messageformat/core": "^3.2.0",
"@prettier/eslint": "npm:prettier-eslint@^16.0.0",
"@prettier/eslint": "npm:prettier-eslint@^16.1.0",
"arrify": "^2.0.1",
"boolify": "^1.0.1",
"camelcase-keys": "^9.1.0",
Expand Down Expand Up @@ -78,8 +78,7 @@
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"spawn-command": "0.0.2-1",
"strip-indent": "^3.0.0",
"yargs-parser": "^21.1.1"
"strip-indent": "^3.0.0"
},
"lint-staged": {
"*.+(js|json|md|yml)": "node ./dist/index --write"
Expand Down

0 comments on commit f8fcd96

Please sign in to comment.