Skip to content

Commit

Permalink
Merge branch 'main' into feat/search-from-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 10, 2023
2 parents b39810d + 43f46a3 commit 8ce307b
Show file tree
Hide file tree
Showing 4 changed files with 596 additions and 1,154 deletions.
10 changes: 5 additions & 5 deletions .starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.12.1",
"@nuxt/devtools": "^0.5.5",
"@nuxt-themes/docus": "^1.13.1",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3"
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2"
}
}
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,10 @@ export default defineNuxtConfig({
},
typescript: {
includeWorkspace: true
}
},
nitro: {
prerender: {
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
}
},
})
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt-themes/docus",
"version": "1.13.0",
"version": "1.13.1",
"type": "module",
"main": "./nuxt.config.ts",
"packageManager": "pnpm@8.5.1",
Expand Down Expand Up @@ -31,25 +31,25 @@
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.7.0",
"@nuxthq/studio": "^0.13.2",
"@nuxthq/studio": "^0.13.3",
"@vueuse/integrations": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"focus-trap": "^7.5.1",
"focus-trap": "^7.5.2",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@algolia/client-search": "^4.18.0",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@nuxt/devtools": "^0.6.4",
"@nuxt/devtools": "^0.6.7",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/algolia": "^1.8.0",
"@types/node": "^20.3.2",
"eslint": "^8.43.0",
"nuxt": "^3.6.1",
"release-it": "^15.11.0",
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"nuxt": "^3.6.2",
"release-it": "^16.1.0",
"typescript": "^5.1.6",
"vite-plugin-inspect": "^0.7.31",
"vite-plugin-inspect": "^0.7.32",
"vue": "^3.3.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 8ce307b

Please sign in to comment.