Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Warner committed Dec 18, 2020
1 parent 3970d6d commit e7b11f0
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 144 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -38,18 +38,18 @@
"dependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^7.13.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-import-resolver-root-import": "^1.0.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^23.0.0"
"eslint-plugin-unicorn": "^24.0.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^4.3.0",
Expand All @@ -59,17 +59,17 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.0",
"@typescript-eslint/parser": "^4.8.0",
"husky": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"husky": "^4.3.6",
"is-plain-obj": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"lint-staged": "^10.5.3",
"lodash.find": "^4.6.0",
"prettier": "^2.0.5",
"prettier": "^2.2.1",
"react": "^17.0.1",
"standard-version": "^9.0.0",
"typescript": "^4.0.5"
"typescript": "^4.1.3"
},
"prettier": {
"printWidth": 120,
Expand Down

0 comments on commit e7b11f0

Please sign in to comment.