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

Commit ad941a2

Browse files
committed
Update dependency @types/ramda to v0.29.3
1 parent 3ed38c8 commit ad941a2

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.18",
28-
"@types/ramda": "0.29.2",
28+
"@types/ramda": "0.29.3",
2929
"@types/sinon": "10.0.15",
3030
"@typescript-eslint/eslint-plugin": "5.60.1",
3131
"@typescript-eslint/parser": "5.60.1",

yarn.lock

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

1489-
"@types/ramda@0.29.2":
1490-
version "0.29.2"
1491-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.2.tgz#b50d52c3958b0988356bc881bf77aadbd2e33651"
1492-
integrity sha512-JxvBGR3G4gV3RTOBugVHAAOD6iiv2WjlJ8BHr0s7KALdPpx2l+didoTuoJMmrA0eqpUaCm/slKP4TmxMRihd8g==
1489+
"@types/ramda@0.29.3":
1490+
version "0.29.3"
1491+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.3.tgz#6e4d4066df900a3456cf402bcef9b78b6990a754"
1492+
integrity sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==
14931493
dependencies:
1494-
types-ramda "^0.29.3"
1494+
types-ramda "^0.29.4"
14951495

14961496
"@types/resolve@^0.0.8":
14971497
version "0.0.8"
@@ -8597,10 +8597,10 @@ typedarray@^0.0.6:
85978597
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
85988598
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
85998599

8600-
types-ramda@^0.29.3:
8601-
version "0.29.3"
8602-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.3.tgz#0a611b4d414bf7c51ba417c3fd3352985b0de97f"
8603-
integrity sha512-6z8/UCI5/kRorQ91Mo+TUXImHpGAhmhg8ZIdT/tNrG+xSQvDwJXYyT5Nlw2U5VpoKetUZVqQXYYLQyq5Bzccsg==
8600+
types-ramda@^0.29.4:
8601+
version "0.29.4"
8602+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.4.tgz#8d9b51df2e550a05cedab541cc75dcd72972c625"
8603+
integrity sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==
86048604
dependencies:
86058605
ts-toolbelt "^9.6.0"
86068606

0 commit comments

Comments
 (0)