Skip to content

Commit

Permalink
Update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 26430f3 commit 9ae3c17
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 122 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@types/express-serve-static-core": "4.19.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.9.1",
"eslint-plugin-import": "2.29.1",
"typescript": "5.5.4"
},
Expand Down
177 changes: 60 additions & 117 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@types/react": "18.3.5",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"dotenv": "16.4.5",
"eslint": "9.9.1",
"eslint-config-airbnb": "19.0.4",
Expand Down

0 comments on commit 9ae3c17

Please sign in to comment.