Skip to content

Commit

Permalink
chore(dev-deps): update vitest v3 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Jan 16, 2025
1 parent 34beb78 commit e7e87a2
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion examples/example-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"typescript": "latest",
"vite": "^3.1",
"vite": "latest",
"vitest": "latest",
"vitest-sonar-reporter": "file:../../"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/example-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"typescript": "latest",
"vite": "^3.1",
"vite": "latest",
"vitest": "latest",
"vitest-sonar-reporter": "file:../../"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7",
"vitest": "3.0.0-beta.4"
"vitest": "^3.0.0"
},
"peerDependencies": {
"vitest": ">=1"
Expand Down
84 changes: 42 additions & 42 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 e7e87a2

Please sign in to comment.