@babel/preset-flow
Advanced tools
Comparing version 7.24.7 to 7.25.7
{ | ||
"name": "@babel/preset-flow", | ||
"version": "7.24.7", | ||
"version": "7.25.7", | ||
"description": "Babel preset for all Flow plugins.", | ||
@@ -23,5 +23,5 @@ "author": "The Babel Team (https://babel.dev/team)", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.24.7", | ||
"@babel/helper-validator-option": "^7.24.7", | ||
"@babel/plugin-transform-flow-strip-types": "^7.24.7" | ||
"@babel/helper-plugin-utils": "^7.25.7", | ||
"@babel/helper-validator-option": "^7.25.7", | ||
"@babel/plugin-transform-flow-strip-types": "^7.25.7" | ||
}, | ||
@@ -32,4 +32,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.7", | ||
"@babel/helper-plugin-test-runner": "^7.24.7", | ||
"@babel/core": "^7.25.7", | ||
"@babel/helper-plugin-test-runner": "^7.25.7", | ||
"babel-plugin-syntax-hermes-parser": "^0.19.1" | ||
@@ -36,0 +36,0 @@ }, |
@@ -17,5 +17,11 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */ | ||
{ | ||
"path": "../../packages/babel-helper-validator-option" | ||
}, | ||
{ | ||
"path": "../../packages/babel-plugin-transform-flow-strip-types" | ||
}, | ||
{ | ||
"path": "../../packages/babel-core" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
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
80448
91