chore: 更新版本

This commit is contained in:
camera-2018
2023-04-16 03:09:54 +08:00
parent 22af470f76
commit 25a7e14437
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"devDependencies": {
"vitepress": "^1.0.0-alpha.66"
"vitepress": "^1.0.0-alpha.67"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -1098,9 +1098,9 @@
}
},
"node_modules/vitepress": {
"version": "1.0.0-alpha.66",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.66.tgz",
"integrity": "sha512-p/qaXDuaxukCj61WDaw4npoHuvuPmh/MiRzgOrlz08MjkSemaVXj7KAIdXXdBKl9ebMoxYhuH9hKzqaXn9a3kg==",
"version": "1.0.0-alpha.67",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.67.tgz",
"integrity": "sha512-57vC0ALFp5irEmjFyOE7HCIiXB6ZEoDfsLl+sw7wTzDSX9LYfxSHQecu/C8knalqqI/oB6RZhWos0tUtH8lVTw==",
"dev": true,
"dependencies": {
"@docsearch/css": "^3.3.3",
@@ -1892,9 +1892,9 @@
}
},
"vitepress": {
"version": "1.0.0-alpha.66",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.66.tgz",
"integrity": "sha512-p/qaXDuaxukCj61WDaw4npoHuvuPmh/MiRzgOrlz08MjkSemaVXj7KAIdXXdBKl9ebMoxYhuH9hKzqaXn9a3kg==",
"version": "1.0.0-alpha.67",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.67.tgz",
"integrity": "sha512-57vC0ALFp5irEmjFyOE7HCIiXB6ZEoDfsLl+sw7wTzDSX9LYfxSHQecu/C8knalqqI/oB6RZhWos0tUtH8lVTw==",
"dev": true,
"requires": {
"@docsearch/css": "^3.3.3",

View File

@@ -5,6 +5,6 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.0.0-alpha.66"
"vitepress": "^1.0.0-alpha.67"
}
}