Skip to content

Commit e31ab92

Browse files
chore(deps): update dependency typescript to ^5.9.3
1 parent 3220598 commit e31ab92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

linear/bun.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "linear",
@@ -10,7 +11,7 @@
1011
"@types/bun": "latest",
1112
},
1213
"peerDependencies": {
13-
"typescript": "^5",
14+
"typescript": "^5.9.3",
1415
},
1516
},
1617
},

linear/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/bun": "latest"
1212
},
1313
"peerDependencies": {
14-
"typescript": "^5"
14+
"typescript": "^5.9.3"
1515
},
1616
"dependencies": {
1717
"@linear/sdk": "^58.1.0"

0 commit comments

Comments
 (0)