Skip to content

Commit

Permalink
Bump eslint from 8.49.0 to 8.50.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 51b7dde commit 0dd0db9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 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 packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vitejs/plugin-react": "4.0.4",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-standard-with-typescript": "39.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-standard-with-typescript": "39.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@nestjs/terminus": "10.1.1",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-standard-with-typescript": "39.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-n": "16.1.0",
Expand Down

0 comments on commit 0dd0db9

Please sign in to comment.