From 62264b13b51e47397938bc1fa4544a34167ef3c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 04:33:26 +0000 Subject: [PATCH] chore(deps): update dependency vitest to ^0.29.7 (#1471) 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.29.3` -> `^0.29.7`](https://renovatebot.com/diffs/npm/vitest/0.29.3/0.29.7) | [![age](https://badges.renovateapi.com/packages/npm/vitest/0.29.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/vitest/0.29.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/vitest/0.29.7/compatibility-slim/0.29.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/vitest/0.29.7/confidence-slim/0.29.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vitest-dev/vitest ### [`v0.29.7`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.7) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.6...v0.29.7) #####    🐞 Bug Fixes - Import [@​vite/client](https://togithub.com/vite/client) in browser code for handling optimizer  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(20c51)](https://togithub.com/vitest-dev/vitest/commit/20c510c4) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.6...v0.29.7) ### [`v0.29.6`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.6) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.5...v0.29.6) #####    🐞 Bug Fixes - Bundle UI with [@​vitest/browser](https://togithub.com/vitest/browser)  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(14091)](https://togithub.com/vitest-dev/vitest/commit/14091c59) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.5...v0.29.6) ### [`v0.29.5`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.5) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.4...v0.29.5) #####    🐞 Bug Fixes - **browser**: Relax vitest peer dependency  -  by [@​cexbrayat](https://togithub.com/cexbrayat) in [https://github.com/vitest-dev/vitest/issues/3039](https://togithub.com/vitest-dev/vitest/issues/3039) [(865d1)](https://togithub.com/vitest-dev/vitest/commit/865d1afd) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.4...v0.29.5) ### [`v0.29.4`](https://togithub.com/vitest-dev/vitest/releases/tag/v0.29.4) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v0.29.3...v0.29.4) #####    🚀 Features - `--test-timeout` CLI argument  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3019](https://togithub.com/vitest-dev/vitest/issues/3019) [(63c62)](https://togithub.com/vitest-dev/vitest/commit/63c62f9e) - Add an option to control Vitest pool with filepath  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3029](https://togithub.com/vitest-dev/vitest/issues/3029) [(c7f0c)](https://togithub.com/vitest-dev/vitest/commit/c7f0c86b) - Process timeout to log names of stuck test files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/3031](https://togithub.com/vitest-dev/vitest/issues/3031) [(0ddf7)](https://togithub.com/vitest-dev/vitest/commit/0ddf7220) - Support relative path in html report  -  by [@​poyoho](https://togithub.com/poyoho) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/2695](https://togithub.com/vitest-dev/vitest/issues/2695) [(a7680)](https://togithub.com/vitest-dev/vitest/commit/a768015e) - Webdriverio (+ custom providers) integration for browser mode  -  by [@​Aslemammad](https://togithub.com/Aslemammad), **Christian Bromann**, [@​sheremet-va](https://togithub.com/sheremet-va), [@​userquin](https://togithub.com/userquin) and [@​dammy001](https://togithub.com/dammy001) in [https://github.com/vitest-dev/vitest/issues/2999](https://togithub.com/vitest-dev/vitest/issues/2999) [(9cdc8)](https://togithub.com/vitest-dev/vitest/commit/9cdc8030) #####    🐞 Bug Fixes - Show correct line numbers in stack trace when using vi.resetModules()  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3020](https://togithub.com/vitest-dev/vitest/issues/3020) [(35730)](https://togithub.com/vitest-dev/vitest/commit/35730328) - Mocking value proxy filter Symbol static properties  -  by [@​ChpShy](https://togithub.com/ChpShy) in [https://github.com/vitest-dev/vitest/issues/3036](https://togithub.com/vitest-dev/vitest/issues/3036) [(0cf44)](https://togithub.com/vitest-dev/vitest/commit/0cf44098) - Escape XML in error stack trace when using junit reporter  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/3038](https://togithub.com/vitest-dev/vitest/issues/3038) [(cc577)](https://togithub.com/vitest-dev/vitest/commit/cc5779d6) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v0.29.3...v0.29.4)
--- ### 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 +- frameworks/preact/package.json | 2 +- frameworks/react/package.json | 2 +- frameworks/solid/package.json | 2 +- frameworks/svelte/package.json | 2 +- frameworks/vue2/package.json | 2 +- frameworks/vue3/package.json | 2 +- pnpm-lock.yaml | 100 ++++++++++++++++--------------- 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, 65 insertions(+), 59 deletions(-) diff --git a/core/package.json b/core/package.json index 112990c7581..9f34a81c5dc 100644 --- a/core/package.json +++ b/core/package.json @@ -55,6 +55,6 @@ "shx": "^0.3.4", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/preact/package.json b/frameworks/preact/package.json index f7f5a566b11..89295c4e905 100644 --- a/frameworks/preact/package.json +++ b/frameworks/preact/package.json @@ -42,6 +42,6 @@ "rimraf": "^4.4.0", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/react/package.json b/frameworks/react/package.json index a0b7e9e4e49..e16e33563a1 100644 --- a/frameworks/react/package.json +++ b/frameworks/react/package.json @@ -45,6 +45,6 @@ "react": "^18.2.0", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/solid/package.json b/frameworks/solid/package.json index a86f3de4a74..27c522a1cf2 100644 --- a/frameworks/solid/package.json +++ b/frameworks/solid/package.json @@ -41,6 +41,6 @@ "solid-js": "^1.6.15", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/svelte/package.json b/frameworks/svelte/package.json index 2891dba650f..8ba985cb814 100644 --- a/frameworks/svelte/package.json +++ b/frameworks/svelte/package.json @@ -41,6 +41,6 @@ "@types/fs-extra": "^11.0.1", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/vue2/package.json b/frameworks/vue2/package.json index 0075f9fbeb5..18c1fcc8b24 100644 --- a/frameworks/vue2/package.json +++ b/frameworks/vue2/package.json @@ -44,6 +44,6 @@ "@types/fs-extra": "^11.0.1", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/frameworks/vue3/package.json b/frameworks/vue3/package.json index add6f4d5432..92f70019757 100644 --- a/frameworks/vue3/package.json +++ b/frameworks/vue3/package.json @@ -43,6 +43,6 @@ "@types/fs-extra": "^11.0.1", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d0acedb77f4..89520f9c005 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -184,7 +184,7 @@ importers: unbuild: ^1.1.2 vite: ^4.2.1 vite-tsconfig-paths: ^3.6.0 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/api': link:../api '@previewjs/config': link:../config @@ -216,7 +216,7 @@ importers: '@types/html-escaper': 3.0.0 shx: 0.3.4 unbuild: 1.1.2 - vitest: 0.29.3 + vitest: 0.29.7 daemon: specifiers: @@ -283,7 +283,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -301,7 +301,7 @@ importers: rimraf: 4.4.0 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/preact/tests/apps/preact-app: specifiers: @@ -398,7 +398,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -419,7 +419,7 @@ importers: react: 18.2.0 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/react/preview: specifiers: @@ -1484,7 +1484,7 @@ importers: unbuild: ^1.1.2 vite: ^4.2.1 vite-plugin-solid: ^2.6.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -1499,7 +1499,7 @@ importers: solid-js: 1.6.15 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/solid/preview: specifiers: @@ -1590,7 +1590,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/serializable-values': link:../../serializable-values '@previewjs/storybook-helpers': link:../../storybook-helpers @@ -1607,7 +1607,7 @@ importers: '@types/fs-extra': 11.0.1 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/svelte/preview: specifiers: @@ -1721,7 +1721,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 vue: ^2.7.14 vue-template-compiler: ^2.7.14 dependencies: @@ -1743,7 +1743,7 @@ importers: '@types/fs-extra': 11.0.1 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/vue2/preview: specifiers: @@ -1843,7 +1843,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 vue: ^3.2.47 dependencies: '@previewjs/serializable-values': link:../../serializable-values @@ -1863,7 +1863,7 @@ importers: '@types/fs-extra': 11.0.1 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 frameworks/vue3/preview: specifiers: @@ -2040,7 +2040,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/serializable-values': link:../serializable-values '@previewjs/type-analyzer': link:../type-analyzer @@ -2048,7 +2048,7 @@ importers: typescript: 4.9.5 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 serializable-values: specifiers: @@ -2060,7 +2060,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@faker-js/faker': 7.6.0 '@previewjs/type-analyzer': link:../type-analyzer @@ -2071,7 +2071,7 @@ importers: '@types/prettier': 2.7.2 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 storybook-helpers: specifiers: @@ -2082,7 +2082,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/core': link:../core '@previewjs/serializable-values': link:../serializable-values @@ -2092,7 +2092,7 @@ importers: '@previewjs/vfs': link:../vfs unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 testing: specifiers: @@ -2138,7 +2138,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: '@previewjs/vfs': link:../vfs assert-never: 1.2.1 @@ -2150,7 +2150,7 @@ importers: lodash: 4.17.21 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 vfs: specifiers: @@ -2161,7 +2161,7 @@ importers: typescript: ^4.9.5 unbuild: ^1.1.2 vite: ^4.2.1 - vitest: ^0.29.3 + vitest: ^0.29.7 dependencies: assert-never: 1.2.1 chokidar: 3.5.3 @@ -2171,7 +2171,7 @@ importers: typescript: 4.9.5 unbuild: 1.1.2 vite: 4.2.1 - vitest: 0.29.3 + vitest: 0.29.7 packages: @@ -12736,30 +12736,30 @@ packages: vue: 2.7.14 dev: false - /@vitest/expect/0.29.3: - resolution: {integrity: sha512-z/0JqBqqrdtrT/wzxNrWC76EpkOHdl+SvuNGxWulLaoluygntYyG5wJul5u/rQs5875zfFz/F+JaDf90SkLUIg==} + /@vitest/expect/0.29.7: + resolution: {integrity: sha512-UtG0tW0DP6b3N8aw7PHmweKDsvPv4wjGvrVZW7OSxaFg76ShtVdMiMcUkZJgCE8QWUmhwaM0aQhbbVLo4F4pkA==} dependencies: - '@vitest/spy': 0.29.3 - '@vitest/utils': 0.29.3 + '@vitest/spy': 0.29.7 + '@vitest/utils': 0.29.7 chai: 4.3.7 dev: true - /@vitest/runner/0.29.3: - resolution: {integrity: sha512-XLi8ctbvOWhUWmuvBUSIBf8POEDH4zCh6bOuVxm/KGfARpgmVF1ku+vVNvyq85va+7qXxtl+MFmzyXQ2xzhAvw==} + /@vitest/runner/0.29.7: + resolution: {integrity: sha512-Yt0+csM945+odOx4rjZSjibQfl2ymxqVsmYz6sO2fiO5RGPYDFCo60JF6tLL9pz4G/kjY4irUxadeB1XT+H1jg==} dependencies: - '@vitest/utils': 0.29.3 + '@vitest/utils': 0.29.7 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy/0.29.3: - resolution: {integrity: sha512-LLpCb1oOCOZcBm0/Oxbr1DQTuKLRBsSIHyLYof7z4QVE8/v8NcZKdORjMUq645fcfX55+nLXwU/1AQ+c2rND+w==} + /@vitest/spy/0.29.7: + resolution: {integrity: sha512-IalL0iO6A6Xz8hthR8sctk6ZS//zVBX48EiNwQguYACdgdei9ZhwMaBFV70mpmeYAFCRAm+DpoFHM5470Im78A==} dependencies: tinyspy: 1.1.1 dev: true - /@vitest/utils/0.29.3: - resolution: {integrity: sha512-hg4Ff8AM1GtUnLpUJlNMxrf9f4lZr/xRJjh3uJ0QFP+vjaW82HAxKrmeBmLnhc8Os2eRf+f+VBu4ts7TafPPkA==} + /@vitest/utils/0.29.7: + resolution: {integrity: sha512-vNgGadp2eE5XKCXtZXL5UyNEDn68npSct75OC9AlELenSK0DiV1Mb9tfkwJHKjRb69iek+e79iipoJx8+s3SdA==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -32470,8 +32470,8 @@ packages: resolution: {integrity: sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==} dev: true - /tinypool/0.3.1: - resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==} + /tinypool/0.4.0: + resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==} engines: {node: '>=14.0.0'} dev: true @@ -33747,8 +33747,8 @@ packages: - terser dev: true - /vite-node/0.29.3_@types+node@18.15.5: - resolution: {integrity: sha512-QYzYSA4Yt2IiduEjYbccfZQfxKp+T1Do8/HEpSX/G5WIECTFKJADwLs9c94aQH4o0A+UtCKU61lj1m5KvbxxQA==} + /vite-node/0.29.7_@types+node@18.15.5: + resolution: {integrity: sha512-PakCZLvz37yFfUPWBnLa1OYHPCGm5v4pmRrTcFN4V/N/T3I6tyP3z07S//9w+DdeL7vVd0VSeyMZuAh+449ZWw==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -34124,8 +34124,8 @@ packages: vite: 4.2.1 dev: false - /vitest/0.29.3: - resolution: {integrity: sha512-muMsbXnZsrzDGiyqf/09BKQsGeUxxlyLeLK/sFFM4EXdURPQRv8y7dco32DXaRORYP0bvyN19C835dT23mL0ow==} + /vitest/0.29.7: + resolution: {integrity: sha512-aWinOSOu4jwTuZHkb+cCyrqQ116Q9TXaJrNKTHudKBknIpR0VplzeaOUuDF9jeZcrbtQKZQt6yrtd+eakbaxHg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -34134,6 +34134,8 @@ packages: '@vitest/ui': '*' happy-dom: '*' jsdom: '*' + safaridriver: '*' + webdriverio: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true @@ -34145,14 +34147,18 @@ packages: optional: true jsdom: optional: true + safaridriver: + optional: true + webdriverio: + optional: true dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.15.5 - '@vitest/expect': 0.29.3 - '@vitest/runner': 0.29.3 - '@vitest/spy': 0.29.3 - '@vitest/utils': 0.29.3 + '@vitest/expect': 0.29.7 + '@vitest/runner': 0.29.7 + '@vitest/spy': 0.29.7 + '@vitest/utils': 0.29.7 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -34165,10 +34171,10 @@ packages: std-env: 3.3.2 strip-literal: 1.0.1 tinybench: 2.4.0 - tinypool: 0.3.1 + tinypool: 0.4.0 tinyspy: 1.1.1 vite: 4.2.1_@types+node@18.15.5 - vite-node: 0.29.3_@types+node@18.15.5 + vite-node: 0.29.7_@types+node@18.15.5 why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/properties/package.json b/properties/package.json index 087e81d11ef..d632dbf9404 100644 --- a/properties/package.json +++ b/properties/package.json @@ -30,6 +30,6 @@ "typescript": "^4.9.5", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/serializable-values/package.json b/serializable-values/package.json index 21a974506fd..738b3f5e8ee 100644 --- a/serializable-values/package.json +++ b/serializable-values/package.json @@ -33,6 +33,6 @@ "@types/prettier": "^2.7.2", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/storybook-helpers/package.json b/storybook-helpers/package.json index 2b7a54a84f0..e36d1e80a5d 100644 --- a/storybook-helpers/package.json +++ b/storybook-helpers/package.json @@ -32,6 +32,6 @@ "@previewjs/vfs": "workspace:*", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/type-analyzer/package.json b/type-analyzer/package.json index f05bfc40beb..fc9873b3aca 100644 --- a/type-analyzer/package.json +++ b/type-analyzer/package.json @@ -34,6 +34,6 @@ "lodash": "^4.17.21", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } } diff --git a/vfs/package.json b/vfs/package.json index b3c032fa3d2..5f434f2d8e9 100644 --- a/vfs/package.json +++ b/vfs/package.json @@ -32,6 +32,6 @@ "typescript": "^4.9.5", "unbuild": "^1.1.2", "vite": "^4.2.1", - "vitest": "^0.29.3" + "vitest": "^0.29.7" } }