Skip to content

Commit ad6e7fa

Browse files
authored
🔀 merge pull request #32 from onRuntime/renovate/typescript-5.x
⬆️ upgrade `typescript` to `v5`
2 parents 4a57385 + 7b40eac commit ad6e7fa

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"postcss": "^8.4.16",
4141
"prettier": "^3.0.0",
4242
"tailwindcss": "^3.1.8",
43-
"typescript": "^4.7.4"
43+
"typescript": "^5.0.0"
4444
}
4545
}

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4789,6 +4789,7 @@ sprintf-js@~1.0.2:
47894789
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
47904790

47914791
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4792+
name string-width-cjs
47924793
version "4.2.3"
47934794
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
47944795
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5182,10 +5183,10 @@ typedarray@^0.0.6:
51825183
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
51835184
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
51845185

5185-
typescript@^4.7.4:
5186-
version "4.9.5"
5187-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5188-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5186+
typescript@^5.0.0:
5187+
version "5.3.3"
5188+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5189+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
51895190

51905191
unbox-primitive@^1.0.2:
51915192
version "1.0.2"

0 commit comments

Comments
 (0)