Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency ramda to v0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 8, 2020
1 parent b6c210c commit 7e79f33
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"mitt": "1.1.3",
"ramda": "0.26.1",
"ramda": "0.27.1",
"ws": "7.1.2"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"@semantic-release/git": "8.0.0",
"@types/jest": "26.0.14",
"@types/node": "12.12.31",
"@types/ramda": "0.26.40",
"@types/ramda": "0.27.22",
"@types/ws": "6.0.4",
"@typescript-eslint/eslint-plugin": "2.9.0",
"@typescript-eslint/parser": "2.9.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2216,12 +2216,12 @@
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4"
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q==

"@types/ramda@0.26.40":
version "0.26.40"
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.26.40.tgz#4fbd3bd6a8583e2aa0830b8942fbace44ecd070a"
integrity sha512-CUmROm0dxHfg5wcB/n1+sEJQxvmdOhJiZiIcCKgWVi1Hd6ffhG6BE0Ej4nHe2vfKGTOkqcTNBjdVfLTJdlH6Hw==
"@types/ramda@0.27.22":
version "0.27.22"
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.27.22.tgz#719eed1b6f4fad42def74862902b020ab724269b"
integrity sha512-wgwLkPIJoA+3yrxNt2Th4FO1DR61ZYstfo7q+ubES6737/WecUW9suGI5dpmuzmwUBB5woeAWLm8IOvhgBBFcw==
dependencies:
ts-toolbelt "^4.12.0"
ts-toolbelt "^6.3.3"

"@types/[email protected]":
version "0.0.8"
Expand Down Expand Up @@ -8840,10 +8840,10 @@ qw@~1.0.1:
resolved "https://registry.yarnpkg.com/qw/-/qw-1.0.1.tgz#efbfdc740f9ad054304426acb183412cc8b996d4"
integrity sha1-77/cdA+a0FQwRCassYNBLMi5ltQ=

ramda@0.26.1:
version "0.26.1"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==
ramda@0.27.1:
version "0.27.1"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==

rc@^1.0.1, rc@^1.1.6:
version "1.2.2"
Expand Down Expand Up @@ -10644,10 +10644,10 @@ [email protected]:
semver "7.x"
yargs-parser "20.x"

ts-toolbelt@^4.12.0:
version "4.12.13"
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-4.12.13.tgz#a2fb92f16ef6e5828c16a8f403e1eaf87703160b"
integrity sha512-tnMgohN582PAv9u5xX8tsbdTzawRwyhvrg2r1qOgiAUOXB8ABGwYQeOh0qfE43wKF0ygvbBrM/CTZMED6ow5ZQ==
ts-toolbelt@^6.3.3:
version "6.15.5"
resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz#cb3b43ed725cb63644782c64fbcad7d8f28c0a83"
integrity sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==

tsconfig-paths@^3.9.0:
version "3.9.0"
Expand Down

0 comments on commit 7e79f33

Please sign in to comment.