Skip to content

Commit

Permalink
chore(deps): upgrade vitest to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterroe committed Jun 26, 2024
1 parent 3200892 commit 0745ff2
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 382 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"packageManager": "[email protected]",
"description": "Create Universal template",
"author": "peterroe",
"files": [
"package.json",
"bin",
"dist"
],
"license": "MIT",
"homepage": "https://github.com/peterroe/un#readme",
"repository": {
Expand All @@ -34,6 +29,11 @@
"bin": {
"create-un": "./bin/index.mjs"
},
"files": [
"package.json",
"bin",
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
Expand All @@ -48,13 +48,18 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"giget": "^1.2.1",
"ora": "^8.0.1",
"taze": "^0.9.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.5",
"@types/node": "18.18.9",
"@types/prompts": "^2.4.8",
"@vitest/coverage-c8": "0.24.5",
"@vitest/ui": "^0.27.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"bumpp": "8.2.1",
"esno": "0.16.3",
"fs-extra": "^11.1.1",
Expand All @@ -65,11 +70,6 @@
"typescript": "5.2.2",
"unbuild": "0.8.11",
"vite": "4.5.2",
"vitest": "0.23.4"
},
"dependencies": {
"giget": "^1.2.1",
"ora": "^8.0.1",
"taze": "^0.9.2"
"vitest": "1.6.0"
}
}
Loading

0 comments on commit 0745ff2

Please sign in to comment.