chore: bump version (#4535)

This commit is contained in:
Alex Yang
2025-09-08 18:30:44 -07:00
committed by GitHub
parent 2f2c21f0e5
commit a22f65fdc3
9 changed files with 1188 additions and 2860 deletions

View File

@@ -91,14 +91,11 @@
}, },
"devDependencies": { "devDependencies": {
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/node": "^24.3.0", "@types/node": "^24.3.1",
"@types/react": "^19.1.12", "@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9", "@types/react-dom": "^19.1.9",
"@types/three": "^0.179.0", "@types/three": "^0.180.0",
"@types/ua-parser-js": "^0.7.39", "@types/ua-parser-js": "^0.7.39",
"dotenv": "^16.6.1",
"dotenv-cli": "^7.4.4",
"eslint-config-next": "15.5.2",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"tailwindcss": "3.4.17" "tailwindcss": "3.4.17"
} }

View File

@@ -78,14 +78,14 @@
"zod": "^4.1.5" "zod": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.12", "@tailwindcss/postcss": "^4.1.13",
"@types/jsrsasign": "^10.5.15", "@types/jsrsasign": "^10.5.15",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^24.3.0", "@types/node": "^24.3.1",
"@types/react": "^19.1.12", "@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9", "@types/react-dom": "^19.1.9",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"tailwindcss": "^4.1.12", "tailwindcss": "^4.1.13",
"typescript": "^5.9.2" "typescript": "^5.9.2"
} }
} }

View File

@@ -7,7 +7,7 @@
}, },
"devDependencies": { "devDependencies": {
"@better-auth/test-utils": "workspace:*", "@better-auth/test-utils": "workspace:*",
"vite": "^7.1.4" "vite": "^7.1.5"
}, },
"dependencies": { "dependencies": {
"better-auth": "workspace:*", "better-auth": "workspace:*",

View File

@@ -5,7 +5,7 @@
"better-auth": "workspace:*" "better-auth": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24.3.0" "@types/node": "^24.3.1"
}, },
"scripts": { "scripts": {
"e2e:smoke": "node --test ./test/*.spec.ts" "e2e:smoke": "node --test ./test/*.spec.ts"

View File

@@ -22,10 +22,10 @@
"typecheck": "turbo --filter \"./packages/*\" typecheck" "typecheck": "turbo --filter \"./packages/*\" typecheck"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.2.0", "@biomejs/biome": "2.2.3",
"@types/node": "^24.3.0", "@types/node": "^24.3.1",
"bumpp": "^10.2.3", "bumpp": "^10.2.3",
"tinyglobby": "^0.2.14", "tinyglobby": "^0.2.15",
"turbo": "^2.5.6", "turbo": "^2.5.6",
"typescript": "catalog:", "typescript": "catalog:",
"vitest": "catalog:" "vitest": "catalog:"

View File

@@ -738,9 +738,9 @@
"@types/prompts": "^2.4.9", "@types/prompts": "^2.4.9",
"@types/react": "^18.3.23", "@types/react": "^18.3.23",
"better-sqlite3": "^12.2.0", "better-sqlite3": "^12.2.0",
"concurrently": "^9.2.0", "concurrently": "^9.2.1",
"drizzle-orm": "^0.38.2", "drizzle-orm": "^0.38.2",
"happy-dom": "^15.11.7", "happy-dom": "^18.0.1",
"hono": "^4.9.0", "hono": "^4.9.0",
"listhen": "^1.9.0", "listhen": "^1.9.0",
"mongodb": "^6.18.0", "mongodb": "^6.18.0",

View File

@@ -38,7 +38,7 @@
"unbuild": "catalog:" "unbuild": "catalog:"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.28.3", "@babel/core": "^7.28.4",
"@babel/preset-react": "^7.27.1", "@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1", "@babel/preset-typescript": "^7.27.1",
"@clack/prompts": "^0.11.0", "@clack/prompts": "^0.11.0",
@@ -51,7 +51,7 @@
"c12": "^3.2.0", "c12": "^3.2.0",
"chalk": "^5.6.2", "chalk": "^5.6.2",
"commander": "^12.1.0", "commander": "^12.1.0",
"dotenv": "^16.6.1", "dotenv": "^17.2.2",
"drizzle-orm": "^0.33.0", "drizzle-orm": "^0.33.0",
"get-tsconfig": "^4.10.1", "get-tsconfig": "^4.10.1",
"open": "^10.2.0", "open": "^10.2.0",

View File

@@ -52,7 +52,7 @@
"dependencies": { "dependencies": {
"@better-fetch/fetch": "catalog:", "@better-fetch/fetch": "catalog:",
"fast-xml-parser": "^5.2.5", "fast-xml-parser": "^5.2.5",
"jose": "^5.10.0", "jose": "^6.1.0",
"oauth2-mock-server": "^7.2.1", "oauth2-mock-server": "^7.2.1",
"samlify": "^2.10.1", "samlify": "^2.10.1",
"zod": "^4.1.5" "zod": "^4.1.5"

4015
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff