Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMiguel committed Jan 19, 2021
1 parent 22be443 commit e370e00
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 195 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
}
},
"dependencies": {
"eslint": "^7.15.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-jsdoc": "^31.0.7",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.16",
"@types/jest": "^26.0.20",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.4",
"husky": "^4.3.8",
"jest": "^26.6.3",
"react": "^17.0.1",
"standard-version": "^9.0.0"
"standard-version": "^9.1.0"
}
}
Loading

0 comments on commit e370e00

Please sign in to comment.