Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 28, 2025
1 parent 88ae5cf commit ed26b39
Show file tree
Hide file tree
Showing 3 changed files with 1,466 additions and 2,096 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@shikijs/vitepress-twoslash": "^1.27.2",
"@shikijs/vitepress-twoslash": "^2.1.0",
"case-police": "^0.7.2",
"consola": "^3.4.0",
"dotenv": "^16.4.7",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"unocss": "^65.4.2",
"unocss": "^65.4.3",
"unplugin": "workspace:*",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.4",
"vitepress": "^2.0.0-alpha.2",
"vitepress-plugin-group-icons": "^1.3.5",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
}
Expand Down
33 changes: 14 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,40 +47,35 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^3.14.0",
"@antfu/ni": "^23.2.0",
"@antfu/eslint-config": "^4.1.0",
"@antfu/ni": "^23.3.0",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.6",
"@rspack/cli": "^1.1.8",
"@rspack/core": "^1.1.8",
"@rspack/cli": "^1.2.2",
"@rspack/core": "^1.2.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.7",
"bumpp": "^9.10.1",
"@types/node": "^22.12.0",
"bumpp": "^10.0.1",
"esbuild": "^0.24.2",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0",
"jiti": "^2.4.2",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"magic-string": "^0.30.17",
"picocolors": "^1.1.1",
"rolldown": "^0.15.1",
"rollup": "^4.30.1",
"rolldown": "^1.0.0-beta.3",
"rollup": "^4.32.1",
"simple-git-hooks": "^2.11.1",
"tsdown": "^0.5.3",
"typescript": "~5.6.3",
"tsdown": "^0.5.5",
"typescript": "~5.7.3",
"unplugin": "workspace:*",
"vite": "^6.0.7",
"vitest": "^3.0.2",
"vite": "^6.0.11",
"vitest": "^3.0.4",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"pnpm": {
"overrides": {
"typescript": "~5.6.3"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
Expand Down
Loading

0 comments on commit ed26b39

Please sign in to comment.