Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.9.1 (#1184)
Browse files Browse the repository at this point in the history
* chore(deps): update nuxt framework to ^3.9.1

* chore: dedupe lockfile

---------

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 8, 2024
1 parent 572f502 commit 4987fd7
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 560 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.1",
"@vueuse/nuxt": "^10.7.1",
"nuxt": "^3.9.0",
"nuxt": "^3.9.1",
"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.0"
"nuxt": "3.9.1"
}
}
6 changes: 3 additions & 3 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.0",
"@nuxt/kit": "^3.9.1",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.10.0",
Expand All @@ -54,7 +54,7 @@
"happy-dom": "^12.10.3",
"ipx": "^2.0.2",
"jiti": "1.21.0",
"nuxt": "^3.9.0",
"nuxt": "^3.9.1",
"playwright-core": "^1.40.1",
"typescript": "5.3.3",
"vitest": "^1.1.3",
Expand All @@ -66,7 +66,7 @@
},
"packageManager": "[email protected]",
"resolutions": {
"@nuxt/schema": "3.9.0",
"@nuxt/schema": "3.9.1",
"@nuxt/image-edge": "link:.",
"@nuxt/image": "link:."
},
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.0"
"nuxt": "3.9.1"
}
}
Loading

0 comments on commit 4987fd7

Please sign in to comment.