Compare commits

..

1 Commits

Author SHA1 Message Date
a586e9cb58 Update dependency @storybook/addon-a11y to v10.2.13
All checks were successful
continuous-integration/drone/pr Build is passing
2026-03-01 06:07:13 +00:00
4 changed files with 320 additions and 496 deletions

View File

@@ -71,7 +71,7 @@
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@types/react": "^19.0.0", "@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0", "@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0", "@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^4.0.18", "@vitest/coverage-v8": "^4.0.18",
"eslint": "^10", "eslint": "^10",
"eslint-plugin-react-hooks": "^7.1.0-canary-ab18f33d-20260220", "eslint-plugin-react-hooks": "^7.1.0-canary-ab18f33d-20260220",

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}'],

804
yarn.lock

File diff suppressed because it is too large Load Diff