Skip to content

Commit

Permalink
Update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed May 25, 2021
1 parent b9a8657 commit 4be0f71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch

- Updated dev dependencies.
- Renamed variables in the test index module.
- Amended the changelog entries for v11.0.0, v11.0.2, and v14.0.0.

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"react-waterfall-render": "^2.0.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^6.0.0",
"@testing-library/react-hooks": "^7.0.0",
"abort-controller": "^3.0.0",
"coverage-node": "^5.0.1",
"esbuild": "^0.12.0",
"eslint": "^7.26.0",
"eslint-config-env": "^20.0.0",
"esbuild": "^0.12.1",
"eslint": "^7.27.0",
"eslint-config-env": "^20.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsdoc": "^34.8.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsdoc": "^35.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
Expand Down

0 comments on commit 4be0f71

Please sign in to comment.