diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-25 08:32:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-25 08:32:58 +0200 |
| commit | ee3d353a2115e1010c1fd0751799814025fbef74 (patch) | |
| tree | 84f83d04697c230417c6693aa499aa9986e75c4b | |
| parent | 15e3eed927953446d3e3aa8dcd7fca3f8472ff3e (diff) | |
| download | faker-ee3d353a2115e1010c1fd0751799814025fbef74.tar.xz faker-ee3d353a2115e1010c1fd0751799814025fbef74.zip | |
chore(deps): update vitest to ~0.19.0 (#1188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 21 |
2 files changed, 14 insertions, 11 deletions
diff --git a/package.json b/package.json index 8995f9bf..318bae06 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/validator": "~13.7.4", "@typescript-eslint/eslint-plugin": "~5.30.7", "@typescript-eslint/parser": "~5.30.7", - "@vitest/ui": "~0.18.1", + "@vitest/ui": "~0.19.0", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~10.3.1", @@ -133,7 +133,7 @@ "validator": "~13.7.0", "vite": "~3.0.2", "vitepress": "~0.22.4", - "vitest": "~0.18.1" + "vitest": "~0.19.0" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97659e5f..ccdd08a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.4 '@typescript-eslint/eslint-plugin': ~5.30.7 '@typescript-eslint/parser': ~5.30.7 - '@vitest/ui': ~0.18.1 + '@vitest/ui': ~0.19.0 c8: ~7.12.0 conventional-changelog-cli: ~2.2.2 cypress: ~10.3.1 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~3.0.2 vitepress: ~0.22.4 - vitest: ~0.18.1 + vitest: ~0.19.0 devDependencies: '@algolia/client-search': 4.14.1 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.4 '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa - '@vitest/ui': 0.18.1 + '@vitest/ui': 0.19.0 c8: 7.12.0 conventional-changelog-cli: 2.2.2 cypress: 10.3.1 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 3.0.2 vitepress: 0.22.4_ju6wpa2hqqdrjfl4p3m6tanjem - vitest: 0.18.1_ps3rclznr4tkimneamanfdq2tu + vitest: 0.19.0_qnu2porucslu7b7f6tzd3mhosy packages: @@ -694,8 +694,8 @@ packages: vue: 3.2.37 dev: true - /@vitest/ui/0.18.1: - resolution: {integrity: sha512-JgYewAWfx9fN/cjOW6fPh63j9EDiHmDpVXzvp7UJeza+26QoYHXVsgjCmnzP/jjH3i/LkOXlJLqEJw/nJQ+IJg==} + /@vitest/ui/0.19.0: + resolution: {integrity: sha512-enG/K0nO7/2s17wHC8OCAua/zg2HvlW0oDCpNV4T5yuECGlUvbH5FKt6SMROEZtypyJ2hfmXq8H/chUQLABxVA==} dependencies: sirv: 2.0.2 dev: true @@ -4612,12 +4612,13 @@ packages: - stylus dev: true - /vitest/0.18.1_ps3rclznr4tkimneamanfdq2tu: - resolution: {integrity: sha512-4F/1K/Vn4AvJwe7i2YblR02PT5vMKcw9KN4unDq2KD0YcSxX0B/6D6Qu9PJaXwVuxXMFTQ5ovd4+CQaW3bwofA==} + /vitest/0.19.0_qnu2porucslu7b7f6tzd3mhosy: + resolution: {integrity: sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@edge-runtime/vm': '*' + '@vitest/browser': '*' '@vitest/ui': '*' c8: '*' happy-dom: '*' @@ -4625,6 +4626,8 @@ packages: peerDependenciesMeta: '@edge-runtime/vm': optional: true + '@vitest/browser': + optional: true '@vitest/ui': optional: true c8: @@ -4637,7 +4640,7 @@ packages: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 '@types/node': 18.0.6 - '@vitest/ui': 0.18.1 + '@vitest/ui': 0.19.0 c8: 7.12.0 chai: 4.3.6 debug: 4.3.4 |
