Merge 217365dcfe into 76cb64f4ef
This commit is contained in:
commit
45bd169eeb
6 changed files with 578 additions and 565 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fedify/fedify": "2.3.1",
|
||||
"@fedify/fedify": "2.3.2",
|
||||
"@js-temporal/polyfill": "^0.5.1",
|
||||
"@logtape/logtape": "^2.2.4",
|
||||
"@react-router/node": "catalog:",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"@trails-cool/sentry-config": "workspace:*",
|
||||
"@trails-cool/types": "workspace:*",
|
||||
"drizzle-orm": "catalog:",
|
||||
"isbot": "^5.2.0",
|
||||
"isbot": "^5.2.1",
|
||||
"jose": "^6.2.3",
|
||||
"nodemailer": "^9.0.3",
|
||||
"pino": "^10.3.1",
|
||||
|
|
|
|||
|
|
@ -33,14 +33,14 @@
|
|||
"@trails-cool/types": "workspace:*",
|
||||
"codemirror": "^6.0.2",
|
||||
"drizzle-orm": "catalog:",
|
||||
"isbot": "^5.2.0",
|
||||
"isbot": "^5.2.1",
|
||||
"lib0": "^0.2.117",
|
||||
"pino": "^10.3.1",
|
||||
"prom-client": "^15.1.3",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-router": "catalog:",
|
||||
"ws": "^8.21.0",
|
||||
"ws": "^8.21.1",
|
||||
"y-codemirror.next": "^0.3.5",
|
||||
"y-protocols": "^1.0.7",
|
||||
"y-websocket": "^3.0.0",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@expo/fingerprint": "^0.20.3",
|
||||
"@expo/fingerprint": "^0.20.5",
|
||||
"@fission-ai/openspec": "^1.6.0",
|
||||
"@playwright/test": "^1.61.1",
|
||||
"@react-router/dev": "catalog:",
|
||||
|
|
@ -82,13 +82,13 @@
|
|||
"prettier": "^3.9.5",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-i18next": "^17.0.9",
|
||||
"react-i18next": "^17.0.10",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"react-router": "catalog:",
|
||||
"tailwindcss": "catalog:",
|
||||
"turbo": "^2.10.4",
|
||||
"turbo": "^2.10.5",
|
||||
"typescript": "catalog:",
|
||||
"typescript-eslint": "^8.63.0",
|
||||
"typescript-eslint": "^8.64.0",
|
||||
"vite": "catalog:",
|
||||
"vitest": "^4.1.10"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"pg-boss": "^12.26.0"
|
||||
"pg-boss": "^12.26.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "catalog:"
|
||||
|
|
|
|||
1113
pnpm-lock.yaml
generated
1113
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,14 +4,14 @@ packages:
|
|||
- "scripts"
|
||||
|
||||
catalog:
|
||||
"@fontsource-variable/geist-mono": ^5.2.6
|
||||
"@fontsource-variable/outfit": ^5.2.7
|
||||
"@fontsource-variable/geist-mono": ^5.3.0
|
||||
"@fontsource-variable/outfit": ^5.3.0
|
||||
"@react-router/dev": ^7.17.0
|
||||
"@react-router/node": ^7.17.0
|
||||
"@react-router/serve": ^7.17.0
|
||||
"@sentry/node": ^10.65.0
|
||||
"@sentry/react": ^10.65.0
|
||||
"@tailwindcss/vite": ^4.3.2
|
||||
"@sentry/node": ^10.66.0
|
||||
"@sentry/react": ^10.66.0
|
||||
"@tailwindcss/vite": ^4.3.3
|
||||
"@types/node": ^22.20.1
|
||||
"@types/react": ^19.2.17
|
||||
"@types/react-dom": ^19.2.3
|
||||
|
|
@ -22,6 +22,6 @@ catalog:
|
|||
react: ^19.2.5
|
||||
react-dom: ^19.2.7
|
||||
react-router: ^7.17.0
|
||||
tailwindcss: ^4.3.2
|
||||
tailwindcss: ^4.3.3
|
||||
typescript: ~6.0.3
|
||||
vite: ^8.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue