Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.9.3 (#1204)
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] authored Jan 17, 2024
1 parent 2b08f1a commit f9647a1
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 110 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nuxtjs/plausible": "^0.2.4",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"nuxt": "^3.9.2",
"nuxt": "^3.9.3",
"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 @@
},
"devDependencies": {
"@nuxt/image": "latest",
"nuxt": "3.9.2"
"nuxt": "3.9.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
"dependencies": {
"@nuxt/kit": "^3.9.2",
"@nuxt/kit": "^3.9.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.10.0",
Expand All @@ -54,7 +54,7 @@
"happy-dom": "^13.1.4",
"ipx": "^3.0.0",
"jiti": "1.21.0",
"nuxt": "^3.9.2",
"nuxt": "^3.9.3",
"playwright-core": "^1.41.0",
"typescript": "5.3.3",
"vitest": "^1.2.0",
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.9.2"
"nuxt": "3.9.3"
}
}
Loading

0 comments on commit f9647a1

Please sign in to comment.