Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jun 11, 2021
1 parent 52ffcb9 commit b1eb911
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next

### Major

- Updated the [`extract-files`](https://npm.im/extract-files) dependency to [v11](https://github.com/jaydenseric/extract-files/releases/tag/v11.0.0). This dependency is used by the function `fetchOptionsGraphQL`.

### Patch

- Updated dev dependencies.
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@
"react-dom": "16.14 - 17"
},
"dependencies": {
"extract-files": "^10.0.0",
"extract-files": "^11.0.0",
"isobject": "^4.0.0",
"react-waterfall-render": "^2.0.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^7.0.0",
"abort-controller": "^3.0.0",
"coverage-node": "^5.0.1",
"esbuild": "^0.12.1",
"eslint": "^7.27.0",
"esbuild": "^0.12.8",
"eslint": "^7.28.0",
"eslint-config-env": "^20.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsdoc": "^35.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"event-target-shim": "^6.0.2",
"filter-console": "^0.1.1",
"formdata-node": "^3.4.0",
"formdata-node": "^3.5.3",
"gzip-size": "^6.0.0",
"jsdoc-md": "^11.0.0",
"node-fetch": "^3.0.0-beta.9",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
Expand Down

0 comments on commit b1eb911

Please sign in to comment.