Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.11.2 (#52)
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 Apr 4, 2024
1 parent 1942104 commit bd6a160
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 113 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 @@
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.6.1",
"@nuxt/ui-pro": "^1.1.0",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"nuxt-og-image": "3.0.0-rc.50"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"production-test": "pnpm --filter ./playground/ run build && pnpm run prepack && pnpm --filter ./playground/ run generate && npx serve ./playground/.output/public"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"@vueuse/nuxt": "^10.9.0",
"defu": "^6.1.4",
"nuxt-graphql-middleware": "^4.0.0",
Expand All @@ -59,7 +59,7 @@
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@rollup/rollup-linux-arm64-gnu": "^4.14.0",
"@rollup/rollup-linux-arm64-musl": "^4.14.0",
Expand All @@ -69,7 +69,7 @@
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"happy-dom": "^14.4.0",
"nuxt": "^3.11.1",
"nuxt": "^3.11.2",
"playwright-core": "^1.42.1",
"typescript": "^5.4.3",
"untyped": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@iconify-json/uil": "^1.1.8",
"@nuxt/image": "^1.5.0",
"@nuxt/ui-pro": "^1.1.0",
"nuxt": "^3.11.1"
"nuxt": "^3.11.2"
}
}
Loading

0 comments on commit bd6a160

Please sign in to comment.