Skip to content

Commit

Permalink
chore: bump typescript-eslint to v7 (#11845)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunbinseo authored Feb 16, 2024
1 parent cd6db35 commit 53412fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-radios-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-svelte": patch
---

chore: bump typescript-eslint to v7
4 changes: 2 additions & 2 deletions packages/create-svelte/shared/+eslint+typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@types/eslint": "8.56.0",
"@types/eslint": "^8.56.0",
"eslint": "^8.56.0",
"eslint-plugin-svelte": "^2.35.1"
}
Expand Down

0 comments on commit 53412fd

Please sign in to comment.