Skip to content

Commit 5c71046

Browse files
committed
update packages
1 parent 7c3baab commit 5c71046

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

example/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
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",

packages/core/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

packages/ui/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
};

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@
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==

0 commit comments

Comments
 (0)