File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = function (api) {
44 presets : [ "babel-preset-expo" ] ,
55 plugins : [
66 "@babel/plugin-transform-export-namespace-from" ,
7- "@babel/preset-flow" ,
87 "react-native-reanimated/plugin" ,
98 ] ,
109 } ;
Original file line number Diff line number Diff line change 4343 "@babel/cli" : " ^7.25.9" ,
4444 "@babel/core" : " ^7.26.0" ,
4545 "@babel/preset-env" : " ^7.26.0" ,
46- "@babel/preset-flow" : " ^7.25.9" ,
4746 "@babel/preset-typescript" : " ^7.26.0" ,
4847 "@eslint/compat" : " ^1.2.3" ,
4948 "@testing-library/jest-native" : " ^5.4.3" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = (api) => {
44 presets : [ "@react-native/babel-preset" ] ,
55 plugins : [
66 "@babel/plugin-transform-export-namespace-from" ,
7- "@babel/preset-flow" ,
87 "react-native-reanimated/plugin" ,
98 ] ,
109 } ;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = (api) => {
44 presets : [ "@react-native/babel-preset" ] ,
55 plugins : [
66 "@babel/plugin-transform-export-namespace-from" ,
7- "@babel/preset-flow" ,
87 "react-native-reanimated/plugin" ,
98 ] ,
109 } ;
Original file line number Diff line number Diff line change 10341034 core-js-compat "^3.38.1"
10351035 semver "^6.3.1"
10361036
1037- "@babel/preset-flow@^7.13.13", "@babel/preset-flow@^7.25.9" :
1037+ "@babel/preset-flow@^7.13.13":
10381038 version "7.25.9"
10391039 resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.25.9.tgz#ef8b5e7e3f24a42b3711e77fb14919b87dffed0a"
10401040 integrity sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==
You can’t perform that action at this time.
0 commit comments