Skip to content

Commit

Permalink
plugin updates and other dependencies
Browse files Browse the repository at this point in the history
- typescript-eslint
- eslint-plugin-jsdoc
  • Loading branch information
dangowans committed Feb 1, 2024
1 parent 8bd15c8 commit 09f127f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
114 changes: 57 additions & 57 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "Unlicense",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^2.2.0",
Expand All @@ -36,6 +36,6 @@
"eslint-plugin-unicorn": "^50.0.1"
},
"devDependencies": {
"@types/node": "^20.11.2"
"@types/node": "^20.11.16"
}
}

0 comments on commit 09f127f

Please sign in to comment.