fix(design-system): add @storybook/test and @testing-library/dom deps
Some checks failed
CI / ci (pull_request) Failing after 3m26s
CI / ci (push) Failing after 2m49s

- @storybook/test needed by stories (import { fn })
- npm overrides resolves peer dep conflict with storybook 10
- @testing-library/dom explicit dep (peer of @testing-library/react)
- 157 design-system tests + 111 frontend tests all pass
This commit is contained in:
Sergey Krylov 2026-06-21 15:49:59 +03:00
parent 339845dd57
commit 3534ec4f77
3 changed files with 351 additions and 1360 deletions

1704
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,5 +38,10 @@
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"prettier": "^3.0.0"
},
"overrides": {
"@storybook/test": {
"storybook": "10.4.6"
}
}
}

View File

@ -30,6 +30,8 @@
"@storybook/addon-a11y": "^10.2.9",
"@storybook/addon-vitest": "^10.2.9",
"@storybook/react-vite": "^10.2.9",
"@storybook/test": "^8.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",