Skip to content

Commit

Permalink
chore: package updates nuxt 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Mar 18, 2024
1 parent 003a7b4 commit 4c88971
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 566 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.10.3",
"@nuxt/kit": "^3.11.0",
"@vueuse/nuxt": "^10.9.0",
"defu": "^6.1.4",
"nuxt-graphql-middleware": "^4.0.0",
Expand All @@ -57,21 +57,21 @@
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/schema": "^3.11.0",
"@nuxt/test-utils": "^3.12.0",
"@rollup/rollup-linux-arm64-gnu": "^4.13.0",
"@rollup/rollup-linux-arm64-musl": "^4.13.0",
"@types/node": "20.11.26",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"@types/node": "20.11.28",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"happy-dom": "^13.8.2",
"nuxt": "^3.10.3",
"happy-dom": "^13.9.0",
"nuxt": "^3.11.0",
"playwright-core": "^1.42.1",
"typescript": "^5.4.2",
"untyped": "1.4.2",
"vitest": "^1.3.1",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.6"
}
}
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.4.0",
"@nuxt/ui-pro": "^1.0.2",
"nuxt": "^3.10.3"
"nuxt": "^3.11.0"
}
}
Loading

0 comments on commit 4c88971

Please sign in to comment.