Skip to content

Commit

Permalink
Merge pull request #7385 from nestjs/renovate/eslint-7.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency eslint to v7.30.0
  • Loading branch information
kamilmysliwiec committed Jul 5, 2021
2 parents 0986993 + 347b3ff commit 4b3240a
Show file tree
Hide file tree
Showing 58 changed files with 1,025 additions and 352 deletions.
65 changes: 50 additions & 15 deletions sample/01-cats-app/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 sample/01-cats-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tsconfig-paths": "3.9.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"typescript": "4.3.5"
Expand Down
36 changes: 27 additions & 9 deletions sample/02-gateways/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 sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tsconfig-paths": "3.9.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"typescript": "4.3.5"
Expand Down
36 changes: 27 additions & 9 deletions sample/03-microservices/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 sample/03-microservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tsconfig-paths": "3.9.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"typescript": "4.3.5"
Expand Down
36 changes: 27 additions & 9 deletions sample/04-grpc/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 sample/04-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tsconfig-paths": "3.9.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"eslint": "7.29.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"typescript": "4.3.5"
Expand Down
Loading

0 comments on commit 4b3240a

Please sign in to comment.