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

Commit 6002536

Browse files
committed
Update dependency @types/ramda to v0.29.1
1 parent 02feb55 commit 6002536

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.3",
2626
"@types/dotenv": "8.2.0",
2727
"@types/node": "18.16.2",
28-
"@types/ramda": "0.29.0",
28+
"@types/ramda": "0.29.1",
2929
"@types/sinon": "10.0.14",
3030
"@typescript-eslint/eslint-plugin": "5.59.1",
3131
"@typescript-eslint/parser": "5.59.1",

yarn.lock

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

1482-
"@types/ramda@0.29.0":
1483-
version "0.29.0"
1484-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.0.tgz#4f226db24764dde77c60e1f601c357894bcfb7cc"
1485-
integrity sha512-TY9eKsklU43CmAbFJPKDUyBjleZ4EFAkbJeQRF4e8byGkOw1CjDcwg5EGa0Bgf0Kgs9BE9OU4UzQWnQDHnvMtA==
1482+
"@types/ramda@0.29.1":
1483+
version "0.29.1"
1484+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.1.tgz#c3d3842b9bc4aa5fbe03e90faa0c3eff9ba0f9f4"
1485+
integrity sha512-Ff5RRG9YRqMgWOqZVVavSjGEvYHUnXnGF0YPGbzIWhB3o8qiccSJZlFX2z8qm3G1H/IC5w0ozHmlezUeQCtGfQ==
14861486
dependencies:
1487-
types-ramda "^0.29.1"
1487+
types-ramda "^0.29.2"
14881488

14891489
"@types/resolve@^0.0.8":
14901490
version "0.0.8"
@@ -8591,10 +8591,10 @@ typedarray@^0.0.6:
85918591
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
85928592
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
85938593

8594-
types-ramda@^0.29.1:
8595-
version "0.29.1"
8596-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.1.tgz#08c6ddf583ba359ec1113c7069e30a44ef73896d"
8597-
integrity sha512-pdEF8VXcBTSu3fPupZahieG6Lh8eBWPtcaH/OB5QPCoN2hz4vBbspoMLB3X9kwzXRD3lwD4/j0hwj3Z/PAzzcA==
8594+
types-ramda@^0.29.2:
8595+
version "0.29.2"
8596+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.2.tgz#2bf33863a51498b43f616cd8cd98227efe9109eb"
8597+
integrity sha512-HpLcR0ly2EfXQwG8VSI5ov6ml7PvtT+u+cp+7lZLu7q4nhnPDVW+rUTC1uy/SNs4aAyTUXri5M/LyhgvjEXJDg==
85988598
dependencies:
85998599
ts-toolbelt "^9.6.0"
86008600

0 commit comments

Comments
 (0)