Skip to content

Commit d478d73

Browse files
Update dependency typescript to v5
1 parent 6d0ebec commit d478d73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@mdi/js": "7.0.96",
2222
"@types/node": "16.11.17",
23-
"typescript": "4.5.4",
23+
"typescript": "5.0.2",
2424
"vite": "2.7.10"
2525
},
2626
"peerDependencies": {

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ is-core-module@^2.9.0:
157157
dependencies:
158158
has "^1.0.3"
159159

160-
magic-string@^0.26.5:
160+
161161
version "0.26.5"
162162
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.5.tgz#3ceb5c60f546ba4e21e3865ab8de4d32bd8ed07f"
163163
integrity sha512-yXUIYOOQnEHKHOftp5shMWpB9ImfgfDJpapa38j/qMtTj5QHWucvxP4lUtuRmHT9vAzvtpHkWKXW9xBwimXeNg==
@@ -224,10 +224,10 @@ supports-preserve-symlinks-flag@^1.0.0:
224224
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
225225
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
226226

227-
typescript@4.5.4:
228-
version "4.5.4"
229-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
230-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
227+
typescript@5.0.2:
228+
version "5.0.2"
229+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
230+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
231231

232232
233233
version "2.7.10"

0 commit comments

Comments
 (0)