Skip to content

Commit

Permalink
Merge pull request #550 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update everything except typescript and rimraf
  • Loading branch information
hildjj authored Sep 23, 2024
2 parents a7b6f73 + 61bc5af commit 12e969b
Show file tree
Hide file tree
Showing 6 changed files with 1,364 additions and 1,464 deletions.
4 changes: 3 additions & 1 deletion .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = {
"dep": ["prod", "dev", "packageManager"],
"reject": [
"chai", // Moved to es6
"@types/chai", // Should match chai
"@types/chai", // Should match chai,
"rimraf", // Requires node 20
"typescript", // Waiting on typescript-eslint
],
};
2 changes: 1 addition & 1 deletion docs/js/test-bundle.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 12e969b

Please sign in to comment.