Skip to content

Commit 53412fd

Browse files
authored
chore: bump typescript-eslint to v7 (#11845)
1 parent cd6db35 commit 53412fd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/mighty-radios-know.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-svelte": patch
3+
---
4+
5+
chore: bump typescript-eslint to v7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@typescript-eslint/eslint-plugin": "^6.0.0",
4-
"@typescript-eslint/parser": "^6.0.0"
3+
"@typescript-eslint/eslint-plugin": "^7.0.0",
4+
"@typescript-eslint/parser": "^7.0.0"
55
}
66
}

packages/create-svelte/shared/+eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@types/eslint": "8.56.0",
3+
"@types/eslint": "^8.56.0",
44
"eslint": "^8.56.0",
55
"eslint-plugin-svelte": "^2.35.1"
66
}

0 commit comments

Comments
 (0)