Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c2716f

Browse files
committedJul 1, 2021
fix(deps): update dependency ramda to v0.27.1
1 parent 578ef20 commit 8c2716f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"mitt": "1.1.3",
37-
"ramda": "0.26.1",
37+
"ramda": "0.27.1",
3838
"ws": "7.1.2"
3939
},
4040
"devDependencies": {
@@ -45,7 +45,7 @@
4545
"@semantic-release/git": "8.0.0",
4646
"@types/jest": "26.0.23",
4747
"@types/node": "14.17.3",
48-
"@types/ramda": "0.26.40",
48+
"@types/ramda": "0.27.42",
4949
"@types/ws": "6.0.4",
5050
"@typescript-eslint/eslint-plugin": "2.9.0",
5151
"@typescript-eslint/parser": "2.9.0",

‎yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -2304,12 +2304,12 @@
23042304
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.0.0.tgz#dc85454b953178cc6043df5208b9e949b54a3bc4"
23052305
integrity sha512-/rM+sWiuOZ5dvuVzV37sUuklsbg+JPOP8d+nNFlo2ZtfpzPiPvh1/gc8liWOLBqe+sR+ZM7guPaIcTt6UZTo7Q==
23062306

2307-
"@types/ramda@0.26.40":
2308-
version "0.26.40"
2309-
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.26.40.tgz#4fbd3bd6a8583e2aa0830b8942fbace44ecd070a"
2310-
integrity sha512-CUmROm0dxHfg5wcB/n1+sEJQxvmdOhJiZiIcCKgWVi1Hd6ffhG6BE0Ej4nHe2vfKGTOkqcTNBjdVfLTJdlH6Hw==
2307+
"@types/ramda@0.27.42":
2308+
version "0.27.42"
2309+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.27.42.tgz#4a61332c143ee5601ca8a7415544b9c79061d1b4"
2310+
integrity sha512-O4b1HAiT4mD4/PaPtAg5LEPs5E05tKPnFbVsDTC/ChBd1Wl9jbmwHm1GcumXv4AuENwv8XD8ciTyn+hRXDs6qQ==
23112311
dependencies:
2312-
ts-toolbelt "^4.12.0"
2312+
ts-toolbelt "^6.15.1"
23132313

23142314
"@types/resolve@0.0.8":
23152315
version "0.0.8"
@@ -9121,10 +9121,10 @@ qw@~1.0.1:
91219121
resolved "https://registry.yarnpkg.com/qw/-/qw-1.0.1.tgz#efbfdc740f9ad054304426acb183412cc8b996d4"
91229122
integrity sha1-77/cdA+a0FQwRCassYNBLMi5ltQ=
91239123

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

91299129
rc@^1.0.1, rc@^1.1.6:
91309130
version "1.2.2"
@@ -10915,10 +10915,10 @@ ts-jest@26.5.6:
1091510915
semver "7.x"
1091610916
yargs-parser "20.x"
1091710917

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

1092310923
tsconfig-paths@^3.9.0:
1092410924
version "3.9.0"

0 commit comments

Comments
 (0)
This repository has been archived.