Skip to content

Commit

Permalink
Fix dependency updates (#411)
Browse files Browse the repository at this point in the history
* Revert "Update npm packages including express (#400)"

This reverts commit a0ee887.

* chore: update dependencies

* chore: update eslint

* style: format package.json
  • Loading branch information
notaphplover authored Oct 25, 2024
1 parent a0ee887 commit 81933b6
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 435 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module.exports = [
{
ignores: ["lib/", "es/", "es6/", "*.d.ts", "src/**/*.js", "test/**/*.js", ".eslintrc.js", "jest.config.js", "coverage"]
}
];
];
Loading

0 comments on commit 81933b6

Please sign in to comment.