Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 05e9465

Browse files
chore(deps): update dependency typescript to v5.5.3
1 parent 2f13f6e commit 05e9465

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"devDependencies": {
2121
"@types/node": "20.14.10",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.3"
2323
}
2424
}

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,10 +3356,10 @@ type-fest@^1.0.2:
33563356
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
33573357
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
33583358

3359-
typescript@5.4.5:
3360-
version "5.4.5"
3361-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
3362-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
3359+
typescript@5.5.3:
3360+
version "5.5.3"
3361+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
3362+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
33633363

33643364
undici-types@~5.26.4:
33653365
version "5.26.5"

packages/styled-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"styled-components": "6.1.11",
6363
"ts-jest": "29.2.1",
6464
"tslib": "2.6.3",
65-
"typescript": "5.4.5"
65+
"typescript": "5.5.3"
6666
},
6767
"dependencies": {
6868
"@emotion/is-prop-valid": "1.2.2",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11883,6 +11883,11 @@ [email protected]:
1188311883
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
1188411884
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
1188511885

11886+
11887+
version "5.5.3"
11888+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
11889+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
11890+
1188611891
"typescript@>=3 < 6":
1188711892
version "5.1.3"
1188811893
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"

0 commit comments

Comments
 (0)