Skip to content

Commit c529e42

Browse files
chore(deps): update dependency @types/ramda to v0.31.0 (#1626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9ad39f commit c529e42

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
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "16.0.1",
5454
"@types/jest": "29.5.14",
55-
"@types/ramda": "0.30.2",
55+
"@types/ramda": "0.31.0",
5656
"@typescript-eslint/eslint-plugin": "5.62.0",
5757
"@typescript-eslint/parser": "5.62.0",
5858
"eslint": "8.57.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,12 +1843,12 @@
18431843
dependencies:
18441844
undici-types "~6.19.2"
18451845

1846-
"@types/ramda@0.30.2":
1847-
version "0.30.2"
1848-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.30.2.tgz#70661b20c1bb969589a551b7134ae75008ffbfb6"
1849-
integrity sha512-PyzHvjCalm2BRYjAU6nIB3TprYwMNOUY/7P/N8bSzp9W/yM2YrtGtAnnVtaCNSeOZ8DzKyFDvaqQs7LnWwwmBA==
1846+
"@types/ramda@0.31.0":
1847+
version "0.31.0"
1848+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.31.0.tgz#a32da24257804d53194875361e0d74b8666c8cb0"
1849+
integrity sha512-1lWWZ/2YiNttGcIUxQwnvMuh55GIEbn/zlpzzEojAsbxquI/TXQZCRaXsfxG1CHjlqGoqxWePkvaM/5qYHNuvQ==
18501850
dependencies:
1851-
types-ramda "^0.30.1"
1851+
types-ramda "^0.31.0"
18521852

18531853
18541854
version "1.20.2"
@@ -4946,10 +4946,10 @@ typedarray@^0.0.6:
49464946
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
49474947
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
49484948

4949-
types-ramda@^0.30.1:
4950-
version "0.30.1"
4951-
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.30.1.tgz#03d255128e3696aeaac76281ca19949e01dddc78"
4952-
integrity sha512-1HTsf5/QVRmLzcGfldPFvkVsAdi1db1BBKzi7iW3KBUlOICg/nKnFS+jGqDJS3YD8VsWbAh7JiHeBvbsw8RPxA==
4949+
types-ramda@^0.31.0:
4950+
version "0.31.0"
4951+
resolved "https://registry.yarnpkg.com/types-ramda/-/types-ramda-0.31.0.tgz#7cb72d1133107679855aab1e57a0cbffff3ea8b1"
4952+
integrity sha512-vaoC35CRC3xvL8Z6HkshDbi6KWM1ezK0LHN0YyxXWUn9HKzBNg/T3xSGlJZjCYspnOD3jE7bcizsp0bUXZDxnQ==
49534953
dependencies:
49544954
ts-toolbelt "^9.6.0"
49554955

0 commit comments

Comments
 (0)