mirror of https://github.com/YunYouJun/valaxy
docs: add new algoilia appId/apiKey & upgrade deps
This commit is contained in:
parent
5b5d6cc359
commit
2cc30c9d2f
|
@ -25,9 +25,9 @@ export default defineValaxyConfig<PressTheme.Config>({
|
|||
|
||||
addons: [
|
||||
addonAlgolia({
|
||||
appId: 'UVMHTMG1T5',
|
||||
apiKey: '805f2584a8866388aa1631ff0348ddae',
|
||||
indexName: 'valaxy',
|
||||
appId: '7MV77DWO4A',
|
||||
apiKey: '63ba5095e47bc3cbdbd3c5b5faffa7a3',
|
||||
indexName: 'valaxysite',
|
||||
}),
|
||||
],
|
||||
|
||||
|
|
12
package.json
12
package.json
|
@ -46,21 +46,21 @@
|
|||
"@antfu/eslint-config": "^0.36.0",
|
||||
"@microsoft/api-extractor": "^7.34.4",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/node": "^18.14.6",
|
||||
"@types/prompts": "^2.4.2",
|
||||
"@types/node": "^18.15.2",
|
||||
"@types/prompts": "^2.4.3",
|
||||
"@types/resolve": "^1.20.2",
|
||||
"@types/semver": "^7.3.13",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^12.7.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"https-localhost": "^4.7.1",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.2",
|
||||
"lint-staged": "^13.2.0",
|
||||
"prompts": "^2.4.2",
|
||||
"rimraf": "^4.3.0",
|
||||
"rimraf": "^4.4.0",
|
||||
"tsup": "^6.6.3",
|
||||
"tsx": "^3.12.3",
|
||||
"tsx": "^3.12.5",
|
||||
"typescript": "^4.9.5",
|
||||
"valaxy": "workspace:*",
|
||||
"valaxy-addon-algolia": "workspace:*",
|
||||
|
|
|
@ -62,18 +62,18 @@
|
|||
"@ctrl/tinycolor": "^3.6.0",
|
||||
"@iconify-json/carbon": "^1.1.16",
|
||||
"@iconify-json/ri": "^1.1.5",
|
||||
"@intlify/unplugin-vue-i18n": "^0.8.2",
|
||||
"@intlify/unplugin-vue-i18n": "^0.9.2",
|
||||
"@types/body-scroll-lock": "^3.1.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@vueuse/core": "^9.13.0",
|
||||
"@vueuse/head": "^1.1.15",
|
||||
"@vueuse/head": "^1.1.23",
|
||||
"@vueuse/integrations": "^9.13.0",
|
||||
"body-scroll-lock": "4.0.0-beta.0",
|
||||
"consola": "^2.15.3",
|
||||
"critters": "^0.0.16",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"dayjs": "^1.11.7",
|
||||
"ejs": "^3.1.8",
|
||||
"ejs": "^3.1.9",
|
||||
"escape-html": "^1.0.3",
|
||||
"feed": "^4.2.2",
|
||||
"fuse.js": "^6.6.2",
|
||||
|
@ -81,7 +81,7 @@
|
|||
"gray-matter": "^4.0.3",
|
||||
"html-to-text": "^9.0.4",
|
||||
"is-installed-globally": "^0.4.0",
|
||||
"jiti": "^1.17.1",
|
||||
"jiti": "^1.17.2",
|
||||
"katex": "^0.16.4",
|
||||
"kolorist": "^1.7.0",
|
||||
"lru-cache": "^7.18.2",
|
||||
|
@ -96,12 +96,12 @@
|
|||
"nprogress": "^0.2.0",
|
||||
"open": "^8.4.2",
|
||||
"pascal-case": "^3.1.2",
|
||||
"pinia": "^2.0.32",
|
||||
"sass": "^1.58.3",
|
||||
"pinia": "^2.0.33",
|
||||
"sass": "^1.59.2",
|
||||
"shiki": "^0.14.1",
|
||||
"star-markdown-css": "^0.4.2",
|
||||
"unconfig": "^0.3.7",
|
||||
"unocss": "^0.50.3",
|
||||
"unocss": "^0.50.4",
|
||||
"unplugin-vue-components": "^0.24.0",
|
||||
"vite": "^4.1.4",
|
||||
"vite-plugin-pages": "^0.28.0",
|
||||
|
|
1231
pnpm-lock.yaml
1231
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue