Update storybook to v10 (#45)

* Update all dependencies to v10

* Update module resolution in tsconfig

* Update all dependencies to v10

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vitaly Rtishchev <rtivital@gmail.com>
This commit is contained in:
renovate[bot]
2025-11-02 19:10:49 +03:00
committed by GitHub
parent dcbe29abd6
commit 48454f0847
3 changed files with 286 additions and 260 deletions

View File

@ -33,9 +33,9 @@
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.37.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@storybook/addon-themes": "^9.1.10",
"@storybook/nextjs": "^9.1.10",
"@storybook/react": "^9.1.10",
"@storybook/addon-themes": "^10.0.0",
"@storybook/nextjs": "^10.0.0",
"@storybook/react": "^10.0.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
@ -56,7 +56,7 @@
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"storybook": "^9.1.10",
"storybook": "^10.0.0",
"stylelint": "^16.25.0",
"stylelint-config-standard-scss": "^16.0.0",
"ts-jest": "^29.4.4",