chore: update packages
All checks were successful
deploy / deploy (push) Successful in 5m34s

This commit is contained in:
Lucien Cartier-Tilet 2024-09-21 15:07:50 +02:00
parent add06ef4b6
commit 7b7e546895
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
4 changed files with 1302 additions and 636 deletions

View File

@ -1,3 +0,0 @@
enableMessageNames: false
nodeLinker: node-modules

View File

@ -190,9 +190,9 @@ html.dark {
} }
tr:nth-child(even) td.org-left { tr:nth-child(even) td.org-left {
background-color: var(--nord5) !important; background-color: var(--nord5) !important;
} }
.dark tr:nth-child(even) td.org-left { .dark tr:nth-child(even) td.org-left {
background-color: var(--nord1) !important; background-color: var(--nord1) !important;
} }

1921
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,11 +8,11 @@
"license": "AGPL-3.0", "license": "AGPL-3.0",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.13", "@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-umami-analytics": "^2.0.0-rc.36", "@vuepress/plugin-umami-analytics": "2.0.0-rc.41",
"@vuepress/theme-default": "^2.0.0-rc.36", "@vuepress/theme-default": "2.0.0-rc.41",
"vuepress": "2.0.0-rc.13", "vuepress": "2.0.0-rc.14",
"vuepress-plugin-search-pro": "^2.0.0-rc.43" "vuepress-plugin-search-pro": "2.0.0-rc.52"
}, },
"dependencies": { "dependencies": {
"less": "^4.2.0", "less": "^4.2.0",