Update ramda to use ts-toolbelt 6.3.3 or later (#42694)

This commit is contained in:
Anders Hejlsberg
2020-02-27 15:01:58 -08:00
committed by GitHub
parent 805cbeed8d
commit 31dea29baa

View File

@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"ts-toolbelt": "^6.1.11"
"ts-toolbelt": "^6.3.3"
}
}