Skip to content

Commit

Permalink
chore(create-svelte): bump typescript-eslint to v6 (#10371)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
hyunbinseo and benmccann authored Sep 9, 2023
1 parent 30c7770 commit 3735c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-avocados-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

chore: bump typescript-eslint to v6
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": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0"
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0"
}
}

0 comments on commit 3735c32

Please sign in to comment.