diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-29 18:28:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-29 18:28:46 +0200 |
| commit | e57419f8c4e8b43c23f514654afa9b10ff5d1835 (patch) | |
| tree | 14007e94f83a5ec51fb06a6d7ff0ca7324485277 | |
| parent | 3e6ac32654d458040b67ba78b5a35ad25bd33f8b (diff) | |
| download | faker-e57419f8c4e8b43c23f514654afa9b10ff5d1835.tar.xz faker-e57419f8c4e8b43c23f514654afa9b10ff5d1835.zip | |
chore(deps): update vitest to ~0.13.0 (#1022)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 20 |
2 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json index dbd3be18..675bcbd3 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.26.0", "@typescript-eslint/parser": "~5.26.0", - "@vitest/ui": "~0.12.9", + "@vitest/ui": "~0.13.0", "c8": "~7.11.3", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.7.0", @@ -133,7 +133,7 @@ "validator": "~13.7.0", "vite": "~2.9.9", "vitepress": "~0.22.4", - "vitest": "~0.12.9" + "vitest": "~0.13.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8c6f948..536e9b7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.26.0 '@typescript-eslint/parser': ~5.26.0 - '@vitest/ui': ~0.12.9 + '@vitest/ui': ~0.13.0 c8: ~7.11.3 conventional-changelog-cli: ~2.2.2 cypress: ~9.7.0 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.9 vitepress: ~0.22.4 - vitest: ~0.12.9 + vitest: ~0.13.0 devDependencies: '@algolia/client-search': 4.13.1 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.26.0_gu4clceiw6ditaem5r577qrdpi '@typescript-eslint/parser': 5.26.0_utdtartgf6fqqgkivzeynh76la - '@vitest/ui': 0.12.9 + '@vitest/ui': 0.13.0 c8: 7.11.3 conventional-changelog-cli: 2.2.2 cypress: 9.7.0 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.9 vitepress: 0.22.4_ohobp6rpsmerwlq5ipwfh5yigy - vitest: 0.12.9_f6o56z7yr2hbg66xi5tjixvavq + vitest: 0.13.0_c7d6qwvnotxqkxd74z6v3rmizi packages: @@ -644,8 +644,8 @@ packages: vue: 3.2.36 dev: true - /@vitest/ui/0.12.9: - resolution: {integrity: sha512-CFh2yEfakcNeheGAXHvaWGMpI5CcnxVIwkKC1rFz6LnEyOpkEv7i6gbZ1Tqu2YbnC5jRNCrz/bIsT5hT1lh9Rw==} + /@vitest/ui/0.13.0: + resolution: {integrity: sha512-7rJs3RhRNhD4LDY7Sd/xKo1Y25qM971X6K5XDA/OzrnEBaWwXs/ukhKExBlEz+m47Bt2dOB6OpflnKi7YXL7BQ==} dependencies: sirv: 2.0.2 dev: true @@ -2578,7 +2578,7 @@ packages: dev: true /get-func-name/2.0.0: - resolution: {integrity: sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=} + resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} dev: true /get-intrinsic/1.1.1: @@ -4731,8 +4731,8 @@ packages: - stylus dev: true - /vitest/0.12.9_f6o56z7yr2hbg66xi5tjixvavq: - resolution: {integrity: sha512-1NtyUANS72Qw5PwYvoztk067NX4fSiis2xQxhByOWS33eL2er/yupHyLxlBCOkF2ANe0dLFRvT1GVb+nczL5aw==} + /vitest/0.13.0_c7d6qwvnotxqkxd74z6v3rmizi: + resolution: {integrity: sha512-vuYt3+G25MMnANgyMHHG3VK86C9K/VFi/8uH5myQ2v660W4WArv99ElakPlVFxxSXXM1jqQPiPj2ht35Bod9LQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4752,7 +4752,7 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.12.9 + '@vitest/ui': 0.13.0 c8: 7.11.3 chai: 4.3.6 debug: 4.3.4 |
