Skip to content

Commit ccb942b

Browse files
committed
fix: vuepress-theme error
1 parent 73a926c commit ccb942b

File tree

2 files changed

+212
-24
lines changed

2 files changed

+212
-24
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@
8989
"typescript": "3.5.3",
9090
"tsconfig-paths": "3.9.0",
9191
"vue-analytics": "5.17.2",
92-
"vuepress-theme-tsed": "2.5.4"
92+
"vue": "2.6.11",
93+
"vue-template-compiler": "2.6.11",
94+
"vuepress": "1.3.0",
95+
"vuepress-theme-tsed":"2.6.0"
9396
},
9497
"husky": {
9598
"hooks": {
@@ -106,4 +109,4 @@
106109
"packages/*"
107110
]
108111
}
109-
}
112+
}

0 commit comments

Comments
 (0)