Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Update Nuxt Content to v3
  • Loading branch information
janfrl committed Jan 18, 2025
1 parent 07704d8 commit 8023cbb
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 373 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint:fix": "eslint . --fix",
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.79",
"@iconify-json/ph": "^1.2.2",
"@nuxt/content": "^2.13.4",
"@nuxt/content": "^3.0.0",
"@nuxt/fonts": "0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/ui": "^2.21.0",
"@nuxt/ui-pro": "^1.7.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "2.0.3",
"nuxt": "^3.15.2",
"nuxt-og-image": "^4.0.3",
Expand All @@ -29,10 +29,10 @@
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@nuxt/eslint": "^0.7.5",
"@nuxthub/core": "^0.8.11",
"@nuxthub/core": "^0.8.12",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"typescript": "^5.7.3",
"wrangler": "^3.102.0"
"wrangler": "^3.103.2"
}
}
Loading

0 comments on commit 8023cbb

Please sign in to comment.