File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5
5
"author" :
" suddenlyGiovanni <[email protected] >" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
8
+ "ramda" : " ^0.26.1" ,
8
9
"ts-node" : " ^8.1.0" ,
9
10
"typescript" : " ^3.4.3"
10
11
},
13
14
"@commitlint/cli" : " ^7.5.2" ,
14
15
"@commitlint/config-conventional" : " ^7.5.0" ,
15
16
"@types/jest" : " ^24.0.11" ,
17
+ "@types/ramda" : " ^0.26.6" ,
16
18
"@typescript-eslint/eslint-plugin" : " ^1.6.0" ,
17
19
"@typescript-eslint/parser" : " ^1.6.0" ,
18
20
"babel-preset-jest" : " ^24.6.0" ,
Original file line number Diff line number Diff line change 522
522
dependencies :
523
523
" @types/jest-diff" " *"
524
524
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
+
525
530
" @types/stack-utils@^1.0.1 " :
526
531
version "1.0.1"
527
532
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
@@ -3959,6 +3964,11 @@ quick-lru@^1.0.0:
3959
3964
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-1.1.0.tgz#4360b17c61136ad38078397ff11416e186dcfbb8"
3960
3965
integrity sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=
3961
3966
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
+
3962
3972
rc@^1.2.7 :
3963
3973
version "1.2.8"
3964
3974
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
You can’t perform that action at this time.
0 commit comments