Skip to content

Commit

Permalink
chore(deps): upgrade deps ; upgrade schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jan 17, 2023
1 parent 19e83b6 commit 3f4595c
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 403 deletions.
2 changes: 2 additions & 0 deletions nuxt.schema.ts
Expand Up @@ -24,6 +24,7 @@ export default defineNuxtConfigSchema({
* @example '/cover.jpg'
*
* @studio-icon dashicons:cover-image
* @studio-input file
*/
image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png',
/**
Expand Down Expand Up @@ -128,6 +129,7 @@ export default defineNuxtConfigSchema({
* String to be used as a name of a component.
*
* @example 'MyLogo'
* @studio-input component
*/
logo: false,
/**
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -28,18 +28,18 @@
"dependencies": {
"@nuxt-themes/elements": "^0.4.4",
"@nuxt-themes/tokens": "^1.5.3",
"@nuxt-themes/typography": "^0.4.0",
"@nuxt-themes/typography": "^0.4.1",
"@nuxt/content": "^2.3.0",
"@nuxthq/studio": "^0.5.0",
"@vueuse/nuxt": "^9.10.0"
"@nuxthq/studio": "^0.5.5",
"@vueuse/nuxt": "^9.11.0"
},
"devDependencies": {
"@algolia/client-search": "^4.14.3",
"@docsearch/css": "^3.3.1",
"@docsearch/js": "^3.3.1",
"@nuxtjs/algolia": "^1.4.2",
"@docsearch/css": "^3.3.2",
"@docsearch/js": "^3.3.2",
"@nuxtjs/algolia": "^1.5.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.31.0",
"eslint": "^8.32.0",
"nuxt": "3.0.0",
"nuxt-plausible": "^0.1.2",
"release-it": "^15.6.0",
Expand Down

0 comments on commit 3f4595c

Please sign in to comment.