Skip to content

Commit 9b7938c

Browse files
Update dependency @types/ramda to v0.30.1
1 parent cf39567 commit 9b7938c

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
@@ -23,7 +23,7 @@
2323
"@ava/typescript": "5.0.0",
2424
"@types/dotenv": "8.2.0",
2525
"@types/node": "20.14.10",
26-
"@types/ramda": "0.30.0",
26+
"@types/ramda": "0.30.1",
2727
"@typescript-eslint/eslint-plugin": "7.15.0",
2828
"@typescript-eslint/parser": "7.15.0",
2929
"ava": "6.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,12 @@
520520
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.2.1.tgz#374e31645d58cb18a07b3ecd8e9dede4deb2cccd"
521521
integrity sha512-DxZZbyMAM9GWEzXL+BMZROWz9oo6A9EilwwOMET2UVu2uZTqMWS5S69KVtuVKaRjCUpcrOXRalet86/OpG4kqw==
522522

523-
"@types/ramda@0.30.0":
524-
version "0.30.0"
525-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.0.tgz#59ae27c3bf00036e35b6944dd7f6d283f869f908"
526-
integrity sha512-DQtfqUbSB18iM9NHbQ++kVUDuBWHMr6T2FpW1XTiksYRGjq4WnNPZLt712OEHEBJs7aMyJ68Mf2kGMOP1srVVw==
523+
"@types/ramda@0.30.1":
524+
version "0.30.1"
525+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.1.tgz#316257fec12747bb39a2e921df48a9dcb8c164a9"
526+
integrity sha512-aoyF/ADPL6N+/NXXfhPWF+Qj6w1Cql59m9wX0Gi15uyF+bpzXeLd63HPdiTDE2bmLXfNcVufsDPKmbfOrOzTBA==
527527
dependencies:
528-
types-ramda "^0.30.0"
528+
types-ramda "^0.30.1"
529529

530530
"@types/secp256k1@^4.0.1":
531531
version "4.0.1"
@@ -3826,10 +3826,10 @@ typechain@^8.0.0:
38263826
ts-command-line-args "^2.2.0"
38273827
ts-essentials "^7.0.1"
38283828

3829-
types-ramda@^0.30.0:
3830-
version "0.30.0"
3831-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.0.tgz#d4bae9c2ebaebb3fdbd538094f419ce13454cfde"
3832-
integrity sha512-oVPw/KHB5M0Du0txTEKKM8xZOG9cZBRdCVXvwHYuNJUVkAiJ9oWyqkA+9Bj2gjMsHgkkhsYevobQBWs8I2/Xvw==
3829+
types-ramda@^0.30.1:
3830+
version "0.30.1"
3831+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.1.tgz#03d255128e3696aeaac76281ca19949e01dddc78"
3832+
integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==
38333833
dependencies:
38343834
ts-toolbelt "^9.6.0"
38353835

0 commit comments

Comments
 (0)