Skip to content

Commit

Permalink
chore(deps-dev): bump vitest from 1.6.0 to 2.0.4 (#163)
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.4.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Lindsey <[email protected]>
  • Loading branch information
dependabot[bot] and connorlindsey authored Jul 30, 2024
1 parent aa1b933 commit 7aa7471
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 212 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rollup": "^2.46.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vitest": "^1.2.2"
"vitest": "^2.0.4"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-no-bundle": "^3.0.0",
"vitest": "^1.2.2"
"vitest": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-no-bundle": "^3.0.0",
"vitest": "^1.2.2"
"vitest": "^2.0.4"
}
}
Loading

0 comments on commit 7aa7471

Please sign in to comment.