Merge branch 'dev' into auth-providers

This commit is contained in:
miloschwartz
2025-04-13 14:49:02 -04:00
66 changed files with 1874 additions and 2333 deletions

View File

@@ -97,6 +97,7 @@
"devDependencies": {
"@dotenvx/dotenvx": "1.32.0",
"@esbuild-plugins/tsconfig-paths": "0.1.2",
"@tailwindcss/postcss": "^4.1.3",
"@types/better-sqlite3": "7.6.12",
"@types/cookie-parser": "1.4.8",
"@types/cors": "2.8.17",
@@ -105,8 +106,8 @@
"@types/js-yaml": "4.0.9",
"@types/node": "^22",
"@types/nodemailer": "6.4.17",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"@types/semver": "7.5.8",
"@types/swagger-ui-express": "^4.1.8",
"@types/ws": "8.5.13",
@@ -116,7 +117,7 @@
"esbuild-node-externals": "1.18.0",
"postcss": "^8",
"react-email": "4.0.6",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.1.3",
"tsc-alias": "1.8.10",
"tsx": "4.19.3",
"typescript": "^5",