Template
mirror of
https://github.com/mantinedev/next-app-template.git
synced 2026-08-23 23:02:00 +10:00
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:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
bf80c10b40
commit
f7b541cccc
+2
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user