immutable 5.0.3 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -126,9 +126,9 @@ collections in your [Flowtype](https://flowtype.org/) or [TypeScript](https://ty
126
126
  advantage of type generics, error detection, and auto-complete in your IDE.
127
127
 
128
128
  Installing `immutable` via npm brings with it type definitions for Flow (v0.55.0 or higher)
129
- and TypeScript (v2.1.0 or higher), so you shouldn't need to do anything at all!
129
+ and TypeScript (v4.5 or higher), so you shouldn't need to do anything at all!
130
130
 
131
- #### Using TypeScript with Immutable.js v4
131
+ #### Using TypeScript with Immutable.js v4+
132
132
 
133
133
  Immutable.js type definitions embrace ES2015. While Immutable.js itself supports
134
134
  legacy browsers and environments, its type definitions require TypeScript's 2015