[ramda] allow arrays to be non-readonly (#38255)

* allow arrays to be non-readonly

* update ts-toolbelt

* fix array types

* fix array types

* fix array types
This commit is contained in:
Pierre-Antoine Mills
2019-09-16 17:27:42 -04:00
committed by Orta
parent 11c137c4c1
commit b15f295909
2 changed files with 234 additions and 234 deletions
+233 -233
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"ts-toolbelt": "^3.8.4"
"ts-toolbelt": "^3.8.75"
}
}