Skip to content

Commit 36f9026

Browse files
chore(deps): update dependency type-fest to v5
1 parent 95f1b63 commit 36f9026

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"husky": "9.1.7",
5252
"prettier": "3.6.2",
5353
"rimraf": "5.0.10",
54-
"type-fest": "^4.3.1",
54+
"type-fest": "^5.0.0",
5555
"typescript": "5.9.3"
5656
},
5757
"ava": {

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4876,6 +4876,11 @@ supports-color@^7.1.0:
48764876
dependencies:
48774877
has-flag "^4.0.0"
48784878

4879+
tagged-tag@^1.0.0:
4880+
version "1.0.0"
4881+
resolved "https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz#a0b5917c2864cba54841495abfa3f6b13edcf4d6"
4882+
integrity sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==
4883+
48794884
tar@^7.4.0:
48804885
version "7.4.4"
48814886
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.4.tgz#6a4bcb5cb53d63a16e3a59822d48d89506e8ecc9"
@@ -5040,11 +5045,18 @@ type-fest@^0.20.2:
50405045
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
50415046
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
50425047

5043-
type-fest@^4.21.0, type-fest@^4.3.1:
5048+
type-fest@^4.21.0:
50445049
version "4.41.0"
50455050
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
50465051
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
50475052

5053+
type-fest@^5.0.0:
5054+
version "5.0.1"
5055+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-5.0.1.tgz#546c87966765f88f4f36e0521be4b3d0215b4cab"
5056+
integrity sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==
5057+
dependencies:
5058+
tagged-tag "^1.0.0"
5059+
50485060
types-ramda@^0.31.0:
50495061
version "0.31.0"
50505062
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.31.0.tgz#7cb72d1133107679855aab1e57a0cbffff3ea8b1"

0 commit comments

Comments
 (0)