From 6710916823f405d7cddb4f482d924219431b36ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 11:54:13 +1000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.31.1 (#1667) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vitest](https://togithub.com/vitest-dev/vitest) | [`^0.31.0` -> `^0.31.1`](https://renovatebot.com/diffs/npm/vitest/0.31.0/0.31.1) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.31.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.31.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.31.1/compatibility-slim/0.31.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.31.1/confidence-slim/0.31.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.31.1`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.31.1) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.31.0...v0.31.1) #####    🚀 Features - **watch**: Press `r` should rerun current pattern tests  -  by [@​Dunqing](https://togithub.com/Dunqing) and [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3305](https://togithub.com/vitest-dev/vitest/issues/3305) [(69d27)](https://togithub.com/vitest-dev/vitest/commit/69d27117) #####    🐞 Bug Fixes - Make sure thrown error is an object  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3298](https://togithub.com/vitest-dev/vitest/issues/3298) [(a93be)](https://togithub.com/vitest-dev/vitest/commit/a93be56c) - Remove duplicate type  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3303](https://togithub.com/vitest-dev/vitest/issues/3303) [(5382e)](https://togithub.com/vitest-dev/vitest/commit/5382e8b6) - Throw an error, if tests are collected with a different vitest version  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3301](https://togithub.com/vitest-dev/vitest/issues/3301) [(708b1)](https://togithub.com/vitest-dev/vitest/commit/708b10fe) - Support application/x-gzip metadata in html report  -  by [@​mzanelee](https://togithub.com/mzanelee) and **Michael Lee** in [https://github.com/vitest-dev/vitest/issues/3333](https://togithub.com/vitest-dev/vitest/issues/3333) [(5bf7e)](https://togithub.com/vitest-dev/vitest/commit/5bf7eb6e) - Correctly restore vi.fn implementation  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3341](https://togithub.com/vitest-dev/vitest/issues/3341) [(2aff8)](https://togithub.com/vitest-dev/vitest/commit/2aff8c5f) - Display error message correctly  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/3314](https://togithub.com/vitest-dev/vitest/issues/3314) [(a5b3d)](https://togithub.com/vitest-dev/vitest/commit/a5b3d78e) - Exclude `cwd` from test name filter  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3353](https://togithub.com/vitest-dev/vitest/issues/3353) [(324a9)](https://togithub.com/vitest-dev/vitest/commit/324a9b54) - Check error type before modifying it  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3385](https://togithub.com/vitest-dev/vitest/issues/3385) [(c44d9)](https://togithub.com/vitest-dev/vitest/commit/c44d9912) - `toMatchInlineSnapshot` fails when file path includes parentheses  -  by [@​pacexy](https://togithub.com/pacexy) in [https://github.com/vitest-dev/vitest/issues/3370](https://togithub.com/vitest-dev/vitest/issues/3370) and [https://github.com/vitest-dev/vitest/issues/3371](https://togithub.com/vitest-dev/vitest/issues/3371) [(dcf13)](https://togithub.com/vitest-dev/vitest/commit/dcf1346a) - Stop spying on a method, when it's restored  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3386](https://togithub.com/vitest-dev/vitest/issues/3386) [(2cb1a)](https://togithub.com/vitest-dev/vitest/commit/2cb1a15a) - Test repeats  -  by [@​fenghan34](https://togithub.com/fenghan34) in [https://github.com/vitest-dev/vitest/issues/3369](https://togithub.com/vitest-dev/vitest/issues/3369) [(fb8fc)](https://togithub.com/vitest-dev/vitest/commit/fb8fc7ab) - **browser**: - Throw an error if test failed to load  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3390](https://togithub.com/vitest-dev/vitest/issues/3390) [(b354b)](https://togithub.com/vitest-dev/vitest/commit/b354bc1c) - Keep default export when rewriting exports  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3389](https://togithub.com/vitest-dev/vitest/issues/3389) [(6501d)](https://togithub.com/vitest-dev/vitest/commit/6501d2e3) - **cli**: - Improve cac errors when mixing boolean and dot notation  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3302](https://togithub.com/vitest-dev/vitest/issues/3302) [(93fbd)](https://togithub.com/vitest-dev/vitest/commit/93fbd02d) - **reporter**: - Prevent deleting test reports stored in coverage directory  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3331](https://togithub.com/vitest-dev/vitest/issues/3331) [(ddbba)](https://togithub.com/vitest-dev/vitest/commit/ddbba396) - **typecheck**: - Correctly resolve custom tsconfig path  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3342](https://togithub.com/vitest-dev/vitest/issues/3342) [(c53ae)](https://togithub.com/vitest-dev/vitest/commit/c53ae079) - **vite-node**: - Allow returning id not wrapped in promise  -  by [@​danielroe](https://togithub.com/danielroe) in [https://github.com/vitest-dev/vitest/issues/3312](https://togithub.com/vitest-dev/vitest/issues/3312) [(9836c)](https://togithub.com/vitest-dev/vitest/commit/9836ccb4) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.31.0...v0.31.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/package.json | 2 +- framework-plugins/preact/package.json | 2 +- framework-plugins/react/package.json | 2 +- framework-plugins/solid/package.json | 2 +- framework-plugins/svelte/package.json | 2 +- framework-plugins/vue2/package.json | 2 +- framework-plugins/vue3/package.json | 2 +- pnpm-lock.yaml | 108 +++++++++++++------------- properties/package.json | 2 +- serializable-values/package.json | 2 +- storybook-helpers/package.json | 2 +- type-analyzer/package.json | 2 +- vfs/package.json | 2 +- 13 files changed, 66 insertions(+), 66 deletions(-) diff --git a/core/package.json b/core/package.json index 5a1c70904cb..4c932e089d5 100644 --- a/core/package.json +++ b/core/package.json @@ -55,6 +55,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/preact/package.json b/framework-plugins/preact/package.json index b80be3e533a..e66780542d7 100644 --- a/framework-plugins/preact/package.json +++ b/framework-plugins/preact/package.json @@ -43,6 +43,6 @@ "rimraf": "^5.0.0", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/react/package.json b/framework-plugins/react/package.json index 38c221f58de..da6e7ee8d5c 100644 --- a/framework-plugins/react/package.json +++ b/framework-plugins/react/package.json @@ -49,6 +49,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/solid/package.json b/framework-plugins/solid/package.json index b94583ff33b..4b280ddc6b7 100644 --- a/framework-plugins/solid/package.json +++ b/framework-plugins/solid/package.json @@ -43,6 +43,6 @@ "solid-js": "^1.7.5", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/svelte/package.json b/framework-plugins/svelte/package.json index 57d6124503d..bdd814a51c6 100644 --- a/framework-plugins/svelte/package.json +++ b/framework-plugins/svelte/package.json @@ -44,6 +44,6 @@ "@types/fs-extra": "^11.0.1", "pino": "^8.14.1", "unbuild": "^1.2.1", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/vue2/package.json b/framework-plugins/vue2/package.json index 01b43d3b176..a2b29f68d43 100644 --- a/framework-plugins/vue2/package.json +++ b/framework-plugins/vue2/package.json @@ -49,6 +49,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/framework-plugins/vue3/package.json b/framework-plugins/vue3/package.json index 8e71e675854..05d192be43b 100644 --- a/framework-plugins/vue3/package.json +++ b/framework-plugins/vue3/package.json @@ -53,6 +53,6 @@ "shx": "^0.3.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 89f6a44bcac..e1648694e46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -305,8 +305,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 daemon: devDependencies: @@ -429,8 +429,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/preact/tests/apps/preact-app: dependencies: @@ -638,8 +638,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/react/tests/apps/aliases: dependencies: @@ -2064,8 +2064,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/solid/tests/apps/solid: dependencies: @@ -2204,8 +2204,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/svelte/tests/apps/svelte: devDependencies: @@ -2487,8 +2487,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/vue2/tests/apps/nuxt2-app: dependencies: @@ -2663,8 +2663,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 framework-plugins/vue3/tests/apps/nuxt-app: dependencies: @@ -2970,8 +2970,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 screenshot: dependencies: @@ -3072,8 +3072,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 storybook-helpers: dependencies: @@ -3103,8 +3103,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 testing: dependencies: @@ -3183,8 +3183,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 vfs: dependencies: @@ -3211,8 +3211,8 @@ importers: specifier: ^4.3.7 version: 4.3.7(@types/node@18.16.6) vitest: - specifier: ^0.31.0 - version: 0.31.0 + specifier: ^0.31.1 + version: 0.31.1 packages: @@ -14995,11 +14995,11 @@ packages: /@types/chai-subset@1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: - '@types/chai': 4.3.4 + '@types/chai': 4.3.5 dev: true - /@types/chai@4.3.4: - resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} + /@types/chai@4.3.5: + resolution: {integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==} dev: true /@types/clean-css@4.2.6: @@ -16207,39 +16207,39 @@ packages: vue: 3.3.2 dev: false - /@vitest/expect@0.31.0: - resolution: {integrity: sha512-Jlm8ZTyp6vMY9iz9Ny9a0BHnCG4fqBa8neCF6Pk/c/6vkUk49Ls6UBlgGAU82QnzzoaUs9E/mUhq/eq9uMOv/g==} + /@vitest/expect@0.31.1: + resolution: {integrity: sha512-BV1LyNvhnX+eNYzJxlHIGPWZpwJFZaCcOIzp2CNG0P+bbetenTupk6EO0LANm4QFt0TTit+yqx7Rxd1qxi/SQA==} dependencies: - '@vitest/spy': 0.31.0 - '@vitest/utils': 0.31.0 + '@vitest/spy': 0.31.1 + '@vitest/utils': 0.31.1 chai: 4.3.7 dev: true - /@vitest/runner@0.31.0: - resolution: {integrity: sha512-H1OE+Ly7JFeBwnpHTrKyCNm/oZgr+16N4qIlzzqSG/YRQDATBYmJb/KUn3GrZaiQQyL7GwpNHVZxSQd6juLCgw==} + /@vitest/runner@0.31.1: + resolution: {integrity: sha512-imWuc82ngOtxdCUpXwtEzZIuc1KMr+VlQ3Ondph45VhWoQWit5yvG/fFcldbnCi8DUuFi+NmNx5ehMUw/cGLUw==} dependencies: - '@vitest/utils': 0.31.0 + '@vitest/utils': 0.31.1 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/snapshot@0.31.0: - resolution: {integrity: sha512-5dTXhbHnyUMTMOujZPB0wjFjQ6q5x9c8TvAsSPUNKjp1tVU7i9pbqcKPqntyu2oXtmVxKbuHCqrOd+Ft60r4tg==} + /@vitest/snapshot@0.31.1: + resolution: {integrity: sha512-L3w5uU9bMe6asrNzJ8WZzN+jUTX4KSgCinEJPXyny0o90fG4FPQMV0OWsq7vrCWfQlAilMjDnOF9nP8lidsJ+g==} dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 dev: true - /@vitest/spy@0.31.0: - resolution: {integrity: sha512-IzCEQ85RN26GqjQNkYahgVLLkULOxOm5H/t364LG0JYb3Apg0PsYCHLBYGA006+SVRMWhQvHlBBCyuByAMFmkg==} + /@vitest/spy@0.31.1: + resolution: {integrity: sha512-1cTpt2m9mdo3hRLDyCG2hDQvRrePTDgEJBFQQNz1ydHHZy03EiA6EpFxY+7ODaY7vMRCie+WlFZBZ0/dQWyssQ==} dependencies: tinyspy: 2.1.0 dev: true - /@vitest/utils@0.31.0: - resolution: {integrity: sha512-kahaRyLX7GS1urekRXN2752X4gIgOGVX4Wo8eDUGUkTWlGpXzf5ZS6N9RUUS+Re3XEE8nVGqNyxkSxF5HXlGhQ==} + /@vitest/utils@0.31.1: + resolution: {integrity: sha512-yFyRD5ilwojsZfo3E0BnH72pSVSuLg2356cN1tCEe/0RtDzxTPYwOomIC+eQbot7m6DRy4tPZw+09mB7NkbMmA==} dependencies: concordance: 5.0.4 loupe: 2.3.6 @@ -36842,8 +36842,8 @@ packages: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} dev: false - /tinybench@2.4.0: - resolution: {integrity: sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==} + /tinybench@2.5.0: + resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} dev: true /tinypool@0.5.0: @@ -38212,8 +38212,8 @@ packages: - terser dev: true - /vite-node@0.31.0(@types/node@18.16.6): - resolution: {integrity: sha512-8x1x1LNuPvE2vIvkSB7c1mApX5oqlgsxzHQesYF7l5n1gKrEmrClIiZuOFbFDQcjLsmcWSwwmrWrcGWm9Fxc/g==} + /vite-node@0.31.1(@types/node@18.16.6): + resolution: {integrity: sha512-BajE/IsNQ6JyizPzu9zRgHrBwczkAs0erQf/JRpgTIESpKvNj9/Gd0vxX905klLkb0I0SJVCKbdrl5c6FnqYKA==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: @@ -38659,8 +38659,8 @@ packages: dependencies: vite: 4.3.7(@types/node@18.16.6) - /vitest@0.31.0: - resolution: {integrity: sha512-JwWJS9p3GU9GxkG7eBSmr4Q4x4bvVBSswaCFf1PBNHiPx00obfhHRJfgHcnI0ffn+NMlIh9QGvG75FlaIBdKGA==} + /vitest@0.31.1: + resolution: {integrity: sha512-/dOoOgzoFk/5pTvg1E65WVaobknWREN15+HF+0ucudo3dDG/vCZoXTQrjIfEaWvQXmqScwkRodrTbM/ScMpRcQ==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -38690,14 +38690,14 @@ packages: webdriverio: optional: true dependencies: - '@types/chai': 4.3.4 + '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 18.16.6 - '@vitest/expect': 0.31.0 - '@vitest/runner': 0.31.0 - '@vitest/snapshot': 0.31.0 - '@vitest/spy': 0.31.0 - '@vitest/utils': 0.31.0 + '@vitest/expect': 0.31.1 + '@vitest/runner': 0.31.1 + '@vitest/snapshot': 0.31.1 + '@vitest/spy': 0.31.1 + '@vitest/utils': 0.31.1 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -38710,10 +38710,10 @@ packages: picocolors: 1.0.0 std-env: 3.3.2 strip-literal: 1.0.1 - tinybench: 2.4.0 + tinybench: 2.5.0 tinypool: 0.5.0 vite: 4.3.7(@types/node@18.16.6) - vite-node: 0.31.0(@types/node@18.16.6) + vite-node: 0.31.1(@types/node@18.16.6) why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/properties/package.json b/properties/package.json index 51593916319..f7f99fb2be1 100644 --- a/properties/package.json +++ b/properties/package.json @@ -29,6 +29,6 @@ "typescript": "^5.0.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index fdfa10a8ccd..d4933fcf314 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -32,6 +32,6 @@ "@types/prettier": "^2.7.2", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/storybook-helpers/package.json b/storybook-helpers/package.json index d69dbfd7d8f..47a63d4e8cd 100644 --- a/storybook-helpers/package.json +++ b/storybook-helpers/package.json @@ -32,6 +32,6 @@ "@previewjs/vfs": "workspace:*", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index 45d339beb98..a933d99e000 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -33,6 +33,6 @@ "lodash": "^4.17.21", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } } diff --git a/vfs/package.json b/vfs/package.json index a1d40cb7ba4..c5a254756a9 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -31,6 +31,6 @@ "typescript": "^5.0.4", "unbuild": "^1.2.1", "vite": "^4.3.7", - "vitest": "^0.31.0" + "vitest": "^0.31.1" } }