Skip to content

Commit

Permalink
Update linting packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 15, 2021
1 parent f648a09 commit 1909f53
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 51 deletions.
74 changes: 27 additions & 47 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"devDependencies": {
"ava": "^3.15.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.2.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"release-it": "^14.10.1",
"sinon": "^9.2.4"
},
"peerDependencies": {
"release-it": "^14.0.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "^12.20.0 || ^14.13.1 || >= 16"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 1909f53

Please sign in to comment.