Skip to content

Commit 25db20d

Browse files
committed
chore(vitest-plugin): update vitest requirements
1 parent 1fccd4a commit 25db20d

File tree

4 files changed

+3213
-6822
lines changed

4 files changed

+3213
-6822
lines changed

examples/with-typescript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"esbuild-register": "^3.4.2",
1717
"tinybench": "^2.5.0",
1818
"typescript": "^5.1.3",
19-
"vitest": "1.0.0-beta.4"
19+
"vitest": "^1.0.3"
2020
}
2121
}

packages/vitest-plugin/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ Check out the [documentation](https://docs.codspeed.io/benchmarks/nodejs/vitest)
1818

1919
First, install the plugin [`@codspeed/vitest-plugin`](https://www.npmjs.com/package/@codspeed/vitest-plugin) and `vitest` (if not already installed):
2020

21-
> [!WARNING]
21+
> [!NOTE]
2222
> The CodSpeed plugin is only compatible with
23-
> [[email protected]-beta.4](https://github.com/vitest-dev/vitest/releases/tag/v1.0.0-beta.4)
23+
> [[email protected]](https://www.npmjs.com/package/vitest/v/1.0.0)
2424
> and above.
2525
2626
```sh
27-
npm install --save-dev @codspeed/vitest-plugin vitest@1.0.0-beta.4
27+
npm install --save-dev @codspeed/vitest-plugin vitest
2828
```
2929

3030
or with `yarn`:
3131

3232
```sh
33-
yarn add --dev @codspeed/vitest-plugin vitest@1.0.0-beta.4
33+
yarn add --dev @codspeed/vitest-plugin vitest
3434
```
3535

3636
or with `pnpm`:
3737

3838
```sh
39-
pnpm add --save-dev @codspeed/vitest-plugin vitest@1.0.0-beta.4
39+
pnpm add --save-dev @codspeed/vitest-plugin vitest
4040
```
4141

4242
## Usage

packages/vitest-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"@total-typescript/shoehorn": "^0.1.1",
3838
"execa": "^8.0.1",
3939
"vite": "^5.0.0",
40-
"vitest": "1.0.0-beta.4"
40+
"vitest": "^1.0.3"
4141
}
4242
}

0 commit comments

Comments
 (0)