Merge branch 'main' into planner-route-data-seam
This commit is contained in:
commit
bf0f7f8d9f
9 changed files with 1541 additions and 1627 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:25-slim AS base
|
||||
FROM node:26-slim AS base
|
||||
# curl is used by the docker-compose healthcheck (node:25-slim is Debian
|
||||
# trixie-slim and ships neither curl nor wget by default).
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"@trails-cool/types": "workspace:*",
|
||||
"@trails-cool/ui": "workspace:*",
|
||||
"drizzle-orm": "catalog:",
|
||||
"isbot": "^5.1.40",
|
||||
"isbot": "^5.1.41",
|
||||
"jose": "^6.2.3",
|
||||
"nodemailer": "^8.0.8",
|
||||
"pino": "^10.3.1",
|
||||
|
|
|
|||
|
|
@ -30,10 +30,10 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@expo/metro-runtime": "^56.0.13",
|
||||
"@expo/metro-runtime": "^56.0.14",
|
||||
"@gorhom/bottom-sheet": "^5.2.14",
|
||||
"@maplibre/maplibre-react-native": "^11.3.0",
|
||||
"@sentry/cli": "^3.4.3",
|
||||
"@maplibre/maplibre-react-native": "^11.3.3",
|
||||
"@sentry/cli": "^3.5.0",
|
||||
"@sentry/react-native": "~8.13.0",
|
||||
"@trails-cool/api": "workspace:*",
|
||||
"@trails-cool/gpx": "workspace:*",
|
||||
|
|
@ -42,17 +42,17 @@
|
|||
"@trails-cool/sentry-config": "workspace:*",
|
||||
"@trails-cool/types": "workspace:*",
|
||||
"expo": "~56.0.4",
|
||||
"expo-constants": "~56.0.16",
|
||||
"expo-constants": "~56.0.17",
|
||||
"expo-crypto": "~56.0.4",
|
||||
"expo-dev-client": "~56.0.18",
|
||||
"expo-dev-client": "~56.0.19",
|
||||
"expo-device": "~56.0.4",
|
||||
"expo-file-system": "~56.0.7",
|
||||
"expo-linking": "~56.0.13",
|
||||
"expo-localization": "~56.0.6",
|
||||
"expo-location": "~56.0.15",
|
||||
"expo-location": "~56.0.16",
|
||||
"expo-navigation-bar": "~56.0.3",
|
||||
"expo-notifications": "~56.0.15",
|
||||
"expo-router": "~56.2.8",
|
||||
"expo-notifications": "~56.0.16",
|
||||
"expo-router": "~56.2.9",
|
||||
"expo-secure-store": "~56.0.4",
|
||||
"expo-splash-screen": "~56.0.10",
|
||||
"expo-sqlite": "~56.0.4",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
"react": "catalog:",
|
||||
"react-native": "0.85.3",
|
||||
"react-native-gesture-handler": "^2.31.2",
|
||||
"react-native-reanimated": "^4.4.0",
|
||||
"react-native-reanimated": "^4.4.1",
|
||||
"react-native-safe-area-context": "~5.8.0",
|
||||
"react-native-screens": "~4.25.2",
|
||||
"react-native-worklets": "0.9.1",
|
||||
|
|
@ -72,9 +72,9 @@
|
|||
"devDependencies": {
|
||||
"@testing-library/react-native": "^13.3.3",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/react": "~19.2.15",
|
||||
"@types/react": "~19.2.17",
|
||||
"jest-expo": "^56.0.4",
|
||||
"react-test-renderer": "^19.2.6",
|
||||
"react-test-renderer": "^19.2.7",
|
||||
"typescript": "~6.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:25-slim AS base
|
||||
FROM node:26-slim AS base
|
||||
# curl is used by the docker-compose healthcheck (node:25-slim is Debian
|
||||
# trixie-slim and ships neither curl nor wget by default).
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@trails-cool/ui": "workspace:*",
|
||||
"codemirror": "^6.0.2",
|
||||
"drizzle-orm": "catalog:",
|
||||
"isbot": "^5.1.40",
|
||||
"isbot": "^5.1.41",
|
||||
"lib0": "^0.2.117",
|
||||
"pino": "^10.3.1",
|
||||
"prom-client": "^15.1.3",
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@vitest/browser": "^4.1.7",
|
||||
"@vitest/browser-playwright": "^4.1.7",
|
||||
"@vitest/browser": "^4.1.8",
|
||||
"@vitest/browser-playwright": "^4.1.8",
|
||||
"leaflet.markercluster": "^1.5.3",
|
||||
"pino-pretty": "^13.1.3",
|
||||
"tailwindcss": "catalog:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue