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): update dependency @types/eslint to v9 #519

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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 @@ -49,7 +49,7 @@
},
"devDependencies": {
"@svgr/webpack": "^8.0.0",
"@types/eslint": "^8.21.1",
"@types/eslint": "^9.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2503,13 +2503,13 @@ __metadata:
languageName: node
linkType: hard

"@types/eslint@npm:^8.21.1":
version: 8.56.12
resolution: "@types/eslint@npm:8.56.12"
"@types/eslint@npm:^9.0.0":
version: 9.6.1
resolution: "@types/eslint@npm:9.6.1"
dependencies:
"@types/estree": "*"
"@types/json-schema": "*"
checksum: 0f7710ee02a256c499514251f527f84de964bb29487db840408e4cde79283124a38935597636d2265756c34dd1d902e1b00ae78930d4a0b55111909cb7b80d84
checksum: c286e79707ab604b577cf8ce51d9bbb9780e3d6a68b38a83febe13fa05b8012c92de17c28532fac2b03d3c460123f5055d603a579685325246ca1c86828223e0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8656,7 +8656,7 @@ __metadata:
"@trpc/next": ^10.9.0
"@trpc/react-query": ^10.9.0
"@trpc/server": ^10.9.0
"@types/eslint": ^8.21.1
"@types/eslint": ^9.0.0
"@types/node": ^22.0.0
"@types/react": ^18.0.28
"@types/react-dom": ^18.0.11
Expand Down