Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
chore: update to latest nuxi (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 12, 2023
1 parent 55300ec commit f11fcb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@nuxt/kit": "latest",
"@nuxt/schema": "latest",
"vitest-environment-nuxt": "workspace:*",
"nuxi": "3.7.3",
"nuxt-vitest": "workspace:*"
}
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"test:dev": "NUXT_VITEST_DEV_TEST=true nuxt dev",
"test:dev": "NUXT_VITEST_DEV_TEST=true nuxt dev --no-fork",
"test:unit": "vitest",
"test:types": "nuxi prepare && vue-tsc --noEmit",
"test:jsdom": "VITEST_DOM_ENV=jsdom pnpm test:unit --run",
Expand Down
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f11fcb3

Please sign in to comment.