Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.12.2 (#1388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent 47f8b2c commit 9b8b5c8
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 497 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.0.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.12.1",
"nuxt": "^3.12.2",
"nuxt-og-image": "^2.2.4",
"perfect-debounce": "^1.0.0"
},
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": "1.5.0",
"nuxt": "3.12.1"
"nuxt": "3.12.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
"dependencies": {
"@nuxt/kit": "^3.12.1",
"@nuxt/kit": "^3.12.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
Expand All @@ -63,7 +63,7 @@
"happy-dom": "^14.12.0",
"ipx": "^2.1.0",
"jiti": "1.21.6",
"nuxt": "^3.12.1",
"nuxt": "^3.12.2",
"ofetch": "^1.3.4",
"playwright-core": "^1.44.1",
"semver": "^7.6.2",
Expand All @@ -79,7 +79,7 @@
"packageManager": "pnpm@9.3.0",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.12.1",
"@nuxt/schema": "3.12.2",
"@nuxt/ui": "2.17.0",
"vue": "3.4.28"
},
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.12.1"
"nuxt": "3.12.2"
}
}
Loading

0 comments on commit 9b8b5c8

Please sign in to comment.