Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit 8a9f0bb

Browse files
committed
fix(deps): update dependency ramda to v0.28.0
1 parent e5ea5b2 commit 8a9f0bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"fuzzy": "0.1.3",
3131
"highlight.js": "9.17.1",
3232
"marked": "0.5.1",
33-
"ramda": "0.26.1",
33+
"ramda": "0.28.0",
3434
"react-live": "2.2.2",
3535
"react-router-dom": "5.1.2",
3636
"recompose": "0.30.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8209,10 +8209,10 @@ quick-lru@^1.0.0:
82098209
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
82108210
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
82118211

8212-
ramda@0.26.1:
8213-
version "0.26.1"
8214-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
8215-
integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==
8212+
ramda@0.28.0:
8213+
version "0.28.0"
8214+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.28.0.tgz#acd785690100337e8b063cab3470019be427cc97"
8215+
integrity sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==
82168216

82178217
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5:
82188218
version "2.1.0"

0 commit comments

Comments
 (0)