Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/eslint from v8.56.5 to v8.56.6 #807

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@jest/types": "29.6.3",
"@tsconfig/node18": "18.2.2",
"@tsconfig/strictest": "2.0.2",
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/jest": "29.5.12",
"@types/node": "20.11.27",
"@typescript-eslint/eslint-plugin": "7.3.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1195,13 +1195,13 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:8.56.5":
version: 8.56.5
resolution: "@types/eslint@npm:8.56.5"
"@types/eslint@npm:8.56.6":
version: 8.56.6
resolution: "@types/eslint@npm:8.56.6"
dependencies:
"@types/estree": "npm:*"
"@types/json-schema": "npm:*"
checksum: 10c0/1d5d70ea107c63adfaf63020f85859c404f90c21ada2a655376b8e76109df354643797e30c7afc3b2de84797d9f5ce9f03f53a5d29a186706a44afd90f76597c
checksum: 10c0/52124f0868b14f21b4c8c21cb3c6065e0671df3f64c0bb3d37efe12e41b3434f478461f5ba0dabf368cd927ddc9b36d5592e7f61b939463576ab69c3bf8f3b12
languageName: node
linkType: hard

Expand Down Expand Up @@ -2333,7 +2333,7 @@ __metadata:
"@jest/types": "npm:29.6.3"
"@tsconfig/node18": "npm:18.2.2"
"@tsconfig/strictest": "npm:2.0.2"
"@types/eslint": "npm:8.56.5"
"@types/eslint": "npm:8.56.6"
"@types/jest": "npm:29.5.12"
"@types/node": "npm:20.11.27"
"@typescript-eslint/eslint-plugin": "npm:7.3.1"
Expand Down
Loading