Skip to content

Commit 5937525

Browse files
committed
chore: set minimum ts version to prevent strange lockfile diffs
1 parent 855c9d5 commit 5937525

File tree

2 files changed

+41
-308
lines changed

2 files changed

+41
-308
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"@codemirror/view": "^6.34.2",
5858
"enzyme>cheerio": "1.0.0-rc.10",
5959
"ts-node": "10.9.2",
60-
"react-big-calendar@1>clsx": "2.1.1"
60+
"react-big-calendar@1>clsx": "2.1.1",
61+
"typescript": ">5.8.0"
6162
},
6263
"patchedDependencies": {
6364

0 commit comments

Comments
 (0)