Skip to content

Commit

Permalink
test(Vitest): Fix Nuxt Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Aug 5, 2022
1 parent ebe29fa commit 4005f06
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 46 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt3-primevue-starter",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down Expand Up @@ -36,14 +36,15 @@
"@sfxcode/nuxt-primevue": "^0.6.0",
"@unocss/nuxt": "^0.45.4",
"@vitejs/plugin-vue": "^3.0.1",
"@vitest/ui": "^0.20.3",
"@vitest/ui": "^0.21.0",
"@vueuse/nuxt": "^9.1.0",
"c8": "^7.12.0",
"eslint": "^8.21.0",
"histoire": "^0.9.1",
"jsdom": "^20.0.0",
"nuxt": "npm:nuxt3@latest",
"sass": "^1.54.3",
"typescript": "^4.7.4",
"vitest": "^0.20.3"
"vitest": "^0.21.0"
}
}
Loading

0 comments on commit 4005f06

Please sign in to comment.