mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-22 15:36:46 +00:00
Update dependency vitepress to v1.0.0-rc.24
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
5ad467660b
commit
80bbd011c0
22
package-lock.json
generated
22
package-lock.json
generated
@ -45,7 +45,7 @@
|
|||||||
"unplugin-vue-components": "^0.25.2",
|
"unplugin-vue-components": "^0.25.2",
|
||||||
"vite": "^4.4.9",
|
"vite": "^4.4.9",
|
||||||
"vite-plugin-pwa": "^0.16.5",
|
"vite-plugin-pwa": "^0.16.5",
|
||||||
"vitepress": "1.0.0-rc.23",
|
"vitepress": "1.0.0-rc.24",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"workbox-window": "^7.0.0"
|
"workbox-window": "^7.0.0"
|
||||||
}
|
}
|
||||||
@ -3973,6 +3973,19 @@
|
|||||||
"vite-plugin-pwa": ">=0.16.5 <1"
|
"vite-plugin-pwa": ">=0.16.5 <1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@vitejs/plugin-vue": {
|
||||||
|
"version": "4.3.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.3.1.tgz",
|
||||||
|
"integrity": "sha512-tUBEtWcF7wFtII7ayNiLNDTCE1X1afySEo+XNVMNkFXaThENyCowIEX095QqbJZGTgoOcSVDJGlnde2NG4jtbQ==",
|
||||||
|
"dev": true,
|
||||||
|
"engines": {
|
||||||
|
"node": "^14.18.0 || >=16.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"vite": "^4.0.0",
|
||||||
|
"vue": "^3.2.25"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@vue/compiler-core": {
|
"node_modules/@vue/compiler-core": {
|
||||||
"version": "3.3.6",
|
"version": "3.3.6",
|
||||||
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.3.6.tgz",
|
"resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.3.6.tgz",
|
||||||
@ -10655,14 +10668,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/vitepress": {
|
"node_modules/vitepress": {
|
||||||
"version": "1.0.0-rc.23",
|
"version": "1.0.0-rc.24",
|
||||||
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-rc.23.tgz",
|
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-rc.24.tgz",
|
||||||
"integrity": "sha512-0YoBt8aFgbRt2JtYaCeTqq4W21q5lbGso+g1ZwkYYS35ExJxORssRJunhFuUcby8QeN4BP/88QDgsVSIVLAfXQ==",
|
"integrity": "sha512-RpnL8cnOGwiRlBbrYQUm9sYkJbtyOt/wYXk2diTcokY4yvks/5lq9LuSt+MURWB6ZqwpSNHvTmxgaSfLoG0/OA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docsearch/css": "^3.5.2",
|
"@docsearch/css": "^3.5.2",
|
||||||
"@docsearch/js": "^3.5.2",
|
"@docsearch/js": "^3.5.2",
|
||||||
"@types/markdown-it": "^13.0.4",
|
"@types/markdown-it": "^13.0.4",
|
||||||
|
"@vitejs/plugin-vue": "4.3.1",
|
||||||
"@vue/devtools-api": "^6.5.1",
|
"@vue/devtools-api": "^6.5.1",
|
||||||
"@vueuse/core": "^10.5.0",
|
"@vueuse/core": "^10.5.0",
|
||||||
"@vueuse/integrations": "^10.5.0",
|
"@vueuse/integrations": "^10.5.0",
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"unplugin-vue-components": "^0.25.2",
|
"unplugin-vue-components": "^0.25.2",
|
||||||
"vite": "^4.4.9",
|
"vite": "^4.4.9",
|
||||||
"vite-plugin-pwa": "^0.16.5",
|
"vite-plugin-pwa": "^0.16.5",
|
||||||
"vitepress": "1.0.0-rc.23",
|
"vitepress": "1.0.0-rc.24",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"workbox-window": "^7.0.0"
|
"workbox-window": "^7.0.0"
|
||||||
},
|
},
|
||||||
|
@ -116,8 +116,8 @@ devDependencies:
|
|||||||
specifier: ^0.16.5
|
specifier: ^0.16.5
|
||||||
version: 0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
version: 0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||||
vitepress:
|
vitepress:
|
||||||
specifier: 1.0.0-rc.23
|
specifier: 1.0.0-rc.24
|
||||||
version: 1.0.0-rc.23(@algolia/client-search@4.20.0)(less@4.2.0)(postcss@8.4.31)(sass@1.69.3)(search-insights@2.9.0)(typescript@5.2.2)
|
version: 1.0.0-rc.24(@algolia/client-search@4.20.0)(less@4.2.0)(postcss@8.4.31)(sass@1.69.3)(search-insights@2.9.0)(typescript@5.2.2)
|
||||||
vue:
|
vue:
|
||||||
specifier: ^3.3.4
|
specifier: ^3.3.4
|
||||||
version: 3.3.4
|
version: 3.3.4
|
||||||
@ -2592,6 +2592,17 @@ packages:
|
|||||||
vite-plugin-pwa: 0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
vite-plugin-pwa: 0.16.5(vite@4.4.11)(workbox-build@7.0.0)(workbox-window@7.0.0)
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@vitejs/plugin-vue@4.3.1(vite@4.5.0)(vue@3.3.6):
|
||||||
|
resolution: {integrity: sha512-tUBEtWcF7wFtII7ayNiLNDTCE1X1afySEo+XNVMNkFXaThENyCowIEX095QqbJZGTgoOcSVDJGlnde2NG4jtbQ==}
|
||||||
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
|
peerDependencies:
|
||||||
|
vite: ^4.0.0
|
||||||
|
vue: ^3.2.25
|
||||||
|
dependencies:
|
||||||
|
vite: 4.5.0(less@4.2.0)(sass@1.69.3)
|
||||||
|
vue: 3.3.6(typescript@5.2.2)
|
||||||
|
dev: true
|
||||||
|
|
||||||
/@vue/compiler-core@3.3.4:
|
/@vue/compiler-core@3.3.4:
|
||||||
resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
|
resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -6769,8 +6780,8 @@ packages:
|
|||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vitepress@1.0.0-rc.23(@algolia/client-search@4.20.0)(less@4.2.0)(postcss@8.4.31)(sass@1.69.3)(search-insights@2.9.0)(typescript@5.2.2):
|
/vitepress@1.0.0-rc.24(@algolia/client-search@4.20.0)(less@4.2.0)(postcss@8.4.31)(sass@1.69.3)(search-insights@2.9.0)(typescript@5.2.2):
|
||||||
resolution: {integrity: sha512-0YoBt8aFgbRt2JtYaCeTqq4W21q5lbGso+g1ZwkYYS35ExJxORssRJunhFuUcby8QeN4BP/88QDgsVSIVLAfXQ==}
|
resolution: {integrity: sha512-RpnL8cnOGwiRlBbrYQUm9sYkJbtyOt/wYXk2diTcokY4yvks/5lq9LuSt+MURWB6ZqwpSNHvTmxgaSfLoG0/OA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
markdown-it-mathjax3: ^4.3.2
|
markdown-it-mathjax3: ^4.3.2
|
||||||
@ -6784,6 +6795,7 @@ packages:
|
|||||||
'@docsearch/css': 3.5.2
|
'@docsearch/css': 3.5.2
|
||||||
'@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.9.0)
|
'@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.9.0)
|
||||||
'@types/markdown-it': 13.0.4
|
'@types/markdown-it': 13.0.4
|
||||||
|
'@vitejs/plugin-vue': 4.3.1(vite@4.5.0)(vue@3.3.6)
|
||||||
'@vue/devtools-api': 6.5.1
|
'@vue/devtools-api': 6.5.1
|
||||||
'@vueuse/core': 10.5.0(vue@3.3.6)
|
'@vueuse/core': 10.5.0(vue@3.3.6)
|
||||||
'@vueuse/integrations': 10.5.0(focus-trap@7.5.4)(vue@3.3.6)
|
'@vueuse/integrations': 10.5.0(focus-trap@7.5.4)(vue@3.3.6)
|
||||||
|
Loading…
Reference in New Issue
Block a user