diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-24 09:26:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-24 09:26:31 +0000 |
| commit | 0924e852d300e012c80d74fb94b57168965827bf (patch) | |
| tree | 1b34b170995d22b6b4b7ee3893ad6bb70f215777 | |
| parent | 7675abe5a62c8d44ecfd4a6f50bfb5fa50f40efa (diff) | |
| download | faker-0924e852d300e012c80d74fb94b57168965827bf.tar.xz faker-0924e852d300e012c80d74fb94b57168965827bf.zip | |
chore(deps): update vitest to ~0.7.10 (#665)
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 98d30a4b..df7220d8 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.16.0", "@typescript-eslint/parser": "~5.16.0", - "@vitest/ui": "~0.7.7", + "@vitest/ui": "~0.7.10", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.2", @@ -123,7 +123,7 @@ "validator": "~13.7.0", "vite": "~2.8.6", "vitepress": "~0.22.3", - "vitest": "~0.7.7" + "vitest": "~0.7.10" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4bb506f1..762fdb42 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.16.0 '@typescript-eslint/parser': ~5.16.0 - '@vitest/ui': ~0.7.7 + '@vitest/ui': ~0.7.10 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.2 @@ -35,7 +35,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.6 vitepress: ~0.22.3 - vitest: ~0.7.7 + vitest: ~0.7.10 devDependencies: '@types/markdown-it': 12.2.3 @@ -45,7 +45,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.16.0_3fed250b11519414a4c7d52468dd6bf5 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.7.7 + '@vitest/ui': 0.7.10 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.2 @@ -72,7 +72,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.6 vitepress: 0.22.3 - vitest: 0.7.7_@[email protected][email protected] + vitest: 0.7.10_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.7.7: - resolution: {integrity: sha512-r+8w1AlUUWcHmAbNbm2wuhhtLqAL5EPtgE2MYCF3/7fjLJUkxRdox8fn/bwqAQGoPTRDOyhLdOZWlJUpk5VKcw==} + /@vitest/ui/0.7.10: + resolution: {integrity: sha512-nZzuPBdndCUhQCP/P0Yejk74vxRtlDs3WxnLxHWJkOTH5M6kYxpZKwfRn7jfonJNyqqJJzByeha/QNOJZoo8PQ==} dependencies: sirv: 2.0.2 dev: true @@ -4444,9 +4444,9 @@ packages: - stylus dev: true - /vitest/0.7.7_@[email protected][email protected]: - resolution: {integrity: sha512-xU7BTB7T7GbcjFBdbZAAp/dIQUwn8bygI+cbw6Yq1oXj60oGRJ+nJ7AXvSOJyaHMTmglEoaqazyDGnCHJBXftw==} - engines: {node: '>=v14.19.1'} + /vitest/0.7.10_@[email protected][email protected]: + resolution: {integrity: sha512-We5a7cnY2aUpX4tAO+w2KRhJiJ4FznfWjYKkqWoAqs4x4pKgyRsMJNZ7OSY/lFHOoRz3yv0mgwfVlZiRc0/mmA==} + engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@vitest/ui': '*' @@ -4465,7 +4465,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.7.7 + '@vitest/ui': 0.7.10 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
