fix(mobile): bump Node to 20.19.4 and fix react-navigation peer dependency
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
+3
-3
@@ -7,18 +7,18 @@
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"node": "18.19.1"
|
||||
"node": "20.19.4"
|
||||
},
|
||||
"preview": {
|
||||
"distribution": "internal",
|
||||
"node": "18.19.1",
|
||||
"node": "20.19.4",
|
||||
"ios": {
|
||||
"simulator": false
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
"autoIncrement": true,
|
||||
"node": "18.19.1"
|
||||
"node": "20.19.4"
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
|
||||
Reference in New Issue
Block a user