Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 22, 2024
1 parent 6932106 commit 4d942bc
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 293 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default [
'unicorn/prefer-switch': 'off',
'unicorn/better-regex': 'off',
'unicorn/no-for-loop': 'off',
'unicorn/prefer-string-replace-all': 'off',
'unicorn/escape-case': 'off',
'unicorn/prefer-structured-clone': 'off',
'unicorn/prefer-number-properties': 'off',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-plugin-unicorn": "^54.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"standard-changelog": "^6.0.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
Expand Down
Loading

0 comments on commit 4d942bc

Please sign in to comment.