diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-01 14:16:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-01 14:16:41 +0200 |
| commit | 1fcc86c440b6599d369e505ee477f35d607397cb (patch) | |
| tree | 0202d7af2c1525da18c21929901b6630a9262d79 | |
| parent | 11164c8fbea367e65696eb36909c31a862d98e9b (diff) | |
| download | faker-1fcc86c440b6599d369e505ee477f35d607397cb.tar.xz faker-1fcc86c440b6599d369e505ee477f35d607397cb.zip | |
chore(deps): update vitest to ~0.10.0 (#896)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 29de1efb..e59441f4 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.20.0", "@typescript-eslint/parser": "~5.20.0", - "@vitest/ui": "~0.9.4", + "@vitest/ui": "~0.10.0", "c8": "~7.11.2", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.6.0", @@ -124,7 +124,7 @@ "validator": "~13.7.0", "vite": "~2.9.6", "vitepress": "~0.22.3", - "vitest": "~0.9.4" + "vitest": "~0.10.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 760310d8..54337c5c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.20.0 '@typescript-eslint/parser': ~5.20.0 - '@vitest/ui': ~0.9.4 + '@vitest/ui': ~0.10.0 c8: ~7.11.2 conventional-changelog-cli: ~2.2.2 cypress: ~9.6.0 @@ -36,7 +36,7 @@ specifiers: validator: ~13.7.0 vite: ~2.9.6 vitepress: ~0.22.3 - vitest: ~0.9.4 + vitest: ~0.10.0 devDependencies: '@types/markdown-it': 12.2.3 @@ -46,7 +46,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.20.0_ba7224a6944305f809f4df3a82f80afa '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.9.4 + '@vitest/ui': 0.10.0 c8: 7.11.2 conventional-changelog-cli: 2.2.2 cypress: 9.6.0 @@ -74,7 +74,7 @@ devDependencies: validator: 13.7.0 vite: 2.9.6 vitepress: 0.22.3 - vitest: 0.9.4_@[email protected][email protected] + vitest: 0.10.0_@[email protected][email protected] packages: @@ -596,8 +596,8 @@ packages: vue: 3.2.33 dev: true - /@vitest/ui/0.9.4: - resolution: {integrity: sha512-30fSFtqKW+j0EcYuLzFOOC6+nobi3p7bptmUunkF9oLV3578QY+jqjWCJOY+sTQSUnq9cvOzwHjIsvIoLiq4Jw==} + /@vitest/ui/0.10.0: + resolution: {integrity: sha512-GMxAQV5b14YJg1so9rmaXRASsnCY04acNHKoNkJegHpVCxFQkMavZM14KT1qAxg2xLdFbUd903JDAncpyJDBTw==} dependencies: sirv: 2.0.2 dev: true @@ -4442,8 +4442,8 @@ packages: - stylus dev: true - /vitest/0.9.4_@[email protected][email protected]: - resolution: {integrity: sha512-Em+EJb3keCr3GjyqnkxHuY7zMerEgLsN+m2nqsUcCzO7C4+Y0E7O7LXSNaODh3Gc/An3dqnoaAe/uLBrAJXUdQ==} + /vitest/0.10.0_@[email protected][email protected]: + resolution: {integrity: sha512-8UXemUg9CA4QYppDTsDV76nH0e1p6C8lV9q+o9i0qMSK9AQ7vA2sjoxtkDP0M+pwNmc3ZGYetBXgSJx0M1D/gg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4463,7 +4463,7 @@ packages: dependencies: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.9.4 + '@vitest/ui': 0.10.0 c8: 7.11.2 chai: 4.3.6 local-pkg: 0.4.1 |
