Skip to content

Commit

Permalink
chore: update Nuxt UI to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrl committed Jan 27, 2025
1 parent 2c56aac commit e7be48e
Show file tree
Hide file tree
Showing 3 changed files with 2,080 additions and 2,157 deletions.
14 changes: 6 additions & 8 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default defineNuxtConfig({
},
},
extends: [
'@nuxt/ui-pro',
// 'github:happydesigns/ui-base',
],
image: {
Expand All @@ -25,20 +24,19 @@ export default defineNuxtConfig({
format: ['avif', 'webp', 'jpg'],
},
modules: [
'@nuxtjs/seo',
'@nuxt/ui-pro',
'@nuxt/content',
'@nuxt/eslint',
'@nuxt/image',
'@nuxt/ui',
'@nuxt/fonts',
// '@nuxtjs/seo',
],
runtimeConfig: {
public: { GOOGLE_MAPS_API_KEY: process.env.GOOGLE_MAPS_API_KEY },
},
// site: {
// url: 'https://www.siegel-steinmetz.de',
// name: 'Bernd Siegel Steingestaltung',
// },
site: {
url: 'https://www.siegel-steinmetz.de',
name: 'Bernd Siegel Steingestaltung',
},
vite: {
optimizeDeps: {
include: [
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,24 @@
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.79",
"@iconify-json/ph": "^1.2.2",
"@nuxt/content": "^3.0.0",
"@nuxt/content": "^3.0.1",
"@nuxt/fonts": "0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "^2.21.0",
"@nuxt/ui-pro": "^1.7.0",
"@nuxtjs/seo": "2.0.3",
"nuxt": "^3.15.2",
"nuxt-og-image": "^4.0.3",
"@nuxt/ui": "https://pkg.pr.new/@nuxt/ui@3155",
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@717",
"@nuxtjs/seo": "^2.1.0",
"nuxt": "^3.15.3",
"nuxt-og-image": "^4.1.2",
"vue-google-maps-community-fork": "^0.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@antfu/eslint-config": "^4.1.0",
"@iconify-json/lucide": "^1.2.25",
"@nuxt/eslint": "^0.7.5",
"@nuxthub/core": "^0.8.12",
"@nuxthub/core": "^0.8.14",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"typescript": "^5.7.3",
"wrangler": "^3.103.2"
"wrangler": "^3.105.1"
}
}
Loading

0 comments on commit e7be48e

Please sign in to comment.