diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-08-04 08:52:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-04 08:52:32 +0200 |
| commit | 04b2ec4be7cddf32cda83bbc6d37033c89b3d387 (patch) | |
| tree | ad70d51ef7357513421ef01f22364d928f768470 | |
| parent | 04c9d36cc44fa647f401919c708e550dbe42040d (diff) | |
| download | faker-04b2ec4be7cddf32cda83bbc6d37033c89b3d387.tar.xz faker-04b2ec4be7cddf32cda83bbc6d37033c89b3d387.zip | |
chore(deps): update vitest to ~0.20.3 (#1229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -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 54b7283a..c63804f7 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/validator": "~13.7.4", "@typescript-eslint/eslint-plugin": "~5.32.0", "@typescript-eslint/parser": "~5.32.0", - "@vitest/ui": "~0.19.1", + "@vitest/ui": "~0.20.3", "c8": "~7.12.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~10.4.0", @@ -133,7 +133,7 @@ "validator": "~13.7.0", "vite": "~3.0.4", "vitepress": "~0.22.4", - "vitest": "~0.19.1" + "vitest": "~0.20.3" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f19a8229..bd1226c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ specifiers: '@types/validator': ~13.7.4 '@typescript-eslint/eslint-plugin': ~5.32.0 '@typescript-eslint/parser': ~5.32.0 - '@vitest/ui': ~0.19.1 + '@vitest/ui': ~0.20.3 c8: ~7.12.0 conventional-changelog-cli: ~2.2.2 cypress: ~10.4.0 @@ -41,7 +41,7 @@ specifiers: validator: ~13.7.0 vite: ~3.0.4 vitepress: ~0.22.4 - vitest: ~0.19.1 + vitest: ~0.20.3 devDependencies: '@algolia/client-search': 4.14.2 @@ -53,7 +53,7 @@ devDependencies: '@types/validator': 13.7.4 '@typescript-eslint/eslint-plugin': 5.32.0_iosr3hrei2tubxveewluhu5lhy '@typescript-eslint/parser': 5.32.0_qugx7qdu5zevzvxaiqyxfiwquq - '@vitest/ui': 0.19.1 + '@vitest/ui': 0.20.3 c8: 7.12.0 conventional-changelog-cli: 2.2.2 cypress: 10.4.0 @@ -84,7 +84,7 @@ devDependencies: validator: 13.7.0 vite: 3.0.4 vitepress: 0.22.4_imvgwgjzmeisgkq5uchhrryg6y - vitest: 0.19.1_jcfjdqfldivpyjgll3wfgmwbia + vitest: 0.20.3_a75h7wshsl437ycz6mdvk7ygqe packages: @@ -707,8 +707,8 @@ packages: vue: 3.2.37 dev: true - /@vitest/ui/0.19.1: - resolution: {integrity: sha512-TmbEJmcieK7chFJqdkgni4Lq/2MY6fKoxGPktromnnyabBkQFSGJlAl5vzFMYy8SfCj/zyaZy48FzDdWixziKg==} + /@vitest/ui/0.20.3: + resolution: {integrity: sha512-Rlg+y3PtE5IcGPVmViF/BXM7euY7LG0yjfIvXKlF0L3OnNSVS8+esgLlAhaYftSJXtcunqa/cYXiQ+qFVTaBGw==} dependencies: sirv: 2.0.2 dev: true @@ -4638,8 +4638,8 @@ packages: - stylus dev: true - /vitest/0.19.1_jcfjdqfldivpyjgll3wfgmwbia: - resolution: {integrity: sha512-E/ZXpFMUahn731wzhMBNzWRp4mGgiZFT0xdHa32cbNO0CSaHpE9hTfteEU247Gi2Dula8uXo5vvrNB6dtszmQA==} + /vitest/0.20.3_a75h7wshsl437ycz6mdvk7ygqe: + resolution: {integrity: sha512-cXMjTbZxBBUUuIF3PUzEGPLJWtIMeURBDXVxckSHpk7xss4JxkiiWh5cnIlfGyfJne2Ii3QpbiRuFL5dMJtljw==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -4666,7 +4666,7 @@ packages: '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 '@types/node': 18.0.6 - '@vitest/ui': 0.19.1 + '@vitest/ui': 0.20.3 c8: 7.12.0 chai: 4.3.6 debug: 4.3.4 |
