Skip to content

Commit a2c2ac2

Browse files
committed
Update dependency @types/ramda to v0.29.3
1 parent 06dd06d commit a2c2ac2

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.1",
5151
"@types/glob": "^8.1.0",
5252
"@types/node": "18.16.18",
53-
"@types/ramda": "0.29.2",
53+
"@types/ramda": "0.29.3",
5454
"@types/sinon": "10.0.15",
5555
"@typescript-eslint/eslint-plugin": "5.60.1",
5656
"@typescript-eslint/parser": "5.60.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,12 +1382,12 @@
13821382
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.2.tgz#fc8c2825e4ed2142473b4a81064e6e081463d1b3"
13831383
integrity sha512-eI5Yrz3Qv4KPUa/nSIAi0h+qX0XyewOliug5F2QAtuRg6Kjg6jfmxe1GIwoIRhZspD1A0RP8ANrPwvEXXtRFog==
13841384

1385-
"@types/ramda@0.29.2":
1386-
version "0.29.2"
1387-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.2.tgz#b50d52c3958b0988356bc881bf77aadbd2e33651"
1388-
integrity sha512-JxvBGR3G4gV3RTOBugVHAAOD6iiv2WjlJ8BHr0s7KALdPpx2l+didoTuoJMmrA0eqpUaCm/slKP4TmxMRihd8g==
1385+
"@types/ramda@0.29.3":
1386+
version "0.29.3"
1387+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.29.3.tgz#6e4d4066df900a3456cf402bcef9b78b6990a754"
1388+
integrity sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==
13891389
dependencies:
1390-
types-ramda "^0.29.3"
1390+
types-ramda "^0.29.4"
13911391

13921392
"@types/readable-stream@*":
13931393
version "2.3.11"
@@ -9180,10 +9180,10 @@ typedarray@^0.0.6:
91809180
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
91819181
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
91829182

9183-
types-ramda@^0.29.3:
9184-
version "0.29.3"
9185-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.3.tgz#0a611b4d414bf7c51ba417c3fd3352985b0de97f"
9186-
integrity sha512-6z8/UCI5/kRorQ91Mo+TUXImHpGAhmhg8ZIdT/tNrG+xSQvDwJXYyT5Nlw2U5VpoKetUZVqQXYYLQyq5Bzccsg==
9183+
types-ramda@^0.29.4:
9184+
version "0.29.4"
9185+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.29.4.tgz#8d9b51df2e550a05cedab541cc75dcd72972c625"
9186+
integrity sha512-XO/820iRsCDwqLjE8XE+b57cVGPyk1h+U9lBGpDWvbEky+NQChvHVwaKM05WnW1c5z3EVQh8NhXFmh2E/1YazQ==
91879187
dependencies:
91889188
ts-toolbelt "^9.6.0"
91899189

0 commit comments

Comments
 (0)