Skip to content

Commit

Permalink
Update Linting and Formatting Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 0f55bfb commit 96b6fd0
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 174 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@yarnpkg/sdks": "3.2.0",
"eslint": "8.57.0",
"eslint": "9.8.0",
"prettier": "3.3.3",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@vitest/ui": "2.0.5",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsdoc": "49.0.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@vitest/ui": "2.0.5",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsdoc": "49.0.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"typescript": "5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"eslint": "8.57.0",
"eslint": "9.8.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsdoc": "49.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 96b6fd0

Please sign in to comment.