Skip to content

Commit

Permalink
chore: fix ci error for Vue 3.4 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Dec 30, 2023
1 parent 92dd3f3 commit 9d38572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"eslint": "^8.8.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"vue": "^3.2.47",
"vue": "^3.4.0",
"typescript": "^5.0.2"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/// <reference types="vue/macros-global" />
/// <reference types="vue" />

0 comments on commit 9d38572

Please sign in to comment.