diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-04 08:41:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-04 08:41:24 +0200 |
| commit | 9e03bcff3aaad13afbfae99fb1df046c2f227c2c (patch) | |
| tree | 8707e0fd993fca6217fa0e2981c7711a2fc3e8f7 | |
| parent | 6096cb4d5645f4af803b6f550ecb0f64d8942778 (diff) | |
| download | faker-9e03bcff3aaad13afbfae99fb1df046c2f227c2c.tar.xz faker-9e03bcff3aaad13afbfae99fb1df046c2f227c2c.zip | |
chore(deps): update vitest to ~0.8.4 (#769)
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 982a1fbc..3c4d8cf4 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.8.0", + "@vitest/ui": "~0.8.4", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.3", @@ -122,7 +122,7 @@ "validator": "~13.7.0", "vite": "~2.9.1", "vitepress": "~0.22.3", - "vitest": "~0.8.0" + "vitest": "~0.8.4" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c16249b7..63c0e62e 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.8.0 + '@vitest/ui': ~0.8.4 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.9.1 vitepress: ~0.22.3 - vitest: ~0.8.0 + vitest: ~0.8.4 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.8.0 + '@vitest/ui': 0.8.4 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.9.1 vitepress: 0.22.3 - vitest: 0.8.0_@[email protected][email protected] + vitest: 0.8.4_@[email protected][email protected] packages: @@ -571,8 +571,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.8.0: - resolution: {integrity: sha512-eCrU2lvYTA1YAI3cBrmaHC1539X7r8HMF/bLUEdSJE+eb+fW78brXYJXS7bDywQsFg9TI592xZVpPlRg95dfZA==} + /@vitest/ui/0.8.4: + resolution: {integrity: sha512-ipbw8XyS6jt+H1d2gCjuc6PBr1clCk/NyfbkgDhFXkBYK0ST5H192ZDq4sx3nqOat2oPH0/OyQsb1FlX7DBG3A==} dependencies: sirv: 2.0.2 dev: true @@ -4419,9 +4419,9 @@ packages: - stylus dev: true - /vitest/0.8.0_@[email protected][email protected]: - resolution: {integrity: sha512-8m8OufAQWXlNpjm5dTe5Lc60zruguKJljunveueYrd4aoeXaQvggLX0SPmIW3G6PDtnBdNEynSi+6pibjnutQA==} - engines: {node: '>=v14.19.1'} + /vitest/0.8.4_@[email protected][email protected]: + resolution: {integrity: sha512-1OoAG1+VYkzp4WLCVQFRJX/OKk70rsMIM5H23crfc1wSEnJvHlxgQBS1HPpV/VYmjC8bIInKWhnB4Gaw32MnyQ==} + engines: {node: '>=v14.16.0'} 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.8.0 + '@vitest/ui': 0.8.4 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
