Skip to content

Commit ecb0d42

Browse files
Update dependency ramda to v0.29.0
1 parent 2f3b487 commit ecb0d42

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"ethers": "5.6.1",
2727
"lit": "2.2.1",
2828
"markdown-it": "12.3.2",
29-
"ramda": "0.28.0",
29+
"ramda": "0.29.0",
3030
"rxjs": "7.5.5",
3131
"web3modal": "1.9.5"
3232
},
@@ -35,7 +35,7 @@
3535
"@types/dotenv": "8.2.0",
3636
"@types/markdown-it": "12.2.3",
3737
"@types/node": "16.11.26",
38-
"@types/ramda": "0.28.2",
38+
"@types/ramda": "0.28.23",
3939
"@types/sinon": "10.0.11",
4040
"@typescript-eslint/eslint-plugin": "5.16.0",
4141
"@typescript-eslint/parser": "5.16.0",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,10 +1242,10 @@
12421242
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.1.tgz#e1303048d5389563e130f5bdd89d37a99acb75eb"
12431243
integrity sha512-Fo79ojj3vdEZOHg3wR9ksAMRz4P3S5fDB5e/YWZiFnyFQI1WY2Vftu9XoXVVtJfxB7Bpce/QTqWSSntkz2Znrw==
12441244

1245-
"@types/ramda@0.28.2":
1246-
version "0.28.2"
1247-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.28.2.tgz#6b757264c94c6447097bbfc58124ff7390f559bc"
1248-
integrity sha512-UO1AqAVfqstDdZFg6PIxiop6epdbueDyiNvNVro3Vz8j1RIBlG27atH7jvaqvOKMyVwm20SM7IqqzyBl9G3q4Q==
1245+
"@types/ramda@0.28.23":
1246+
version "0.28.23"
1247+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.28.23.tgz#d04279865a86c330c03c99ac61161d9905f276f5"
1248+
integrity sha512-9TYWiwkew+mCMsL7jZ+kkzy6QXn8PL5/SKmBPmjgUlTpkokZWTBr+OhiIUDztpAEbslWyt24NNfEmZUBFmnXig==
12491249
dependencies:
12501250
ts-toolbelt "^6.15.1"
12511251

@@ -7921,7 +7921,12 @@ ramda@0.27.1, ramda@^0.27.1:
79217921
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
79227922
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
79237923

7924-
ramda@0.28.0, ramda@^0.28.0:
7924+
ramda@0.29.0:
7925+
version "0.29.0"
7926+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.0.tgz#fbbb67a740a754c8a4cbb41e2a6e0eb8507f55fb"
7927+
integrity sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==
7928+
7929+
ramda@^0.28.0:
79257930
version "0.28.0"
79267931
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.28.0.tgz#acd785690100337e8b063cab3470019be427cc97"
79277932
integrity sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==

0 commit comments

Comments
 (0)