diff options
| -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 fb10043b..3e056e71 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@types/validator": "~13.7.1", "@typescript-eslint/eslint-plugin": "~5.12.0", "@typescript-eslint/parser": "~5.12.0", - "@vitest/ui": "~0.4.2", + "@vitest/ui": "~0.5.1", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.5.0", @@ -122,7 +122,7 @@ "validator": "~13.7.0", "vite": "~2.8.4", "vitepress": "~0.22.2", - "vitest": "~0.4.2" + "vitest": "~0.5.1" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 12fc93f9..61ccc71c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.12.0 '@typescript-eslint/parser': ~5.12.0 - '@vitest/ui': ~0.4.2 + '@vitest/ui': ~0.5.1 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.5.0 @@ -34,7 +34,7 @@ specifiers: validator: ~13.7.0 vite: ~2.8.4 vitepress: ~0.22.2 - vitest: ~0.4.2 + vitest: ~0.5.1 devDependencies: '@types/markdown-it': 12.2.3 @@ -44,7 +44,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.12.0_c467cf9bb49b295941e83ce479a578b7 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.4.2 + '@vitest/ui': 0.5.1 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.5.0 @@ -70,7 +70,7 @@ devDependencies: validator: 13.7.0 vite: 2.8.4 vitepress: 0.22.2 - vitest: 0.4.2_@[email protected][email protected] + vitest: 0.5.1_@[email protected][email protected] packages: @@ -569,8 +569,8 @@ packages: vue: 3.2.31 dev: true - /@vitest/ui/0.4.2: - resolution: {integrity: sha512-qpdnAHqV2L3+EUmDKl1yMHzsHXvOtHbVMe1cJWaB7/tfSM7OAax6KbiUXWZQwTGbG+NhveHn8PputK22vnrgAw==} + /@vitest/ui/0.5.1: + resolution: {integrity: sha512-mvdGdYWSa0E0zHt/IgpnvwVQhGX2y+ILNPT3RPBmtu8SG/WMtdm1tFt+hPXzEHwcccfPHM2sxtZmbibuUHISCw==} dependencies: sirv: 2.0.2 dev: true @@ -4382,8 +4382,8 @@ packages: - stylus dev: true - /vitest/0.4.2_@[email protected][email protected]: - resolution: {integrity: sha512-f5kclFhkCuIKQ96lsAveESeyfTf9ihT79ZQcLDNCoJbMDNTHQdSMnU7aq9KAeOmZVh4la3NANKWECWM7HfP1ng==} + /vitest/0.5.1_@[email protected][email protected]: + resolution: {integrity: sha512-s1iP3QYf4J7pHmOd2rRRrG+06XX6uBXmnqqbhyd7cZUj+pmR4gwbF8K1+V6I2SqM4/jRBbcxJMt6xoNjgD2I1Q==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4403,7 +4403,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.4.2 + '@vitest/ui': 0.5.1 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
