Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.15.2 (#1678)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Jan 15, 2025
1 parent 54dc469 commit 4e004b0
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 215 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.1",
"nuxt": "^3.15.2",
"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.1"
"nuxt": "3.15.2"
}
}
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.1",
"@nuxt/kit": "^3.15.2",
"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.1",
"@nuxt/schema": "3.15.2",
"@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.1",
"nuxt": "^3.15.2",
"ofetch": "^1.4.1",
"playwright-core": "^1.49.1",
"semver": "^7.6.3",
Expand All @@ -80,7 +80,7 @@
"packageManager": "[email protected]",
"resolutions": {
"@nuxt/image": "workspace:*",
"@nuxt/schema": "3.15.1",
"@nuxt/schema": "3.15.2",
"@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.1"
"nuxt": "3.15.2"
}
}
Loading

0 comments on commit 4e004b0

Please sign in to comment.