Compare commits

..

1 Commits

Author SHA1 Message Date
63adbb51ae Update dependency @storybook/react-vite to v10.2.14
All checks were successful
continuous-integration/drone/pr Build is passing
2026-03-02 22:18:34 +00:00
3 changed files with 288 additions and 484 deletions

View File

@@ -1,10 +1,3 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json"
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": ["vitest", "@vitest/coverage-v8"],
"matchUpdateTypes": ["minor", "patch"]
}
]
} }

View File

@@ -30,7 +30,6 @@ export default defineConfig({
test: { test: {
environment: 'jsdom', environment: 'jsdom',
setupFiles: ['./tests/setup.ts'], setupFiles: ['./tests/setup.ts'],
testTimeout: 10000,
coverage: { coverage: {
provider: 'v8', provider: 'v8',
include: ['src/**/*.{ts,tsx}'], include: ['src/**/*.{ts,tsx}'],

762
yarn.lock

File diff suppressed because it is too large Load Diff