Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed May 4, 2023
1 parent 866cf46 commit c916bd3
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .docs/content/2.api/1.components.md
Expand Up @@ -110,7 +110,7 @@ source: "components/content/Badge.vue"
---
cta:
- Get started
- /get-started
- /introduction/getting-started
secondary:
- Open on GitHub →
- https://github.com/nuxtlabs/docus
Expand Down
3 changes: 3 additions & 0 deletions nuxt.config.ts
Expand Up @@ -71,5 +71,8 @@ export default defineNuxtConfig({
colorMode: {
classSuffix: '',
dataValue: 'theme'
},
experimental: {
inlineSSRStyles: false
}
})
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -32,20 +32,20 @@
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.6.0",
"@nuxthq/studio": "^0.10.1",
"@vueuse/nuxt": "^10.1.0"
"@nuxthq/studio": "^0.11.0",
"@vueuse/nuxt": "^10.1.2"
},
"devDependencies": {
"@algolia/client-search": "^4.17.0",
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@nuxt/devtools": "^0.4.2",
"@docsearch/css": "^3.3.4",
"@docsearch/js": "^3.3.4",
"@nuxt/devtools": "^0.4.5",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/algolia": "^1.6.0",
"@nuxtjs/plausible": "^0.2.0",
"eslint": "^8.39.0",
"nuxt": "3.4.2",
"release-it": "^15.10.1",
"nuxt": "3.4.3",
"release-it": "^15.10.3",
"typescript": "^5.0.4",
"vue": "^3.2.47"
},
Expand Down

0 comments on commit c916bd3

Please sign in to comment.