Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 4e004b0 commit 5cc9871
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 279 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nuxtjs/plausible": "^1.2.0",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"nuxt": "^3.15.2",
"nuxt": "^3.15.4",
"nuxt-og-image": "^2.2.6",
"perfect-debounce": "^1.0.0",
"tailwindcss": "^3.4.17"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"@nuxt/image": "latest",
"nuxt": "3.15.2"
"nuxt": "3.15.4"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
"dependencies": {
"@nuxt/kit": "^3.15.2",
"@nuxt/kit": "^3.15.4",
"consola": "^3.4.0",
"defu": "^6.1.4",
"h3": "^1.13.1",
Expand All @@ -46,7 +46,7 @@
"devDependencies": {
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.15.2",
"@nuxt/schema": "3.15.4",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.6",
"@types/semver": "^7.5.8",
Expand All @@ -62,7 +62,7 @@
"jiti": "2.4.2",
"knip": "^5.42.0",
"nitropack": "^2.10.4",
"nuxt": "^3.15.2",
"nuxt": "^3.15.4",
"ofetch": "^1.4.1",
"playwright-core": "^1.49.1",
"semver": "^7.6.3",
Expand All @@ -80,7 +80,7 @@
"packageManager": "pnpm@9.15.4",
"resolutions": {
"@nuxt/image": "workspace:*",
"@nuxt/schema": "3.15.2",
"@nuxt/schema": "3.15.4",
"@nuxt/ui": "2.21.0",
"unhead": "1.11.18",
"vue": "3.5.13"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/image": "latest",
"nuxt": "3.15.2"
"nuxt": "3.15.4"
}
}
Loading

0 comments on commit 5cc9871

Please sign in to comment.