Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 34c0c05 commit d47541a
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
path: dist

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.7.1
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
repository-name: zotero-chinese/zotero-chinese.github.io
branch: gh-pages
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "pnpm@9.15.1",
"packageManager": "pnpm@9.15.2",
"description": "Zotero 中文社区站点",
"license": "MIT",
"scripts": {
Expand All @@ -19,15 +19,15 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@giscus/vue": "3.0.0",
"@giscus/vue": "3.1.1",
"@highcharts/dashboards": "2.3.0",
"@iconify-json/ep": "^1.2.2",
"@mdit/plugin-footnote": "0.14.0",
"@mdit/plugin-mark": "^0.14.0",
"@nolebase/vitepress-plugin-git-changelog": "2.11.1",
"@nolebase/vitepress-plugin-git-changelog": "2.12.0",
"@tsconfig/node20": "20.1.4",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.2",
"@types/node": "22.10.3",
"@vitejs/plugin-vue": "5.2.1",
"@vueuse/core": "12.2.0",
"element-plus": "2.9.1",
Expand All @@ -40,14 +40,14 @@
"highcharts": "11.4.8",
"highcharts-vue": "2.0.1",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"nprogress": "^0.2.0",
"radash": "12.1.0",
"typescript": "5.7.2",
"unplugin-auto-import": "0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "0.28.0",
"vite": "6.0.5",
"vite": "6.0.6",
"vite-plugin-inspect": "0.10.6",
"vite-plugin-vue-devtools": "7.6.8",
"vitepress": "1.5.0",
Expand All @@ -56,7 +56,7 @@
},
"pnpm": {
"overrides": {
"vite": "6.0.5"
"vite": "6.0.6"
}
},
"lint-staged": {
Expand Down
Loading

0 comments on commit d47541a

Please sign in to comment.