Skip to content

Commit 3360ec2

Browse files
committed
Update dependency @types/ramda to v0.30.1
1 parent 4d1c234 commit 3360ec2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/fs-extra": "11.0.4",
5151
"@types/glob": "^8.1.0",
5252
"@types/node": "20.14.10",
53-
"@types/ramda": "0.30.0",
53+
"@types/ramda": "0.30.1",
5454
"@types/sinon": "17.0.3",
5555
"@typescript-eslint/eslint-plugin": "5.62.0",
5656
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -945,12 +945,12 @@
945945
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
946946
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
947947

948-
"@types/ramda@0.30.0":
949-
version "0.30.0"
950-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.0.tgz#59ae27c3bf00036e35b6944dd7f6d283f869f908"
951-
integrity sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==
948+
"@types/ramda@0.30.1":
949+
version "0.30.1"
950+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.1.tgz#316257fec12747bb39a2e921df48a9dcb8c164a9"
951+
integrity sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==
952952
dependencies:
953-
types-ramda "^0.30.0"
953+
types-ramda "^0.30.1"
954954

955955
"@types/readable-stream@^4.0.0":
956956
version "4.0.10"
@@ -9138,10 +9138,10 @@ typedarray@^0.0.6:
91389138
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
91399139
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
91409140

9141-
types-ramda@^0.30.0:
9142-
version "0.30.0"
9143-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.0.tgz#d4bae9c2ebaebb3fdbd538094f419ce13454cfde"
9144-
integrity sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==
9141+
types-ramda@^0.30.1:
9142+
version "0.30.1"
9143+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.1.tgz#03d255128e3696aeaac76281ca19949e01dddc78"
9144+
integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==
91459145
dependencies:
91469146
ts-toolbelt "^9.6.0"
91479147

0 commit comments

Comments
 (0)