Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Dec 25, 2024
1 parent a8ad972 commit 7769ef5
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 161 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"valaxy-theme-yun": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/logos": "catalog:",
"@iconify-json/vscode-icons": "catalog:",
"@microsoft/api-extractor": "^7.48.1",
Expand Down Expand Up @@ -112,7 +112,7 @@
"vite-node": "^2.1.8",
"vitest": "^2.1.8",
"vue-tsc": "2.2.0",
"zx": "^8.2.4"
"zx": "catalog:"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
5 changes: 5 additions & 0 deletions packages/create-valaxy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
template-blog/.valaxy
template-blog/public/atom.xml
template-blog/public/feed.json
template-blog/public/feed.xml
template-blog/public/valaxy-fuse-list.json
3 changes: 2 additions & 1 deletion packages/create-valaxy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-valaxy",
"type": "module",
"version": "0.22.4",
"version": "0.22.5-beta.0",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "me@yunyoujun.cn",
Expand Down Expand Up @@ -30,6 +30,7 @@
"build": "unbuild",
"dev": "unbuild --stub",
"prepublishOnly": "npm run build",
"release": "bumpp --no-commit --no-tag --no-push && pnpm publish --no-git-checks --tag beta",
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"unbuild": "catalog:",
"unplugin-vue-router": "^0.10.9",
"vite": "catalog:",
"vue-i18n": "^10.0.5",
"vue-i18n": "catalog:",
"zod": "^3.24.1"
}
}
4 changes: 2 additions & 2 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"sass": "^1.83.0",
"shiki": "^1.24.4",
"star-markdown-css": "^0.5.3",
"unocss": "^0.65.2",
"unocss": "^0.65.3",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-markdown": "^0.28.0",
"unplugin-vue-router": "^0.10.9",
Expand All @@ -132,7 +132,7 @@
"vite-ssg": "^0.24.3",
"vite-ssg-sitemap": "^0.8.1",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-i18n": "catalog:",
"vue-router": "^4.5.0",
"yargs": "^17.7.2"
},
Expand Down
400 changes: 246 additions & 154 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ catalog:
typescript: ^5.7.2
unbuild: ^3.0.1
vite: ^6.0.5
vue-i18n: ^11.0.0
zx: ^8.3.0
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"type": "module",
"devDependencies": {
"picocolors": "^1.1.1",
"zx": "^8.2.4"
"zx": "catalog:"
}
}

0 comments on commit 7769ef5

Please sign in to comment.