Update packages

This commit is contained in:
2026-03-27 00:16:32 -05:00
parent d85af6e2af
commit 787486a965
5 changed files with 777 additions and 449 deletions

View File

@@ -44,6 +44,7 @@
"@types/node": "catalog:",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"baseline-browser-mapping": "^2.10.11",
"eslint": "catalog:",
"prettier": "catalog:",
"tailwindcss": "catalog:",

1184
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -11,25 +11,25 @@
"tools/*"
],
"catalog": {
"@eslint/js": "^9.38.0",
"@tailwindcss/postcss": "^4.1.16",
"@types/node": "^22.19.15",
"eslint": "^9.39.4",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"eslint": "^10.1.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"zod": "^4.3.6"
},
"catalogs": {
"convex": {
"@convex-dev/auth": "^0.0.81",
"convex": "^1.33.1"
"@convex-dev/auth": "^0.0.87",
"convex": "^1.34.1"
},
"react19": {
"@types/react": "~19.1.0",
"@types/react-dom": "~19.1.0",
"react": "19.1.4",
"react-dom": "19.1.4"
"@types/react": "~19.2.14",
"@types/react-dom": "~19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
}
},
"scripts": {
@@ -57,7 +57,6 @@
"devDependencies": {
"@gib/prettier-config": "workspace:",
"@turbo/gen": "^2.8.20",
"baseline-browser-mapping": "^2.10.8",
"dotenv-cli": "11.0.0",
"prettier": "catalog:",
"turbo": "^2.8.20",

View File

@@ -24,12 +24,12 @@
},
"dependencies": {
"@oslojs/crypto": "^1.0.1",
"@react-email/components": "0.5.4",
"@react-email/render": "^1.4.0",
"@react-email/components": "1.0.10",
"@react-email/render": "^2.0.4",
"convex": "catalog:convex",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"usesend-js": "^1.5.6",
"usesend-js": "^1.6.3",
"zod": "catalog:"
},
"devDependencies": {
@@ -38,7 +38,7 @@
"@gib/tsconfig": "workspace:*",
"eslint": "catalog:",
"prettier": "catalog:",
"react-email": "4.2.11",
"react-email": "5.2.10",
"typescript": "catalog:"
},
"prettier": "@gib/prettier-config"

View File

@@ -13,16 +13,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/compat": "^2.0.3",
"@eslint/js": "catalog:",
"@next/eslint-plugin-next": "^16.0.0",
"@next/eslint-plugin-next": "^16.2.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-turbo": "^2.5.8",
"typescript-eslint": "^8.46.2"
"eslint-plugin-turbo": "^2.8.20",
"typescript-eslint": "^8.57.2"
},
"devDependencies": {
"@gib/prettier-config": "workspace:*",