fix: add babel-preset-expo as explicit devDependency
EAS build ne trouvait pas babel-preset-expo car il n'était pas déclaré dans package.json — seule sa présence transitive via expo ne suffit pas pour npm ci en environnement EAS isolé. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Generated
+44
-43
@@ -28,6 +28,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "~19.1.10",
|
"@types/react": "~19.1.10",
|
||||||
"@types/react-native": "^0.72.8",
|
"@types/react-native": "^0.72.8",
|
||||||
|
"babel-preset-expo": "~54.0.10",
|
||||||
"typescript": "~5.9.2"
|
"typescript": "~5.9.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -4270,6 +4271,49 @@
|
|||||||
"@babel/core": "^7.0.0 || ^8.0.0-0"
|
"@babel/core": "^7.0.0 || ^8.0.0-0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/babel-preset-expo": {
|
||||||
|
"version": "54.0.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz",
|
||||||
|
"integrity": "sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@babel/helper-module-imports": "^7.25.9",
|
||||||
|
"@babel/plugin-proposal-decorators": "^7.12.9",
|
||||||
|
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
||||||
|
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
||||||
|
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
||||||
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
||||||
|
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
||||||
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
||||||
|
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
||||||
|
"@babel/plugin-transform-parameters": "^7.24.7",
|
||||||
|
"@babel/plugin-transform-private-methods": "^7.24.7",
|
||||||
|
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
||||||
|
"@babel/plugin-transform-runtime": "^7.24.7",
|
||||||
|
"@babel/preset-react": "^7.22.15",
|
||||||
|
"@babel/preset-typescript": "^7.23.0",
|
||||||
|
"@react-native/babel-preset": "0.81.5",
|
||||||
|
"babel-plugin-react-compiler": "^1.0.0",
|
||||||
|
"babel-plugin-react-native-web": "~0.21.0",
|
||||||
|
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
||||||
|
"babel-plugin-transform-flow-enums": "^0.0.2",
|
||||||
|
"debug": "^4.3.4",
|
||||||
|
"resolve-from": "^5.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@babel/runtime": "^7.20.0",
|
||||||
|
"expo": "*",
|
||||||
|
"react-refresh": ">=0.14.0 <1.0.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@babel/runtime": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"expo": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/babel-preset-jest": {
|
"node_modules/babel-preset-jest": {
|
||||||
"version": "29.6.3",
|
"version": "29.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz",
|
||||||
@@ -5726,49 +5770,6 @@
|
|||||||
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/expo/node_modules/babel-preset-expo": {
|
|
||||||
"version": "54.0.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/babel-preset-expo/-/babel-preset-expo-54.0.10.tgz",
|
|
||||||
"integrity": "sha512-wTt7POavLFypLcPW/uC5v8y+mtQKDJiyGLzYCjqr9tx0Qc3vCXcDKk1iCFIj/++Iy5CWhhTflEa7VvVPNWeCfw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"@babel/helper-module-imports": "^7.25.9",
|
|
||||||
"@babel/plugin-proposal-decorators": "^7.12.9",
|
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.24.7",
|
|
||||||
"@babel/plugin-syntax-export-default-from": "^7.24.7",
|
|
||||||
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
||||||
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
||||||
"@babel/plugin-transform-flow-strip-types": "^7.25.2",
|
|
||||||
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
||||||
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
||||||
"@babel/plugin-transform-parameters": "^7.24.7",
|
|
||||||
"@babel/plugin-transform-private-methods": "^7.24.7",
|
|
||||||
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
|
|
||||||
"@babel/plugin-transform-runtime": "^7.24.7",
|
|
||||||
"@babel/preset-react": "^7.22.15",
|
|
||||||
"@babel/preset-typescript": "^7.23.0",
|
|
||||||
"@react-native/babel-preset": "0.81.5",
|
|
||||||
"babel-plugin-react-compiler": "^1.0.0",
|
|
||||||
"babel-plugin-react-native-web": "~0.21.0",
|
|
||||||
"babel-plugin-syntax-hermes-parser": "^0.29.1",
|
|
||||||
"babel-plugin-transform-flow-enums": "^0.0.2",
|
|
||||||
"debug": "^4.3.4",
|
|
||||||
"resolve-from": "^5.0.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@babel/runtime": "^7.20.0",
|
|
||||||
"expo": "*",
|
|
||||||
"react-refresh": ">=0.14.0 <1.0.0"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"@babel/runtime": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"expo": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/expo/node_modules/balanced-match": {
|
"node_modules/expo/node_modules/balanced-match": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "~19.1.10",
|
"@types/react": "~19.1.10",
|
||||||
"@types/react-native": "^0.72.8",
|
"@types/react-native": "^0.72.8",
|
||||||
|
"babel-preset-expo": "~54.0.10",
|
||||||
"typescript": "~5.9.2"
|
"typescript": "~5.9.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user