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

Commit b4c85c4

Browse files
chore(deps): update dependency typescript to v5.5.4
1 parent 89ac1e7 commit b4c85c4

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.13",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.4"
2323
}
2424
}

docs/yarn.lock

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

3352-
typescript@5.4.5:
3353-
version "5.4.5"
3354-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
3355-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
3352+
typescript@5.5.4:
3353+
version "5.5.4"
3354+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
3355+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
33563356

33573357
undici-types@~5.26.4:
33583358
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.12",
6363
"ts-jest": "29.2.4",
6464
"tslib": "2.6.3",
65-
"typescript": "5.4.5"
65+
"typescript": "5.5.4"
6666
},
6767
"dependencies": {
6868
"@emotion/is-prop-valid": "1.3.0",

yarn.lock

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

11881+
11882+
version "5.5.4"
11883+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
11884+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
11885+
1188111886
"typescript@>=3 < 6":
1188211887
version "5.1.3"
1188311888
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"

0 commit comments

Comments
 (0)