Update dependencies and move Sentry to pnpm catalog
Dependency bumps: - react, react-dom: 19.2.4 → 19.2.5 (catalog) - @sentry/node, @sentry/react: 10.47.0 → 10.48.0 - @sentry/vite-plugin: 5.1.1 → 5.2.0 - @geoman-io/leaflet-geoman-free: 2.19.2 → 2.19.3 - jsdom: 29.0.1 → 29.0.2 - prettier: 3.8.1 → 3.8.2 - turbo: 2.9.3 → 2.9.6 - typescript-eslint: 8.58.0 → 8.58.1 - vitest: 4.1.2 → 4.1.4 Catalog cleanup: - Move @sentry/node and @sentry/react to pnpm catalog (used by both apps) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3ad8c301ea
commit
04efe791cd
5 changed files with 345 additions and 345 deletions
|
|
@ -13,8 +13,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-router/node": "catalog:",
|
"@react-router/node": "catalog:",
|
||||||
"@react-router/serve": "catalog:",
|
"@react-router/serve": "catalog:",
|
||||||
"@sentry/node": "^10.47.0",
|
"@sentry/node": "catalog:",
|
||||||
"@sentry/react": "^10.47.0",
|
"@sentry/react": "catalog:",
|
||||||
"@simplewebauthn/browser": "^13.3.0",
|
"@simplewebauthn/browser": "^13.3.0",
|
||||||
"@simplewebauthn/server": "^13.3.0",
|
"@simplewebauthn/server": "^13.3.0",
|
||||||
"@trails-cool/db": "workspace:*",
|
"@trails-cool/db": "workspace:*",
|
||||||
|
|
|
||||||
|
|
@ -11,11 +11,11 @@
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@geoman-io/leaflet-geoman-free": "^2.19.2",
|
"@geoman-io/leaflet-geoman-free": "^2.19.3",
|
||||||
"@react-router/node": "catalog:",
|
"@react-router/node": "catalog:",
|
||||||
"@react-router/serve": "catalog:",
|
"@react-router/serve": "catalog:",
|
||||||
"@sentry/node": "^10.47.0",
|
"@sentry/node": "catalog:",
|
||||||
"@sentry/react": "^10.47.0",
|
"@sentry/react": "catalog:",
|
||||||
"@trails-cool/db": "workspace:*",
|
"@trails-cool/db": "workspace:*",
|
||||||
"@trails-cool/gpx": "workspace:*",
|
"@trails-cool/gpx": "workspace:*",
|
||||||
"@trails-cool/i18n": "workspace:*",
|
"@trails-cool/i18n": "workspace:*",
|
||||||
|
|
|
||||||
12
package.json
12
package.json
|
|
@ -40,7 +40,7 @@
|
||||||
"@react-router/dev": "catalog:",
|
"@react-router/dev": "catalog:",
|
||||||
"@react-router/node": "catalog:",
|
"@react-router/node": "catalog:",
|
||||||
"@react-router/serve": "catalog:",
|
"@react-router/serve": "catalog:",
|
||||||
"@sentry/vite-plugin": "^5.1.1",
|
"@sentry/vite-plugin": "^5.2.0",
|
||||||
"@tailwindcss/vite": "catalog:",
|
"@tailwindcss/vite": "catalog:",
|
||||||
"@testing-library/jest-dom": "^6.9.1",
|
"@testing-library/jest-dom": "^6.9.1",
|
||||||
"@testing-library/react": "^16.3.2",
|
"@testing-library/react": "^16.3.2",
|
||||||
|
|
@ -56,21 +56,21 @@
|
||||||
"fit-file-parser": "^2.3.3",
|
"fit-file-parser": "^2.3.3",
|
||||||
"i18next": "^26.0.3",
|
"i18next": "^26.0.3",
|
||||||
"i18next-browser-languagedetector": "^8.2.1",
|
"i18next-browser-languagedetector": "^8.2.1",
|
||||||
"jsdom": "^29.0.1",
|
"jsdom": "^29.0.2",
|
||||||
"leaflet": "^1.9.4",
|
"leaflet": "^1.9.4",
|
||||||
"linkedom": "^0.18.12",
|
"linkedom": "^0.18.12",
|
||||||
"playwright": "^1.59.1",
|
"playwright": "^1.59.1",
|
||||||
"postgres": "catalog:",
|
"postgres": "catalog:",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.2",
|
||||||
"react": "catalog:",
|
"react": "catalog:",
|
||||||
"react-dom": "catalog:",
|
"react-dom": "catalog:",
|
||||||
"react-i18next": "^17.0.2",
|
"react-i18next": "^17.0.2",
|
||||||
"react-leaflet": "^5.0.0",
|
"react-leaflet": "^5.0.0",
|
||||||
"react-router": "catalog:",
|
"react-router": "catalog:",
|
||||||
"tailwindcss": "catalog:",
|
"tailwindcss": "catalog:",
|
||||||
"turbo": "^2.9.3",
|
"turbo": "^2.9.6",
|
||||||
"typescript-eslint": "^8.58.0",
|
"typescript-eslint": "^8.58.1",
|
||||||
"vite": "catalog:",
|
"vite": "catalog:",
|
||||||
"vitest": "^4.1.2"
|
"vitest": "^4.1.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
662
pnpm-lock.yaml
generated
662
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -3,8 +3,8 @@ packages:
|
||||||
- "packages/*"
|
- "packages/*"
|
||||||
|
|
||||||
catalog:
|
catalog:
|
||||||
react: ^19.2.4
|
react: ^19.2.5
|
||||||
react-dom: ^19.2.4
|
react-dom: ^19.2.5
|
||||||
react-router: ^7.14.0
|
react-router: ^7.14.0
|
||||||
"@react-router/dev": ^7.14.0
|
"@react-router/dev": ^7.14.0
|
||||||
"@react-router/node": ^7.14.0
|
"@react-router/node": ^7.14.0
|
||||||
|
|
@ -18,4 +18,6 @@ catalog:
|
||||||
drizzle-orm: ^0.45.2
|
drizzle-orm: ^0.45.2
|
||||||
drizzle-kit: ^0.31.10
|
drizzle-kit: ^0.31.10
|
||||||
drizzle-postgis: ^1.1.1
|
drizzle-postgis: ^1.1.1
|
||||||
|
"@sentry/node": ^10.48.0
|
||||||
|
"@sentry/react": ^10.48.0
|
||||||
postgres: ^3.4.9
|
postgres: ^3.4.9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue