Skip to content

Commit

Permalink
build: fix build issues and correct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 19, 2022
1 parent bc9744e commit 3e2f8b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/fixtures/nuxt-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@vue/test-utils": "^2.2.1",
"happy-dom": "^7.6.6",
"nuxt": "^3.0.0",
"vitest": "^0.24.5",
"vitest-environment-nuxt": "latest",
"vue": "^3.2.45"
"vitest-environment-nuxt": "latest"
}
}

0 comments on commit 3e2f8b2

Please sign in to comment.