diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-07 21:14:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-07 21:14:41 +0100 |
| commit | d37ed6ece690c6a8476a7e91a5d595240af3dcfc (patch) | |
| tree | 8c34be5a775acdd9b58e73330e3589c68ef51b01 | |
| parent | 5cd3daef2b586b7f7c89b82259831ca4810d77d5 (diff) | |
| download | faker-d37ed6ece690c6a8476a7e91a5d595240af3dcfc.tar.xz faker-d37ed6ece690c6a8476a7e91a5d595240af3dcfc.zip | |
chore(deps): update vitest to ~0.6.0 (#605)
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 f42dd155..d066967f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.13.0", "@typescript-eslint/parser": "~5.13.0", - "@vitest/ui": "~0.5.9", + "@vitest/ui": "~0.6.0", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.1", @@ -123,7 +123,7 @@ "validator": "~13.7.0", "vite": "~2.8.6", "vitepress": "~0.22.3", - "vitest": "~0.5.9" + "vitest": "~0.6.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 112fcf15..f7b7417d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.13.0 '@typescript-eslint/parser': ~5.13.0 - '@vitest/ui': ~0.5.9 + '@vitest/ui': ~0.6.0 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.1 @@ -35,7 +35,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.6 vitepress: ~0.22.3 - vitest: ~0.5.9 + vitest: ~0.6.0 devDependencies: '@types/markdown-it': 12.2.3 @@ -45,7 +45,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.5.9 + '@vitest/ui': 0.6.0 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.1 @@ -72,7 +72,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.6 vitepress: 0.22.3 - vitest: 0.5.9_@[email protected][email protected] + vitest: 0.6.0_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.5.9: - resolution: {integrity: sha512-+Y51EhIuT4tonINzzBSjfEsaU4deGgUilTGaE2MP+9Co3WyPHr11byzSA1VEj7mYWJ204xxPY22ZYUCdX01Aag==} + /@vitest/ui/0.6.0: + resolution: {integrity: sha512-hune6gWckOm9sIo5vY0u3wpUZRpo3o0bALmvQcIzbL6IMMEbK9sW7AXY4Pu2XGq2IqHWoEKqdY8aantPJzfOHg==} dependencies: sirv: 2.0.2 dev: true @@ -4417,8 +4417,8 @@ packages: - stylus dev: true - /vitest/0.5.9_@[email protected][email protected]: - resolution: {integrity: sha512-R8lRP9Q1yIbwr8pDf2gvw4PFe8H5YMyHhBcdyfnUh6toLfCR10jrdI/WkNxdo5I4H/9XrMX9t+SAavdJExNdKg==} + /vitest/0.6.0_@[email protected][email protected]: + resolution: {integrity: sha512-FuIkLHCQxz6rO35MQROUtVdwcBaYnt198YpPGIrJXmuNHGolfPbrZIiwpD7bek0OiETxuphK3+KR5oJ5Qi1g5A==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4438,7 +4438,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.5.9 + '@vitest/ui': 0.6.0 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
