diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-30 15:07:07 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-30 15:07:07 +0200 |
| commit | 7afd8c55baac6f7d895caabeb623cc6a0514d6cb (patch) | |
| tree | de088467e8c5af216af7512424b44a2429430bf9 | |
| parent | a37b1ef5176f346ef73c74c89e9e2c97235de7dd (diff) | |
| download | faker-7afd8c55baac6f7d895caabeb623cc6a0514d6cb.tar.xz faker-7afd8c55baac6f7d895caabeb623cc6a0514d6cb.zip | |
chore(deps): update vitest to ~0.8.0 (#731)
| -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 b998b42f..3e32907b 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@types/validator": "~13.7.2", "@typescript-eslint/eslint-plugin": "~5.17.0", "@typescript-eslint/parser": "~5.17.0", - "@vitest/ui": "~0.7.12", + "@vitest/ui": "~0.8.0", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.3", @@ -122,7 +122,7 @@ "validator": "~13.7.0", "vite": "~2.8.6", "vitepress": "~0.22.3", - "vitest": "~0.7.12" + "vitest": "~0.8.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b953aca4..838cb619 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.2 '@typescript-eslint/eslint-plugin': ~5.17.0 '@typescript-eslint/parser': ~5.17.0 - '@vitest/ui': ~0.7.12 + '@vitest/ui': ~0.8.0 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.3 @@ -35,7 +35,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.6 vitepress: ~0.22.3 - vitest: ~0.7.12 + vitest: ~0.8.0 devDependencies: '@types/markdown-it': 12.2.3 @@ -45,7 +45,7 @@ devDependencies: '@types/validator': 13.7.2 '@typescript-eslint/eslint-plugin': 5.17.0_689ff565753ecf7c3328c07fad067df5 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.7.12 + '@vitest/ui': 0.8.0 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.3 @@ -72,7 +72,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.6 vitepress: 0.22.3 - vitest: 0.7.12_@[email protected][email protected] + vitest: 0.8.0_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.7.12: - resolution: {integrity: sha512-cBhfU5r4jB3oqkdj+5r3Qlsv/AAPLtx23RlT5RGceq/gSCS5r1hDaASUcyRyfc1sA+FuGxj6KJLs9JDsfgQiJQ==} + /@vitest/ui/0.8.0: + resolution: {integrity: sha512-eCrU2lvYTA1YAI3cBrmaHC1539X7r8HMF/bLUEdSJE+eb+fW78brXYJXS7bDywQsFg9TI592xZVpPlRg95dfZA==} dependencies: sirv: 2.0.2 dev: true @@ -4419,9 +4419,9 @@ packages: - stylus dev: true - /vitest/0.7.12_@[email protected][email protected]: - resolution: {integrity: sha512-Q/UrBAhStPUeic++s+jnH6M0vsBhemTixAsAKvp6z8zN6K47tfZqob4XgpbViebDmYcmhlyREumVmrpUlyuXdA==} - engines: {node: '>=v14.16.0'} + /vitest/0.8.0_@[email protected][email protected]: + resolution: {integrity: sha512-8m8OufAQWXlNpjm5dTe5Lc60zruguKJljunveueYrd4aoeXaQvggLX0SPmIW3G6PDtnBdNEynSi+6pibjnutQA==} + engines: {node: '>=v14.19.1'} hasBin: true peerDependencies: '@vitest/ui': '*' @@ -4440,7 +4440,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.7.12 + '@vitest/ui': 0.8.0 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
