Skip to content

Commit

Permalink
chore(deps-dev): use ~ for eslint
Browse files Browse the repository at this point in the history
- until typescript-eslint is fixed
- regenerate lock file to pick up security fixes
  • Loading branch information
AviVahl committed Nov 18, 2024
1 parent 1162783 commit ed3428d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "20",
"@types/semver": "^7.5.8",
"eslint": "^9.14.0",
"eslint": "~9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-tests": "^3.3.0",
"prettier": "^3.3.3",
Expand Down

0 comments on commit ed3428d

Please sign in to comment.