Skip to content

Commit

Permalink
feat: update dependencies (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 22, 2021
1 parent 17396fc commit 0dc22bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -33,29 +33,29 @@
},
"homepage": "https://github.com/kentcdodds/eslint-config-kentcdodds#readme",
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/eslint-parser": "^7.14.2",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.3",
"@babel/eslint-plugin": "^7.13.16",
"@babel/preset-react": "^7.13.13",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest-dom": "^3.9.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^4.4.0",
"eslint-plugin-testing-library": "^4.5.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.5",
"webpack": "^5.37.0"
"webpack": "^5.37.1"
},
"devDependencies": {
"@testing-library/dom": "^7.31.0",
"@testing-library/jest-dom": "^5.12.0",
"eslint": "^7.26.0",
"eslint": "^7.27.0",
"eslint-find-rules": "^3.6.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
Expand Down

0 comments on commit 0dc22bf

Please sign in to comment.