Skip to content

Commit 62aece1

Browse files
chore(package.json): added ramda
1 parent f8bdc3c commit 62aece1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "suddenlyGiovanni <[email protected]>",
66
"license": "MIT",
77
"dependencies": {
8+
"ramda": "^0.26.1",
89
"ts-node": "^8.1.0",
910
"typescript": "^3.4.3"
1011
},
@@ -13,6 +14,7 @@
1314
"@commitlint/cli": "^7.5.2",
1415
"@commitlint/config-conventional": "^7.5.0",
1516
"@types/jest": "^24.0.11",
17+
"@types/ramda": "^0.26.6",
1618
"@typescript-eslint/eslint-plugin": "^1.6.0",
1719
"@typescript-eslint/parser": "^1.6.0",
1820
"babel-preset-jest": "^24.6.0",

yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,11 @@
522522
dependencies:
523523
"@types/jest-diff" "*"
524524

525+
"@types/ramda@^0.26.6":
526+
version "0.26.6"
527+
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.26.6.tgz#1aaf5060da8ebb99529420b6eb997c50f74c218e"
528+
integrity sha512-AmTHEkGo/EEufYY7MRqlgI0HLsLiAnc02pKOTVzE2D9IHf6yH2Xz71ompfEnduuaFGplYrtIOFOUOLs0AbMj9Q==
529+
525530
"@types/stack-utils@^1.0.1":
526531
version "1.0.1"
527532
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -3959,6 +3964,11 @@ quick-lru@^1.0.0:
39593964
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
39603965
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
39613966

3967+
ramda@^0.26.1:
3968+
version "0.26.1"
3969+
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.26.1.tgz#8d41351eb8111c55353617fc3bbffad8e4d35d06"
3970+
integrity sha512-hLWjpy7EnsDBb0p+Z3B7rPi3GDeRG5ZtiI33kJhTt+ORCd38AbAIjB/9zRIUoeTbE/AVX5ZkU7m6bznsvrf8eQ==
3971+
39623972
rc@^1.2.7:
39633973
version "1.2.8"
39643974
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"

0 commit comments

Comments
 (0)