chore: 更新依赖

This commit is contained in:
camera-2018
2023-04-18 13:47:07 +08:00
parent d826da16f3
commit 894efa845e
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "hdu-cs-wiki", "name": "srt-wiki",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"devDependencies": { "devDependencies": {
"markdown-it-mathjax3": "^4.3.2", "markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.0.0-alpha.71" "vitepress": "^1.0.0-alpha.72"
} }
}, },
"node_modules/@algolia/autocomplete-core": { "node_modules/@algolia/autocomplete-core": {
@@ -1426,10 +1426,11 @@
} }
}, },
"node_modules/vitepress": { "node_modules/vitepress": {
"version": "1.0.0-alpha.71", "version": "1.0.0-alpha.72",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/vitepress/-/vitepress-1.0.0-alpha.72.tgz",
"integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==", "integrity": "sha512-Ou7fNE/OVYLrKGQMHSTVG6AcNsdv7tm4ACrdhx93SPMzEDj8UgIb4RFa5CTTowaYf3jeDGi2EAJlzXVC+IE3dg==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@docsearch/css": "^3.3.3", "@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3", "@docsearch/js": "^3.3.3",
@@ -2566,9 +2567,9 @@
} }
}, },
"vitepress": { "vitepress": {
"version": "1.0.0-alpha.71", "version": "1.0.0-alpha.72",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz", "resolved": "https://repo.huaweicloud.com/repository/npm/vitepress/-/vitepress-1.0.0-alpha.72.tgz",
"integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==", "integrity": "sha512-Ou7fNE/OVYLrKGQMHSTVG6AcNsdv7tm4ACrdhx93SPMzEDj8UgIb4RFa5CTTowaYf3jeDGi2EAJlzXVC+IE3dg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@docsearch/css": "^3.3.3", "@docsearch/css": "^3.3.3",

View File

@@ -6,6 +6,6 @@
}, },
"devDependencies": { "devDependencies": {
"markdown-it-mathjax3": "^4.3.2", "markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.0.0-alpha.71" "vitepress": "^1.0.0-alpha.72"
} }
} }