Skip to content

Commit 0aa2a17

Browse files
committed
Update dependency @types/ramda to v0.30.0
1 parent 4fa55f6 commit 0aa2a17

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.12.8",
53-
"@types/ramda": "0.29.12",
53+
"@types/ramda": "0.30.0",
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
@@ -939,12 +939,12 @@
939939
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
940940
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
941941

942-
"@types/ramda@0.29.12":
943-
version "0.29.12"
944-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.12.tgz#fd8a23849176c6c1b3510243b64084c067e6a48f"
945-
integrity sha512-sgIEjpJhdQPB52gDF4aphs9nl0xe54CR22DPdWqT8gQHjZYmVApgA0R3/CpMbl0Y8az2TEZrPNL2zy0EvjbkLA==
942+
"@types/ramda@0.30.0":
943+
version "0.30.0"
944+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.0.tgz#59ae27c3bf00036e35b6944dd7f6d283f869f908"
945+
integrity sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==
946946
dependencies:
947-
types-ramda "^0.29.10"
947+
types-ramda "^0.30.0"
948948

949949
"@types/readable-stream@^4.0.0":
950950
version "4.0.10"
@@ -9096,10 +9096,10 @@ typedarray@^0.0.6:
90969096
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
90979097
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
90989098

9099-
types-ramda@^0.29.10:
9100-
version "0.29.10"
9101-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.10.tgz#820432905b820301c74f6396f07aa2359b41cde4"
9102-
integrity sha512-5PJiW/eiTPyXXBYGZOYGezMl6qj7keBiZheRwfjJZY26QPHsNrjfJnz0mru6oeqqoTHOni893Jfd6zyUXfQRWg==
9099+
types-ramda@^0.30.0:
9100+
version "0.30.0"
9101+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.0.tgz#d4bae9c2ebaebb3fdbd538094f419ce13454cfde"
9102+
integrity sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==
91039103
dependencies:
91049104
ts-toolbelt "^9.6.0"
91059105

0 commit comments

Comments
 (0)