Compare commits

..
2 Commits
Author SHA1 Message Date
javierandClaude Opus 4.8 31de1c1526 fix(deps): resincronizar package-lock.json con npm 10 (build EAS)
npm 11 (local) dedupe y omitía un typescript@5.9.3 anidado que npm 10.9.4
(el de EAS Build) exige, provocando `npm ci` EUSAGE "out of sync" y el fallo
en la fase Install dependencies. Regenerado con npm@10.9.4 para paridad.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 11:34:55 +02:00
javierandClaude Opus 4.8 a59ed64975 chore(eas): enlazar proyecto EAS (projectId)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 11:10:40 +02:00
2 changed files with 26 additions and 16 deletions
+7 -1
View File
@@ -48,6 +48,12 @@
"locationWhenInUsePermission": "Avante usa tu ubicación para situar avances e incidencias en el mapa."
}
]
]
],
"extra": {
"eas": {
"projectId": "0ae52c71-582b-49a2-8e6a-2d9abec314f7"
}
},
"owner": "jbrana"
}
}
+19 -15
View File
@@ -3001,7 +3001,7 @@
"version": "19.2.17",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz",
"integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==",
"dev": true,
"devOptional": true,
"license": "MIT",
"dependencies": {
"csstype": "^3.2.2"
@@ -4106,7 +4106,7 @@
"version": "3.2.3",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
"dev": true,
"devOptional": true,
"license": "MIT"
},
"node_modules/dateformat": {
@@ -5418,6 +5418,22 @@
"node": ">=4"
}
},
"node_modules/eas-cli/node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"optional": true,
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/eas-cli/node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
@@ -7695,9 +7711,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -7718,9 +7731,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -7741,9 +7751,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -7764,9 +7771,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -10798,7 +10802,7 @@
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true,
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",