Skip to content

Commit

Permalink
chore: update to last config-schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 5, 2023
1 parent 93075bf commit 3707f92
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 146 deletions.
10 changes: 5 additions & 5 deletions app.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineAppConfig({
/**
* Default are defined in nuxt.schema.ts for best typing and Studio integration
* This file can be used to leverage HMR while developping this theme
* Note that this file is not published to npm
*/
cover: '/cover.jpg',
socials: {
twitter: '',
github: ''
}
})
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,26 @@
"components/",
"layouts/",
"app.vue",
"app.config.ts",
"nuxt.config.ts",
"nuxt.schema.ts",
"tailwind.config.ts"
],
"dependencies": {
"@nuxt-themes/elements": "^0.2.3",
"@nuxt-themes/typography": "^0.1.7",
"@nuxt-themes/elements": "^0.4.3",
"@nuxt-themes/typography": "^0.4.0",
"@nuxt/content": "^2.3.0",
"@nuxthq/studio": "^0.3.6",
"@nuxthq/studio": "^0.4.3",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.2.0",
"nuxt-config-schema": "^0.3.6",
"nuxt-config-schema": "^0.4.0",
"nuxt-icon": "^0.1.8"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.30.0",
"eslint": "^8.31.0",
"nuxt": "^3.0.0",
"release-it": "^15.5.1",
"release-it": "^15.6.0",
"typescript": "^4.9.4"
},
"release-it": {
Expand Down
Loading

1 comment on commit 3707f92

@vercel
Copy link

@vercel vercel bot commented on 3707f92 Jan 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.