Skip to content

Commit

Permalink
fix(deps): fix vite and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Dec 25, 2024
1 parent 7b6749a commit 34c0c05
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 751 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Zotero 中文社区官方网站源码。
# Clone 子模块是不可省略的
git clone --recursive https://github.com/zotero-chinese/website.git

# Enable pnpm
corepack enable

# Install deps
npm install -g pnpm
pnpm install

# Fetch data
Expand All @@ -37,7 +39,7 @@ pnpm dev
pnpm build

# Lint
pnpm lint:prettier
pnpm lint
```

## 贡献者
Expand Down
38 changes: 22 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "pnpm@9.15.1",
"description": "Zotero 中文社区站点",
"license": "MIT",
"scripts": {
Expand All @@ -17,41 +18,46 @@
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.12.1",
"@giscus/vue": "3.0.0",
"@highcharts/dashboards": "2.3.0",
"@iconify-json/ep": "^1.2.1",
"@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",
"@tsconfig/node20": "20.1.4",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@vitejs/plugin-vue": "5.2.1",
"@vueuse/core": "12.0.0",
"element-plus": "2.9.0",
"eslint": "9.16.0",
"eslint-plugin-format": "^0.1.2",
"execa": "9.5.1",
"@vueuse/core": "12.2.0",
"element-plus": "2.9.1",
"eslint": "9.17.0",
"eslint-plugin-format": "^0.1.3",
"execa": "9.5.2",
"fast-glob": "^3.3.2",
"feed": "4.2.2",
"fs-extra": "11.2.0",
"highcharts": "11.4.8",
"highcharts-vue": "2.0.1",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"nprogress": "^0.2.0",
"radash": "12.1.0",
"typescript": "5.7.2",
"unplugin-auto-import": "0.18.6",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "0.27.5",
"vite": "6.0.1",
"vite-plugin-inspect": "0.10.2",
"vite-plugin-vue-devtools": "7.6.7",
"unplugin-auto-import": "0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "0.28.0",
"vite": "6.0.5",
"vite-plugin-inspect": "0.10.6",
"vite-plugin-vue-devtools": "7.6.8",
"vitepress": "1.5.0",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
"vue-tsc": "2.2.0"
},
"pnpm": {
"overrides": {
"vite": "6.0.5"
}
},
"lint-staged": {
"*.*": "eslint --fix"
Expand Down
Loading

0 comments on commit 34c0c05

Please sign in to comment.