Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Feb 2, 2021
1 parent 4878c15 commit 9cf16a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lib"
],
"scripts": {
"lint": "eslint .",
"lint": "eslint . --cache",
"test": "npm run lint && ava -v"
},
"dependencies": {
Expand All @@ -39,12 +39,12 @@
"ava": "^3.15.0"
},
"peerDependencies": {
"eslint": "^7.17.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^26.0.1"
"eslint-plugin-unicorn": "^27.0.0"
},
"peerDependenciesMeta": {
"eslint-plugin-jsx-a11y": {
Expand Down

0 comments on commit 9cf16a0

Please sign in to comment.