Migrate to Typescript 7 (#87)

* Update major dependencies to v7

* Cleanup ts 7 update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Vitaly Rtishchev
2026-08-09 10:05:44 +03:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent bf80c10b40
commit f7b541cccc
3 changed files with 294 additions and 16 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
"@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/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
@@ -53,7 +53,7 @@
"stylelint": "^17.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"ts-jest": "^29.4.4",
"typescript": "6.0.3"
"typescript": "7.0.2"
},
"packageManager": "yarn@4.18.0"
}