Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
- eslint-config-love
- eslint-plugin-jsdoc
- eslint-plugin-regexp
  • Loading branch information
dangowans committed Apr 8, 2024
1 parent 28bbacd commit 6a5bf6b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 50 deletions.
63 changes: 17 additions & 46 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint-config-love": "^44.0.0",
"eslint-config-love": "^46.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.2",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.4.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^52.0.0"
},
"devDependencies": {
"@types/node": "^20.12.3"
"@types/node": "^20.12.5"
}
}

0 comments on commit 6a5bf6b

Please sign in to comment.