Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent e1e1c81 commit ee813d2
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 203 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@nuxtjs/plausible": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.1",
"nuxt": "^3.11.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 @@
},
"devDependencies": {
"@nuxt/image": "1.4.0",
"nuxt": "3.11.1"
"nuxt": "3.11.2"
}
}
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.11.1",
"@nuxt/kit": "^3.11.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"h3": "^1.11.1",
Expand All @@ -55,7 +55,7 @@
"happy-dom": "^14.3.10",
"ipx": "^2.1.0",
"jiti": "1.21.0",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"ofetch": "^1.3.4",
"playwright-core": "^1.42.1",
"semver": "^7.6.0",
Expand All @@ -71,7 +71,7 @@
"packageManager": "pnpm@8.15.6",
"resolutions": {
"@nuxt/image": "link:.",
"@nuxt/schema": "3.11.1"
"@nuxt/schema": "3.11.2"
},
"engines": {
"node": "^14.16.0 || >=16.11.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.11.1"
"nuxt": "3.11.2"
}
}
Loading

0 comments on commit ee813d2

Please sign in to comment.