Skip to content

Commit 9d38572

Browse files
authored
chore: fix ci error for Vue 3.4 (#214)
1 parent 92dd3f3 commit 9d38572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/fixtures/integrations/script-setup-with-typescript-eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"eslint": "^8.8.0",
44
"@typescript-eslint/parser": "^5.57.0",
55
"@typescript-eslint/eslint-plugin": "^5.57.0",
6-
"vue": "^3.2.47",
6+
"vue": "^3.4.0",
77
"typescript": "^5.0.2"
88
}
99
}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/// <reference types="vue/macros-global" />
1+
/// <reference types="vue" />

0 commit comments

Comments
 (0)