Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.13.2 (#1487)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 999c34a commit 662db4f
Show file tree
Hide file tree
Showing 5 changed files with 813 additions and 397 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.2",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"nuxt-og-image": "^2.2.6",
"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.13.1"
"nuxt": "3.13.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.13.1",
"@nuxt/kit": "^3.13.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.12.0",
Expand All @@ -64,7 +64,7 @@
"happy-dom": "^15.7.4",
"ipx": "^2.1.0",
"jiti": "1.21.6",
"nuxt": "^3.13.1",
"nuxt": "^3.13.2",
"ofetch": "^1.3.4",
"playwright-core": "^1.47.1",
"semver": "^7.6.3",
Expand All @@ -80,7 +80,7 @@
"packageManager": "pnpm@9.10.0",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.13.1",
"@nuxt/schema": "3.13.2",
"@nuxt/ui": "2.18.4",
"vue": "3.5.5"
},
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.13.1"
"nuxt": "3.13.2"
}
}
Loading

0 comments on commit 662db4f

Please sign in to comment.