Merge pull request #650 from christianlouis/copilot/update-glob-dependencies
fix(mobile): resolve EAS build failure due to Node.js engine incompatibility
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
20.19.4
|
||||||
+3
-1
@@ -47,11 +47,13 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.24.0",
|
"@babel/core": "^7.24.0",
|
||||||
"@types/react": "~18.2.79",
|
"@types/react": "~18.2.79",
|
||||||
"@types/react-native": "^0.73.0",
|
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-expo": "~7.0.0",
|
"eslint-config-expo": "~7.0.0",
|
||||||
"typescript": "^5.3.0"
|
"typescript": "^5.3.0"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.19.4"
|
||||||
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"expo": {
|
"expo": {
|
||||||
"doctor": {
|
"doctor": {
|
||||||
|
|||||||
Reference in New Issue
Block a user