File tree 16 files changed +16
-16
lines changed
16 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/monorepo" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"private" : true ,
6
6
"packageManager" : " pnpm@10.4.1" ,
7
7
"description" : " Next generation testing framework powered by Vite" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/browser" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Browser running for Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/coverage-istanbul" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Istanbul coverage provider for Vitest" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/coverage-v8" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " V8 coverage provider for Vitest" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/expect" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Jest's expect matchers as a Chai plugin" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/mocker" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Vitest module mocker implementation" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/pretty-format" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Fork of pretty-format with support for ESM" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/runner" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Vitest test runner" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/snapshot" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Vitest snapshot manager" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/spy" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Lightweight Jest compatible spy implementation" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/ui" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " UI for Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/utils" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Shared Vitest utility functions" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vite-node" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Vite as Node.js runtime" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vitest" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Next generation testing framework powered by Vite" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/web-worker" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " Web Worker support for testing in Vitest" ,
6
6
"license" : " MIT" ,
7
7
"funding" : " https://opencollective.com/vitest" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vitest/ws-client" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.8 " ,
4
+ "version" : " 3.0.9 " ,
5
5
"description" : " WebSocket client wrapper for communicating with Vitest" ,
6
6
"author" : " Anthony Fu <anthonyfu117@hotmail.com>" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments