Skip to content

Commit

Permalink
build(deps-dev): bump vitest from 0.34.6 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.6 to 1.6.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 919740a commit 834f996
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 215 deletions.
2 changes: 1 addition & 1 deletion @coderspirit/lambda-ioc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@coderspirit/eslint-config": "^2.0.0",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/nominal-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^20.12.8",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^0.34.6"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/nominal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^20.12.8",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @coderspirit/safe-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^20.12.8",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 834f996

Please sign in to comment.