Skip to content

Commit

Permalink
fix(create-vuepress): add missing peer, close #272
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 9, 2024
1 parent 801be86 commit 94f1071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/create-vuepress/src/flow/createPackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const createPackageJson = async ({
const devDependencies = {
[`@vuepress/bundler-${bundler}`]: '2.0.0-rc.17',
'@vuepress/theme-default': peerDependencies['@vuepress/theme-default'],
'sass-embedded': '^1.79.4',
'vue': '^3.5.11',
'vuepress': '2.0.0-rc.17',
}
Expand Down

0 comments on commit 94f1071

Please sign in to comment.