diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-11 09:29:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-11 09:29:35 +0100 |
| commit | 6afa92b7471cf3e4170c8063e7b01ee68321e546 (patch) | |
| tree | 0506489b28a89020a83abcfb4a1ea633a0af02f8 | |
| parent | 833ac3c5bc2721dab6c7314a54ac3d4fecfac0cb (diff) | |
| download | faker-6afa92b7471cf3e4170c8063e7b01ee68321e546.tar.xz faker-6afa92b7471cf3e4170c8063e7b01ee68321e546.zip | |
chore(deps): update vitest to ~0.3.2 (#468)
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 1dbe9245..253d45b1 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.11.0", "@typescript-eslint/parser": "~5.11.0", - "@vitest/ui": "~0.2.8", + "@vitest/ui": "~0.3.2", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.4.1", @@ -118,7 +118,7 @@ "validator": "~13.7.0", "vite": "~2.8.0", "vitepress": "~0.21.6", - "vitest": "~0.2.8" + "vitest": "~0.3.2" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2bca3b84..4b427ab5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.11.0 '@typescript-eslint/parser': ~5.11.0 - '@vitest/ui': ~0.2.8 + '@vitest/ui': ~0.3.2 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.4.1 @@ -31,7 +31,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.0 vitepress: ~0.21.6 - vitest: ~0.2.8 + vitest: ~0.3.2 devDependencies: '@types/node': 16.11.22 @@ -39,7 +39,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.11.0_de5a1ddccd75ca1e499b8b8491d3dcba '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.2.8 + '@vitest/ui': 0.3.2 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.4.1 @@ -64,7 +64,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.0 vitepress: 0.21.6 - vitest: 0.2.8_@[email protected][email protected] + vitest: 0.3.2_@[email protected][email protected] packages: @@ -542,8 +542,8 @@ packages: vue: 3.2.30 dev: true - /@vitest/ui/0.2.8: - resolution: {integrity: sha512-qCVz70DY0m4gj0j8Cqlng18IBsIoCLMwmpyw4+AlkKAvt8/AvG0ZVqIsJ2SQYmRmHFDu0W2AOYi58sym9s0huA==} + /@vitest/ui/0.3.2: + resolution: {integrity: sha512-bW2AWmfBxUlz4Xc0lpY1tfMf1MzK3ZnkzN9ACtDTrrWOQ4yEALgKxJm8qDW71x8qllWlrJTbO0R4xUVI96oc/A==} dependencies: sirv: 2.0.2 dev: true @@ -4290,8 +4290,8 @@ packages: - stylus dev: true - /vitest/0.2.8_@[email protected][email protected]: - resolution: {integrity: sha512-shzN00EkvUNzP8cSykhrOCwB7MlGxcwJNjOtHhbayvexGnqX6oLOfEp3OQixWdDJpEaqNiE3Lcie0WsOnoQ3Og==} + /vitest/0.3.2_@[email protected][email protected]: + resolution: {integrity: sha512-Xc0u8BVPBdD029uDcLSYDvy1MFenC6V8WvTJOGdld6NNWgz/swgsMvwZNzftsDohmHLgDyck8A+TaQdDd1tNwA==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4311,7 +4311,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.2.8 + '@vitest/ui': 0.3.2 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
