Skip to content

Commit

Permalink
chore: update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 8, 2024
1 parent 51ced76 commit 611c2f7
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 29 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@pengzhanbo/utils": "^1.1.2",
"@pengzhanbo/utils": "^1.2.0",
"cac": "^6.7.14",
"execa": "^9.5.1",
"handlebars": "^4.7.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.0.0-rc.119",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo/)",
"license": "MIT",
"keywords": [
Expand Down
73 changes: 51 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ packages:
- cli
- plugins/*
catalog:
'@iconify/json': ^2.2.279
'@iconify/json': ^2.2.280
'@vuepress/bundler-vite': 2.0.0-rc.18
'@vuepress/helper': 2.0.0-rc.63
'@vuepress/plugin-cache': 2.0.0-rc.61
'@vuepress/plugin-comment': 2.0.0-rc.63
'@vuepress/plugin-docsearch': 2.0.0-rc.63
'@vuepress/plugin-markdown-include': 2.0.0-rc.63
'@vuepress/plugin-git': 2.0.0-rc.62
'@vuepress/plugin-markdown-hint': 2.0.0-rc.63
'@vuepress/plugin-markdown-image': 2.0.0-rc.63
'@vuepress/plugin-markdown-include': 2.0.0-rc.63
'@vuepress/plugin-markdown-math': 2.0.0-rc.63
'@vuepress/plugin-nprogress': 2.0.0-rc.63
'@vuepress/plugin-photo-swipe': 2.0.0-rc.63
Expand Down
6 changes: 3 additions & 3 deletions theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
}
},
"dependencies": {
"@iconify/utils": "^2.1.33",
"@iconify/vue": "^4.1.2",
"@pengzhanbo/utils": "^1.1.2",
"@iconify/utils": "^2.2.0",
"@iconify/vue": "^4.2.0",
"@pengzhanbo/utils": "^1.2.0",
"@vuepress-plume/plugin-content-update": "workspace:*",
"@vuepress-plume/plugin-fonts": "workspace:*",
"@vuepress-plume/plugin-search": "workspace:*",
Expand Down

0 comments on commit 611c2f7

Please sign in to comment.