Merge pull request #352 from trails-cool/dependabot/npm_and_yarn/production-6f66162dcb
Bump the production group with 19 updates
This commit is contained in:
commit
a62b249aed
7 changed files with 792 additions and 785 deletions
|
|
@ -30,14 +30,14 @@
|
|||
"@trails-cool/ui": "workspace:*",
|
||||
"drizzle-orm": "catalog:",
|
||||
"isbot": "^5.1.39",
|
||||
"jose": "^6.2.2",
|
||||
"nodemailer": "^8.0.6",
|
||||
"jose": "^6.2.3",
|
||||
"nodemailer": "^8.0.7",
|
||||
"pino": "^10.3.1",
|
||||
"prom-client": "^15.1.3",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-router": "catalog:",
|
||||
"zod": "^4.0.0"
|
||||
"zod": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-router/dev": "catalog:",
|
||||
|
|
|
|||
|
|
@ -30,28 +30,28 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@expo/metro-runtime": "^55.0.10",
|
||||
"@gorhom/bottom-sheet": "^5.2.10",
|
||||
"@gorhom/bottom-sheet": "^5.2.13",
|
||||
"@maplibre/maplibre-react-native": "^11.0.2",
|
||||
"@sentry/cli": "^3.4.0",
|
||||
"@sentry/react-native": "~8.9.1",
|
||||
"@sentry/cli": "^3.4.1",
|
||||
"@sentry/react-native": "~8.10.0",
|
||||
"@trails-cool/api": "workspace:*",
|
||||
"@trails-cool/gpx": "workspace:*",
|
||||
"@trails-cool/i18n": "workspace:*",
|
||||
"@trails-cool/map-core": "workspace:*",
|
||||
"@trails-cool/sentry-config": "workspace:*",
|
||||
"@trails-cool/types": "workspace:*",
|
||||
"expo": "~55.0.17",
|
||||
"expo": "~55.0.19",
|
||||
"expo-constants": "~55.0.15",
|
||||
"expo-crypto": "~55.0.14",
|
||||
"expo-dev-client": "~55.0.28",
|
||||
"expo-dev-menu": "^55.0.24",
|
||||
"expo-dev-client": "~55.0.30",
|
||||
"expo-dev-menu": "^55.0.26",
|
||||
"expo-device": "~55.0.15",
|
||||
"expo-file-system": "~55.0.17",
|
||||
"expo-linking": "~55.0.14",
|
||||
"expo-localization": "~55.0.13",
|
||||
"expo-location": "~55.1.8",
|
||||
"expo-navigation-bar": "~55.0.12",
|
||||
"expo-notifications": "~55.0.20",
|
||||
"expo-notifications": "~55.0.22",
|
||||
"expo-router": "~55.0.13",
|
||||
"expo-secure-store": "~55.0.13",
|
||||
"expo-splash-screen": "~55.0.19",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "~4.24.0",
|
||||
"use-latest-callback": "^0.3.3",
|
||||
"zod": "^4.0.0"
|
||||
"zod": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react-native": "^13.3.3",
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -46,7 +46,7 @@
|
|||
"@react-router/dev": "catalog:",
|
||||
"@react-router/node": "catalog:",
|
||||
"@react-router/serve": "catalog:",
|
||||
"@sentry/vite-plugin": "^5.2.0",
|
||||
"@sentry/vite-plugin": "^5.2.1",
|
||||
"@tailwindcss/vite": "catalog:",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
|
|
@ -57,12 +57,12 @@
|
|||
"drizzle-kit": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"drizzle-postgis": "catalog:",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint": "^10.3.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"fit-file-parser": "^2.3.3",
|
||||
"i18next": "^26.0.8",
|
||||
"i18next-browser-languagedetector": "^8.2.1",
|
||||
"jsdom": "^29.0.2",
|
||||
"jsdom": "^29.1.1",
|
||||
"leaflet": "^1.9.4",
|
||||
"linkedom": "^0.18.12",
|
||||
"playwright": "^1.59.1",
|
||||
|
|
@ -70,18 +70,18 @@
|
|||
"prettier": "^3.8.3",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-i18next": "^17.0.4",
|
||||
"react-i18next": "^17.0.6",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"react-router": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"turbo": "^2.9.6",
|
||||
"typescript-eslint": "^8.59.0",
|
||||
"turbo": "^2.9.8",
|
||||
"typescript-eslint": "^8.59.1",
|
||||
"vite": "catalog:",
|
||||
"vitest": "^4.1.5"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"expo": "~55.0.17",
|
||||
"expo": "~55.0.19",
|
||||
"react": "19.2.0",
|
||||
"react-native": "0.83.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^4.0.0"
|
||||
"zod": "^4.4.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-boss": "^12.18.0"
|
||||
"pg-boss": "^12.18.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:"
|
||||
|
|
|
|||
1533
pnpm-lock.yaml
generated
1533
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -19,8 +19,8 @@ catalog:
|
|||
drizzle-orm: ^0.45.2
|
||||
drizzle-kit: ^0.31.10
|
||||
drizzle-postgis: ^1.1.1
|
||||
"@sentry/node": ^10.50.0
|
||||
"@sentry/react": ^10.49.0
|
||||
"@sentry/node": ^10.51.0
|
||||
"@sentry/react": ^10.51.0
|
||||
postgres: ^3.4.9
|
||||
"@types/node": ^22.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue