Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent d9a54ae commit 6624c8c
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 144 deletions.
50 changes: 25 additions & 25 deletions e2e/projects/eslint-recommended/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 e2e/projects/eslint-recommended/package.json
Expand Up @@ -5,7 +5,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"typescript": "5.4.5"
}
Expand Down
50 changes: 25 additions & 25 deletions e2e/projects/simple/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 e2e/projects/simple/package.json
Expand Up @@ -5,7 +5,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"typescript": "5.4.5"
}
Expand Down
88 changes: 44 additions & 44 deletions e2e/projects/ts-eslint-plugin/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 e2e/projects/ts-eslint-plugin/package.json
Expand Up @@ -5,8 +5,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"typescript": "5.4.5"
}
Expand Down

0 comments on commit 6624c8c

Please sign in to comment.