Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jul 13, 2022
1 parent a2951fd commit 808a242
Show file tree
Hide file tree
Showing 2 changed files with 1,135 additions and 1,029 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,25 @@
"author": "Mr.Hope",
"license": "MIT",
"dependencies": {
"@vuepress/client": "2.0.0-beta.48",
"@vuepress/client": "2.0.0-beta.49",
"vue": "3.2.37",
"vuepress": "2.0.0-beta.48",
"vuepress-theme-hope": "2.0.0-beta.82"
"vuepress": "2.0.0-beta.49",
"vuepress-theme-hope": "2.0.0-beta.86"
},
"devDependencies": {
"markdownlint-cli": "0.31.1",
"prettier": "2.6.2"
},
"packageManager": "pnpm@7.5.1",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom",
"webpack"
]
}
}
}

0 comments on commit 808a242

Please sign in to comment.