Skip to content

Commit

Permalink
test: fix missing babel/plugin-proposal-class-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahman-ledger committed Jan 7, 2025
1 parent e269f48 commit 7c3c7f0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
1 change: 1 addition & 0 deletions apps/ledger-live-mobile/e2e/babel.config.detox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
plugins: [
"@babel/plugin-transform-named-capturing-groups-regex",
"@babel/plugin-proposal-export-namespace-from",
["@babel/plugin-proposal-class-properties", { loose: true }],
"react-native-reanimated/plugin",
],
};
1 change: 1 addition & 0 deletions apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
Expand Down
67 changes: 35 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c3c7f0

Please sign in to comment.