Skip to content

Commit d86b77c

Browse files
authored
chore(typescript): rollback typescript to 5.8 (#6444)
Typescript 5.9 defines autocorrect as a boolean, which conflicts with two Ionic components that define autocorrect. Rollback typescript version until the next major Ionic release.
1 parent bede52f commit d86b77c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
"semver": "^7.3.7",
198198
"terser": "5.37.0",
199199
"tsx": "^4.19.2",
200-
"typescript": "~5.9.2",
200+
"typescript": "~5.8.3",
201201
"webpack": "^5.75.0",
202202
"ws": "8.17.1"
203203
},

0 commit comments

Comments
 (0)