mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-26 22:10:26 +00:00
feat: bump vitepress & nodejs
This commit is contained in:
parent
68699e372d
commit
4da7c37d88
3 changed files with 715 additions and 561 deletions
|
@ -16,7 +16,7 @@
|
|||
let
|
||||
overlays = [
|
||||
(self: super: rec {
|
||||
nodejs = super.nodejs-18_x;
|
||||
nodejs = super.nodejs_20;
|
||||
pnpm = super.nodePackages.pnpm;
|
||||
yarn = (super.yarn.override { inherit nodejs; });
|
||||
})
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"vitepress": "1.0.0-rc.20",
|
||||
"vitepress": "1.0.0-rc.31",
|
||||
"vitepress-export-pdf": "1.0.0-beta.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -12,6 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"sitemap-ts": "^1.4.0"
|
||||
"sitemap-ts": "^1.6.1"
|
||||
}
|
||||
}
|
||||
|
|
1270
pnpm-lock.yaml
1270
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue