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 74194b0a..3e37153a 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@typescript-eslint/parser": "~5.10.2", "@types/prettier": "~2.4.3", "@types/validator": "~13.7.1", - "@vitest/ui": "~0.2.6", + "@vitest/ui": "~0.2.7", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", "cypress": "~9.4.1", @@ -113,7 +113,7 @@ "validator": "~13.7.0", "vite": "~2.7.13", "vitepress": "~0.21.6", - "vitest": "~0.2.6" + "vitest": "~0.2.7" }, "packageManager": "[email protected]", "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 780e6ae0..626c6514 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ specifiers: '@types/validator': ~13.7.1 '@typescript-eslint/eslint-plugin': ~5.10.2 '@typescript-eslint/parser': ~5.10.2 - '@vitest/ui': ~0.2.6 + '@vitest/ui': ~0.2.7 c8: ~7.11.0 conventional-changelog-cli: ~2.2.2 cypress: ~9.4.1 @@ -27,7 +27,7 @@ specifiers: validator: ~13.7.0 vite: ~2.7.13 vitepress: ~0.21.6 - vitest: ~0.2.6 + vitest: ~0.2.7 devDependencies: '@types/node': 16.11.21 @@ -35,7 +35,7 @@ devDependencies: '@types/validator': 13.7.1 '@typescript-eslint/eslint-plugin': 5.10.2_2595c2126aec4d4b6e944b931dabb4c2 '@typescript-eslint/parser': [email protected][email protected] - '@vitest/ui': 0.2.6 + '@vitest/ui': 0.2.7 c8: 7.11.0 conventional-changelog-cli: 2.2.2 cypress: 9.4.1 @@ -56,7 +56,7 @@ devDependencies: validator: 13.7.0 vite: 2.7.13 vitepress: 0.21.6 - vitest: 0.2.6_@[email protected][email protected] + vitest: 0.2.7_@[email protected][email protected] packages: @@ -525,8 +525,8 @@ packages: vue: 3.2.29 dev: true - /@vitest/ui/0.2.6: - resolution: {integrity: sha512-BQnh/6EQmX9JJUvPZYhesCmOBgNSsxjUcA3V6k1SA4twarnuqHp4SiWCugIPzS+JKz5DVk4nep6uA3ukErc1hQ==} + /@vitest/ui/0.2.7: + resolution: {integrity: sha512-P1g9QsoxZGgpzazQr9q9nCRrvP9n2sX9BzuxOaBaAQ9xS/DS5aZZKFN6TKxuhXyp2S0R09UP4ibiO1CCSVmcGw==} dependencies: sirv: 2.0.2 dev: true @@ -4216,8 +4216,8 @@ packages: - stylus dev: true - /vitest/0.2.6_@[email protected][email protected]: - resolution: {integrity: sha512-qjjWJm+rpmqOmG3uSoFAh/8m9iZWzYmoWJTqqLKZYKRZSo0P+ibC05Atu8l1JRUrEgsgJIGot4JcPO4N42TX9Q==} + /vitest/0.2.7_@[email protected][email protected]: + resolution: {integrity: sha512-rKbmtADi6jsxYrwBrw4+sdYPLm3eiTmx7ojoZXQshScxnGWbHP18hWNa2NUEOYgowatkIiWPDVIyFB1kPnhokw==} engines: {node: '>=14.14.0'} hasBin: true peerDependencies: @@ -4237,7 +4237,7 @@ packages: dependencies: '@types/chai': 4.3.0 '@types/chai-subset': 1.3.3 - '@vitest/ui': 0.2.6 + '@vitest/ui': 0.2.7 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 |
