Skip to content

Commit 206b56a

Browse files
chore(deps): update dependency typescript to v5.9.3
1 parent 32dac51 commit 206b56a

7 files changed

Lines changed: 26 additions & 38 deletions

File tree

example/floating-inbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@types/react-dom": "^18.2.17",
2828
"vite": "latest",
2929
"vite-preset-react": "latest",
30-
"typescript": "5.7.3"
30+
"typescript": "5.9.3"
3131
}
3232
}

example/floating-inbox/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -797,10 +797,10 @@ tinyglobby@^0.2.14:
797797
fdir "^6.4.4"
798798
picomatch "^4.0.2"
799799

800-
typescript@5.7.3:
801-
version "5.7.3"
802-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
803-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
800+
typescript@5.9.3:
801+
version "5.9.3"
802+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
803+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
804804

805805
update-browserslist-db@^1.1.3:
806806
version "1.1.3"

example/nextjs-webpush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"eslint": "^9",
2727
"eslint-config-next": "15.4.1",
2828
"tailwindcss": "^4",
29-
"typescript": "5.7.3"
29+
"typescript": "5.9.3"
3030
}
3131
}

example/nextjs-webpush/yarn.lock

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -593,19 +593,12 @@
593593
"@types/node" "*"
594594
form-data "^4.0.4"
595595

596-
"@types/node@*":
597-
version "24.3.0"
598-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.0.tgz#89b09f45cb9a8ee69466f18ee5864e4c3eb84dec"
599-
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
596+
"@types/node@*", "@types/node@^24.12.0":
597+
version "24.12.4"
598+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.4.tgz#2709745569811dcbdc57c097fafdd387c6330382"
599+
integrity sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==
600600
dependencies:
601-
undici-types "~7.10.0"
602-
603-
"@types/node@^22.18.0":
604-
version "22.18.0"
605-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.0.tgz#9e4709be4f104e3568f7dd1c71e2949bf147a47b"
606-
integrity sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==
607-
dependencies:
608-
undici-types "~6.21.0"
601+
undici-types "~7.16.0"
609602

610603
"@types/react-dom@^19":
611604
version "19.1.8"
@@ -3137,10 +3130,10 @@ typed-array-length@^1.0.7:
31373130
possible-typed-array-names "^1.0.0"
31383131
reflect.getprototypeof "^1.0.6"
31393132

3140-
typescript@5.7.3:
3141-
version "5.7.3"
3142-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
3143-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
3133+
typescript@5.9.3:
3134+
version "5.9.3"
3135+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
3136+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
31443137

31453138
ua-is-frozen@^0.1.2:
31463139
version "0.1.2"
@@ -3168,15 +3161,10 @@ unbox-primitive@^1.1.0:
31683161
has-symbols "^1.1.0"
31693162
which-boxed-primitive "^1.1.1"
31703163

3171-
undici-types@~6.21.0:
3172-
version "6.21.0"
3173-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3174-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3175-
3176-
undici-types@~7.10.0:
3177-
version "7.10.0"
3178-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
3179-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
3164+
undici-types@~7.16.0:
3165+
version "7.16.0"
3166+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3167+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
31803168

31813169
unrs-resolver@^1.6.2:
31823170
version "1.11.1"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"tslib": "^2.8.0",
104104
"tsx": "^4.19.0",
105105
"turbo": "^2.3.1",
106-
"typescript": "5.7.3",
106+
"typescript": "5.9.3",
107107
"vite": "^5.4.0",
108108
"vite-plugin-banner": "^0.8.0",
109109
"vite-plugin-replace": "^0.1.1",
@@ -112,6 +112,6 @@
112112
"zx": "^8.5.0"
113113
},
114114
"resolutions": {
115-
"typescript": "5.7.3"
115+
"typescript": "5.9.3"
116116
}
117117
}

packages/magicbell-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"devDependencies": {
7878
"@magicbell/codegen": "^0.4.0",
79-
"typescript": "5.7.3"
79+
"typescript": "5.9.3"
8080
},
8181
"docs": {
8282
"name": "JavaScript SDK"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10872,10 +10872,10 @@ typed-styles@^0.0.7:
1087210872
resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9"
1087310873
integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==
1087410874

10875-
typescript@5.6.1-rc, typescript@5.7.3, typescript@^5.5.3:
10876-
version "5.7.3"
10877-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
10878-
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
10875+
typescript@5.6.1-rc, typescript@5.9.3, typescript@^5.5.3:
10876+
version "5.9.3"
10877+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
10878+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
1087910879

1088010880
ua-parser-js@^0.7.30:
1088110881
version "0.7.41"

0 commit comments

Comments
 (0)