Skip to content

Commit

Permalink
Dependency updates (#80)
Browse files Browse the repository at this point in the history
* Minor dependency updates

* Major dependency updates

* npm audit fix

* Update changelog

* Disable jsdoc/no-defaults in eslint
  • Loading branch information
MattIPv4 authored Jul 25, 2023
1 parent 9f37628 commit 578e09b
Show file tree
Hide file tree
Showing 4 changed files with 1,440 additions and 1,400 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ module.exports = {
],
'jsdoc/require-returns-description': 'off',
'jsdoc/tag-lines': 'off',
'jsdoc/no-defaults': 'off',
'jsdoc/no-undefined-types': [
'error',
{
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Any non-code changes should be prefixed with `(docs)`.
See `PUBLISH.md` for instructions on how to publish a new version.
-->

- (patch) Dependency updates
- (minor) Generate TypeScript definitions for package
- (patch) Dependency updates

Expand Down
Loading

0 comments on commit 578e09b

Please sign in to comment.