Skip to content

Commit

Permalink
fix: repairing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WRXinYue committed Aug 1, 2024
1 parent cc11ef1 commit 1c6bc2e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valaxy-theme-antfu",
"version": "0.0.1",
"version": "0.0.2",
"packageManager": "pnpm@9.5.0",
"author": {
"email": "wrxinyue@foxmail.com",
Expand All @@ -24,20 +24,20 @@
"@iconify-json/ant-design": "^1.1.16",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.109"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.109",
"@shikijs/markdown-it": "^1.6.3",
"@shikijs/vitepress-twoslash": "^1.6.3",
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"diacritics": "^1.3.0",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-table-of-contents": "^0.6.0",
"unplugin-icons": "^0.19.0",
"valaxy": "^0.19.5",
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-svg-loader": "^5.1.0"
},
"devDependencies": {
"@types/diacritics": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"valaxy": "^0.19.5"
}
}

0 comments on commit 1c6bc2e

Please sign in to comment.