Skip to content

Commit a87ef94

Browse files
committed
Fix VuePress dependency versions
1 parent 977bd76 commit a87ef94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"docs:build": "vuepress build docs"
77
},
88
"devDependencies": {
9-
"@vuepress/theme-default": "2.0.0-rc.14",
10-
"vuepress": "2.0.0-rc.14"
9+
"@vuepress/theme-default": "2.0.0-rc.7",
10+
"vuepress": "2.0.0-rc.7"
1111
}
1212
}

0 commit comments

Comments
 (0)