Clean up some monorepo stuff

This commit is contained in:
2025-10-28 12:22:38 -05:00
parent 693a10957c
commit 08861cddb4
5 changed files with 2985 additions and 16 deletions

View File

@@ -15,9 +15,9 @@
},
"dependencies": {
"@acme/backend": "workspace:*",
"@convex-dev/auth": "workspace:*",
"@convex-dev/auth": "catalog:convex",
"@legendapp/list": "^2.0.14",
"convex": "workspace:*",
"convex": "catalog:convex",
"expo": "~54.0.20",
"expo-constants": "~18.0.10",
"expo-dev-client": "~6.0.16",

View File

@@ -6,6 +6,7 @@
"build": "pnpm with-env next build",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "pnpm with-env next dev",
"dev:tunnel": "pnpm with-env next dev",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint --flag unstable_native_nodejs_ts_config",
"start": "pnpm with-env next start",
@@ -15,12 +16,15 @@
"dependencies": {
"@acme/backend": "workspace:*",
"@acme/ui": "workspace:*",
"@convex-dev/auth": "workspace:*",
"@convex-dev/auth": "catalog:convex",
"@sentry/nextjs": "^10.22.0",
"@t3-oss/env-nextjs": "^0.13.8",
"convex": "workspace:*",
"convex": "catalog:convex",
"next": "^16.0.0",
"next-plausible": "^3.12.4",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"require-in-the-middle": "^7.5.2",
"superjson": "2.2.3",
"zod": "catalog:"
},

View File

@@ -21,9 +21,9 @@
"@react-email/components": "0.5.4",
"@react-email/render": "^1.4.0",
"@t3-oss/env-core": "^0.13.8",
"convex": "^1.28.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"convex": "catalog:convex",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"usesend-js": "^1.5.6",
"zod": "catalog:"
},

2977
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,13 +4,11 @@ packages:
- tooling/*
catalog:
'@convex-dev/auth': '^0.0.81'
'@eslint/js': ^9.38.0
'@tailwindcss/postcss': ^4.1.16
'@tailwindcss/vite': ^4.1.16
'@types/node': ^22.18.12
'@vitejs/plugin-react': 5.1.0
convex: '^1.28.0'
eslint: ^9.38.0
prettier: ^3.6.2
tailwindcss: ^4.1.16
@@ -19,6 +17,9 @@ catalog:
zod: ^4.1.12
catalogs:
convex:
'@convex-dev/auth': ^0.0.81
convex: ^1.28.0
react19:
'@types/react': ^19.1.12
'@types/react-dom': ^19.1.9
@@ -28,6 +29,7 @@ catalogs:
linkWorkspacePackages: true
onlyBuiltDependencies:
- '@sentry/cli'
- '@tailwindcss/oxide'
- core-js-pure
- esbuild