docs: upgrade deps & fix breaking changes

This commit is contained in:
James Hegedus 2023-09-11 23:43:43 +10:00
parent 0ddab5dfaf
commit 446f8c5f94
3 changed files with 600 additions and 268 deletions

View File

@ -1,13 +1,7 @@
:root {
--vp-c-brand: #b744b8;
--vp-c-brand-light: #a379c9;
--vp-c-brand-lighter: #a379c9; /* TODO: change this colour to be lighter */
--vp-c-brand-dark: #a379c9;
--vp-c-brand-darker: #a379c9; /* TODO: change this colour to be lighter */
/* tip container */
/* TODO: change these css vars to be correct */
--vp-c-tip: #0070f3;
--vp-c-tip-bg: #e3eeff;
--vp-c-tip-title: #004bad;
--vp-c-tip-text: #002974;
--vp-c-brand-1: #b744b8;
--vp-c-brand-2: #a379c9;
/* TODO: make brand-2 and brand-3 different & set brand-soft */
--vp-c-brand-3: #a379c9;
/* --vp-c-brand-soft: #fae3ff; */
}

843
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,5 @@
{
"type": "module",
"scripts": {
"fmt": "prettier --write '.vitepress/{config,navbars,sidebars}.ts' '.vitepress/theme/**/*'",
"dev": "vitepress dev",
@ -6,8 +7,8 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@types/node": "^20.5.7",
"prettier": "^2.8.8",
"vitepress": "^1.0.0-beta.3"
"@types/node": "^20.6.0",
"prettier": "^3.0.3",
"vitepress": "^1.0.0-rc.12"
}
}
}