Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sieu-db committed Dec 23, 2024
1 parent 7c3baab commit 5c71046
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion example/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = function (api) {
presets: ["babel-preset-expo"],
plugins: [
"@babel/plugin-transform-export-namespace-from",
"@babel/preset-flow",
"react-native-reanimated/plugin",
],
};
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@eslint/compat": "^1.2.3",
"@testing-library/jest-native": "^5.4.3",
Expand Down
1 change: 0 additions & 1 deletion packages/core/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = (api) => {
presets: ["@react-native/babel-preset"],
plugins: [
"@babel/plugin-transform-export-namespace-from",
"@babel/preset-flow",
"react-native-reanimated/plugin",
],
};
Expand Down
1 change: 0 additions & 1 deletion packages/ui/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = (api) => {
presets: ["@react-native/babel-preset"],
plugins: [
"@babel/plugin-transform-export-namespace-from",
"@babel/preset-flow",
"react-native-reanimated/plugin",
],
};
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@
core-js-compat "^3.38.1"
semver "^6.3.1"

"@babel/preset-flow@^7.13.13", "@babel/preset-flow@^7.25.9":
"@babel/preset-flow@^7.13.13":
version "7.25.9"
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.25.9.tgz#ef8b5e7e3f24a42b3711e77fb14919b87dffed0a"
integrity sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==
Expand Down

0 comments on commit 5c71046

Please sign in to comment.