Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 13bd51b

Browse files
committed
Update dependency @types/ramda to v0.29.10
1 parent cbc6ce7 commit 13bd51b

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
@@ -25,7 +25,7 @@
2525
"@types/bent": "7.3.8",
2626
"@types/dotenv": "8.2.0",
2727
"@types/node": "18.19.9",
28-
"@types/ramda": "0.29.9",
28+
"@types/ramda": "0.29.10",
2929
"@types/sinon": "10.0.20",
3030
"@typescript-eslint/eslint-plugin": "5.62.0",
3131
"@typescript-eslint/parser": "5.62.0",

yarn.lock

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

1501-
"@types/ramda@0.29.9":
1502-
version "0.29.9"
1503-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.9.tgz#a4c1a9d056249268ffe16c2f6d198e42c2fc994a"
1504-
integrity sha512-X3yEG6tQCWBcUAql+RPC/O1Hm9BSU+MXu2wJnCETuAgUlrEDwTA1kIOdEEE4YXDtf0zfQLHa9CCE7WYp9kqPIQ==
1501+
"@types/ramda@0.29.10":
1502+
version "0.29.10"
1503+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.10.tgz#2584b268f9e0dd71ed4e5432b095186eb24a1f8f"
1504+
integrity sha512-0BzWVKtSEtignlk+XBuK88Il5wzQwbRVfEkzE8iKm02NYHMGQ/9ffB05M+zXhTCqo50DOIAT9pNSJsjFMMG4rQ==
15051505
dependencies:
1506-
types-ramda "^0.29.6"
1506+
types-ramda "^0.29.7"
15071507

15081508
"@types/resolve@^0.0.8":
15091509
version "0.0.8"
@@ -8622,10 +8622,10 @@ typedarray@^0.0.6:
86228622
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
86238623
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
86248624

8625-
types-ramda@^0.29.6:
8626-
version "0.29.6"
8627-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.6.tgz#a1d2a3c15a48e27d35832d7194d93369975f1427"
8628-
integrity sha512-VJoOk1uYNh9ZguGd3eZvqkdhD4hTGtnjRBUx5Zc0U9ftmnCgiWcSj/lsahzKunbiwRje1MxxNkEy1UdcXRCpYw==
8625+
types-ramda@^0.29.7:
8626+
version "0.29.7"
8627+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.7.tgz#dbd0dfc3c032502da2824b6f060f9b68bddffddc"
8628+
integrity sha512-8KBxZGJwUF3MpRkkJauSpvfHXk8Ssq15QXGuCBTDGeKd9PfheokkC3wAKRV3djej9O31Qa5M7Owsg8hF0GjtAw==
86298629
dependencies:
86308630
ts-toolbelt "^9.6.0"
86318631

0 commit comments

Comments
 (0)