feat: bump vitepress & nodejs

This commit is contained in:
Ryan Yin 2023-12-06 10:23:49 +08:00
parent 68699e372d
commit 4da7c37d88
3 changed files with 715 additions and 561 deletions

View File

@ -16,7 +16,7 @@
let let
overlays = [ overlays = [
(self: super: rec { (self: super: rec {
nodejs = super.nodejs-18_x; nodejs = super.nodejs_20;
pnpm = super.nodePackages.pnpm; pnpm = super.nodePackages.pnpm;
yarn = (super.yarn.override { inherit nodejs; }); yarn = (super.yarn.override { inherit nodejs; });
}) })

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"vitepress": "1.0.0-rc.20", "vitepress": "1.0.0-rc.31",
"vitepress-export-pdf": "1.0.0-beta.0" "vitepress-export-pdf": "1.0.0-beta.0"
}, },
"scripts": { "scripts": {
@ -12,6 +12,6 @@
}, },
"dependencies": { "dependencies": {
"markdown-it-footnote": "^3.0.3", "markdown-it-footnote": "^3.0.3",
"sitemap-ts": "^1.4.0" "sitemap-ts": "^1.6.1"
} }
} }

1270
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff