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/node": "catalog:",
"@types/react": "catalog:react19", "@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19", "@types/react-dom": "catalog:react19",
"baseline-browser-mapping": "^2.10.11",
"eslint": "catalog:", "eslint": "catalog:",
"prettier": "catalog:", "prettier": "catalog:",
"tailwindcss": "catalog:", "tailwindcss": "catalog:",

1184
bun.lock

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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