Skip to content

Commit 6ed4f70

Browse files
merceyzhaoqunjiang
andauthored
fix: add missing peer dependency typescript (#39)
Co-authored-by: Haoqun Jiang <haoqunjiang@gmail.com>
1 parent 02cd781 commit 6ed4f70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@
4141
},
4242
"peerDependencies": {
4343
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
44-
"eslint-plugin-vue": "^9.0.0"
44+
"eslint-plugin-vue": "^9.0.0",
45+
"typescript": "*"
46+
},
47+
"peerDependenciesMeta": {
48+
"typescript": {
49+
"optional": true
50+
}
4551
},
4652
"dependencies": {
4753
"@typescript-eslint/eslint-plugin": "^5.0.0",

0 commit comments

Comments
 (0)