Compare commits

..

1 Commits

Author SHA1 Message Date
d31e499ae9 Update dependency @storybook/react to v10.2.14
All checks were successful
continuous-integration/drone/pr Build is passing
2026-03-02 22:18:12 +00:00
4 changed files with 363 additions and 541 deletions

View File

@@ -77,7 +77,7 @@
"eslint-plugin-react-hooks": "^7.1.0-canary-ab18f33d-20260220",
"eslint-plugin-react-refresh": "^0.5.1",
"globals": "^17.3.0",
"jsdom": "^29.0.0",
"jsdom": "^28.1.0",
"postcss": "^8.4.49",
"prettier": "^3.8.1",
"react": "^19.0.0",

View File

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

View File

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

892
yarn.lock

File diff suppressed because it is too large Load Diff