Skip to content

Commit ff47e36

Browse files
committed
chore: bump typescript-eslint to v7
1 parent 996080a commit ff47e36

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/mighty-radios-know.md

Lines changed: 5 additions & 0 deletions
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
Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)