Skip to content

Commit 33536a9

Browse files
fix(deps): update dependency typescript to v5.8.2
1 parent 1d53108 commit 33536a9

File tree

7 files changed

+87
-80
lines changed

7 files changed

+87
-80
lines changed

api/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"rimraf": "6.0.1",
136136
"ts-jest": "29.2.6",
137137
"tsup": "8.4.0",
138-
"typescript": "5.7.3"
138+
"typescript": "5.8.2"
139139
},
140140
"dependencies": {
141141
"nanoid": "5.1.3"

api/persistent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"jest-environment-jsdom": "29.7.0",
7272
"ts-jest": "29.2.6",
7373
"tsup": "8.4.0",
74-
"typescript": "5.7.3"
74+
"typescript": "5.8.2"
7575
}
7676
}

api/selector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"rimraf": "6.0.1",
9191
"ts-jest": "29.2.6",
9292
"tsup": "8.4.0",
93-
"typescript": "5.7.3"
93+
"typescript": "5.8.2"
9494
}
9595
}

cli/create-plasmo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"@plasmo/constants": "workspace:*",
4747
"@plasmo/utils": "workspace:*",
4848
"plasmo": "workspace:*",
49-
"typescript": "5.7.3"
49+
"typescript": "5.8.2"
5050
}
5151
}

cli/plasmo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"semver": "7.7.1",
6868
"sharp": "0.33.5",
6969
"tempy": "3.1.0",
70-
"typescript": "5.7.3"
70+
"typescript": "5.8.2"
7171
},
7272
"devDependencies": {
7373
"@plasmo/config": "workspace:*",

core/parcel-resolver-post/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@parcel/types": "2.9.3",
3333
"@parcel/utils": "2.9.3",
3434
"tsup": "8.4.0",
35-
"typescript": "5.7.3"
35+
"typescript": "5.8.2"
3636
}
3737
}

0 commit comments

Comments
 (0)