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

Commit 8df1bb7

Browse files
chore(deps): update dependency typescript to v5.5.2
1 parent 8a27b23 commit 8df1bb7

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.9",
22-
"typescript": "5.4.5"
22+
"typescript": "5.5.2"
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.2:
3360+
version "5.5.2"
3361+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
3362+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
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.1.5",
6464
"tslib": "2.6.3",
65-
"typescript": "5.4.5"
65+
"typescript": "5.5.2"
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
@@ -11873,6 +11873,11 @@ [email protected]:
1187311873
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
1187411874
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
1187511875

11876+
11877+
version "5.5.2"
11878+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
11879+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
11880+
1187611881
"typescript@>=3 < 6":
1187711882
version "5.1.3"
1187811883
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"

0 commit comments

Comments
 (0)