Skip to content

Commit 3326ef8

Browse files
chore: update dependency typescript to v5 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55d6ec5 commit 3326ef8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"prettier-plugin-tailwindcss": "0.6.14",
8888
"tailwind-merge": "3.3.1",
8989
"tailwindcss": "4.1.11",
90-
"typescript": "4.9.5",
90+
"typescript": "5.9.2",
9191
"typescript-graphql-request": "4.4.6",
9292
"typewriter": "8.1.0"
9393
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11598,11 +11598,16 @@ [email protected]:
1159811598
auto-bind "~4.0.0"
1159911599
tslib "~2.3.0"
1160011600

11601-
typescript@*, [email protected]:
11601+
typescript@*:
1160211602
version "4.9.5"
1160311603
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1160411604
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1160511605

11606+
11607+
version "5.9.2"
11608+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
11609+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
11610+
1160611611
1160711612
version "8.1.0"
1160811613
resolved "https://registry.yarnpkg.com/typewriter/-/typewriter-8.1.0.tgz#13680515b896a93dfd578a13c9ec356f366f435a"

0 commit comments

Comments
 (0)