chore: 版本更新

This commit is contained in:
camera-2018
2023-04-17 19:23:32 +08:00
parent 89759d2847
commit 8a59e7a240
3 changed files with 25 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
{
"hash": "79186abe",
"browserHash": "ac388fdc",
"hash": "7ffd30ca",
"browserHash": "44dc6d18",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "69aa98d5",
"fileHash": "0714df1d",
"needsInterop": false
}
},

28
package-lock.json generated
View File

@@ -6,7 +6,7 @@
"": {
"devDependencies": {
"markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.0.0-alpha.67"
"vitepress": "^1.0.0-alpha.71"
}
},
"node_modules/@algolia/autocomplete-core": {
@@ -1095,6 +1095,12 @@
"sourcemap-codec": "^1.4.8"
}
},
"node_modules/mark.js": {
"version": "8.11.1",
"resolved": "https://registry.npmmirror.com/mark.js/-/mark.js-8.11.1.tgz",
"integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
"dev": true
},
"node_modules/markdown-it-mathjax3": {
"version": "4.3.2",
"resolved": "https://registry.npmmirror.com/markdown-it-mathjax3/-/markdown-it-mathjax3-4.3.2.tgz",
@@ -1420,9 +1426,9 @@
}
},
"node_modules/vitepress": {
"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==",
"version": "1.0.0-alpha.71",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz",
"integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==",
"dev": true,
"dependencies": {
"@docsearch/css": "^3.3.3",
@@ -1431,6 +1437,7 @@
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.0.2",
"body-scroll-lock": "4.0.0-beta.0",
"mark.js": "^8.11.1",
"minisearch": "^6.0.1",
"shiki": "^0.14.1",
"vite": "^4.2.1",
@@ -2320,6 +2327,12 @@
"sourcemap-codec": "^1.4.8"
}
},
"mark.js": {
"version": "8.11.1",
"resolved": "https://registry.npmmirror.com/mark.js/-/mark.js-8.11.1.tgz",
"integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
"dev": true
},
"markdown-it-mathjax3": {
"version": "4.3.2",
"resolved": "https://registry.npmmirror.com/markdown-it-mathjax3/-/markdown-it-mathjax3-4.3.2.tgz",
@@ -2553,9 +2566,9 @@
}
},
"vitepress": {
"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==",
"version": "1.0.0-alpha.71",
"resolved": "https://registry.npmmirror.com/vitepress/-/vitepress-1.0.0-alpha.71.tgz",
"integrity": "sha512-UkmDuNO+paGq0ba5WVhwasR1BCQ0owlPStnjtCRd/cfzXB+VBAiZFK9pglVQaf/tDBFQOuHZkrkfgp5ka69hIg==",
"dev": true,
"requires": {
"@docsearch/css": "^3.3.3",
@@ -2564,6 +2577,7 @@
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.0.2",
"body-scroll-lock": "4.0.0-beta.0",
"mark.js": "^8.11.1",
"minisearch": "^6.0.1",
"shiki": "^0.14.1",
"vite": "^4.2.1",

View File

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