flow-upgrade
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "flow-upgrade", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "A utility for upgrading your codebase to the latest version of Flow.", | ||
@@ -33,11 +33,11 @@ "engines": { | ||
"@babel/highlight": "^7.18.6", | ||
"babel-plugin-syntax-hermes-parser": "0.19.0", | ||
"babel-plugin-syntax-hermes-parser": "0.23.0", | ||
"chalk": "^2.0.1", | ||
"fs-extra": "10.1.0", | ||
"hermes-estree": "0.19.0", | ||
"hermes-parser": "0.19.0", | ||
"hermes-transform": "0.19.0", | ||
"hermes-estree": "0.23.0", | ||
"hermes-parser": "0.23.0", | ||
"hermes-transform": "0.23.0", | ||
"klaw-sync": "^6.0.0", | ||
"ora": "^5.4.1", | ||
"prettier-plugin-hermes-parser": "0.19.0", | ||
"prettier-plugin-hermes-parser": "0.23.0", | ||
"prompt-confirm": "^1.2.0", | ||
@@ -44,0 +44,0 @@ "semver": "^7.3.7", |
@@ -96,1 +96,6 @@ # `flow-upgrade` | ||
Run with `yarn run flow-codemod typeCastToAsExpression`. | ||
### Migrate internal Flow types for React to public-facing ones | ||
Converts usages of the internal React types like `React$Node` to public facing ones like `React.Node`. | ||
Run with `yarn run flow-codemod replaceReactDollarUtilityTypes`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46112
27
1074
101
+ Addedbabel-plugin-syntax-hermes-parser@0.23.0(transitive)
+ Addedhermes-eslint@0.23.0(transitive)
+ Addedhermes-estree@0.23.0(transitive)
+ Addedhermes-parser@0.23.0(transitive)
+ Addedhermes-transform@0.23.0(transitive)
+ Addedprettier-plugin-hermes-parser@0.23.0(transitive)
- Removedbabel-plugin-syntax-hermes-parser@0.19.0(transitive)
- Removedhermes-eslint@0.19.0(transitive)
- Removedhermes-estree@0.19.0(transitive)
- Removedhermes-parser@0.19.0(transitive)
- Removedhermes-transform@0.19.0(transitive)
- Removedprettier-plugin-hermes-parser@0.19.0(transitive)
Updatedhermes-estree@0.23.0
Updatedhermes-parser@0.23.0
Updatedhermes-transform@0.23.0