mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: release v4.0.15
This commit is contained in:
parent
a68f74e5ee
commit
eb1abf0857
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/monorepo",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.24.0",
|
||||
"description": "Next generation testing framework powered by Vite",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/browser-playwright",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Browser running for Vitest using playwright",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/browser-preview",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Browser running for Vitest using your browser of choice",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/browser-webdriverio",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Browser running for Vitest using webdriverio",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/browser",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Browser running for Vitest",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/coverage-istanbul",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Istanbul coverage provider for Vitest",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/coverage-v8",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "V8 coverage provider for Vitest",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/expect",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Jest's expect matchers as a Chai plugin",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/mocker",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Vitest module mocker implementation",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/pretty-format",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Fork of pretty-format with support for ESM",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/runner",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Vitest test runner",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/snapshot",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Vitest snapshot manager",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/spy",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Lightweight Jest compatible spy implementation",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/ui",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "UI for Vitest",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/utils",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Shared Vitest utility functions",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vitest",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Next generation testing framework powered by Vite",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/web-worker",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "Web Worker support for testing in Vitest",
|
||||
"license": "MIT",
|
||||
"funding": "https://opencollective.com/vitest",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@vitest/ws-client",
|
||||
"type": "module",
|
||||
"version": "4.0.14",
|
||||
"version": "4.0.15",
|
||||
"description": "WebSocket client wrapper for communicating with Vitest",
|
||||
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
||||
"license": "MIT",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user