Skip to content

Commit

Permalink
fix: Update dependencies (kentcdodds#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 26, 2020
1 parent 7fb9f77 commit 84a7959
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.2",
"eslint-plugin-jest-dom": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-testing-library": "^3.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.3.2",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.2",
"webpack": "^4.43.0"
"webpack": "^4.44.0"
},
"peerDependencies": {
"eslint": ">=6"
},
"devDependencies": {
"@testing-library/dom": "^7.16.3",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/dom": "^7.21.5",
"@testing-library/jest-dom": "^5.11.1",
"eslint": "^6.8.0",
"eslint-find-rules": "^3.5.0",
"kcd-scripts": "^6.2.3",
"eslint-find-rules": "^3.6.0",
"kcd-scripts": "^6.2.4",
"npm-run-all": "^4.1.5",
"pretty-quick": "^2.0.1"
},
Expand Down

0 comments on commit 84a7959

Please sign in to comment.