mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
chore: bump version (#4535)
This commit is contained in:
@@ -91,14 +91,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/canvas-confetti": "^1.9.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/react": "^19.1.12",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/three": "^0.179.0",
|
||||
"@types/three": "^0.180.0",
|
||||
"@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",
|
||||
"tailwindcss": "3.4.17"
|
||||
}
|
||||
|
||||
@@ -78,14 +78,14 @@
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.12",
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@types/jsrsasign": "^10.5.15",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^24.3.0",
|
||||
"@types/node": "^24.3.1",
|
||||
"@types/react": "^19.1.12",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"tailwindcss": "^4.1.13",
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@better-auth/test-utils": "workspace:*",
|
||||
"vite": "^7.1.4"
|
||||
"vite": "^7.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-auth": "workspace:*",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"better-auth": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.0"
|
||||
"@types/node": "^24.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"e2e:smoke": "node --test ./test/*.spec.ts"
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
"typecheck": "turbo --filter \"./packages/*\" typecheck"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.0",
|
||||
"@types/node": "^24.3.0",
|
||||
"@biomejs/biome": "2.2.3",
|
||||
"@types/node": "^24.3.1",
|
||||
"bumpp": "^10.2.3",
|
||||
"tinyglobby": "^0.2.14",
|
||||
"tinyglobby": "^0.2.15",
|
||||
"turbo": "^2.5.6",
|
||||
"typescript": "catalog:",
|
||||
"vitest": "catalog:"
|
||||
|
||||
@@ -738,9 +738,9 @@
|
||||
"@types/prompts": "^2.4.9",
|
||||
"@types/react": "^18.3.23",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"concurrently": "^9.2.0",
|
||||
"concurrently": "^9.2.1",
|
||||
"drizzle-orm": "^0.38.2",
|
||||
"happy-dom": "^15.11.7",
|
||||
"happy-dom": "^18.0.1",
|
||||
"hono": "^4.9.0",
|
||||
"listhen": "^1.9.0",
|
||||
"mongodb": "^6.18.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"unbuild": "catalog:"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.28.3",
|
||||
"@babel/core": "^7.28.4",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@clack/prompts": "^0.11.0",
|
||||
@@ -51,7 +51,7 @@
|
||||
"c12": "^3.2.0",
|
||||
"chalk": "^5.6.2",
|
||||
"commander": "^12.1.0",
|
||||
"dotenv": "^16.6.1",
|
||||
"dotenv": "^17.2.2",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"get-tsconfig": "^4.10.1",
|
||||
"open": "^10.2.0",
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"dependencies": {
|
||||
"@better-fetch/fetch": "catalog:",
|
||||
"fast-xml-parser": "^5.2.5",
|
||||
"jose": "^5.10.0",
|
||||
"jose": "^6.1.0",
|
||||
"oauth2-mock-server": "^7.2.1",
|
||||
"samlify": "^2.10.1",
|
||||
"zod": "^4.1.5"
|
||||
|
||||
4015
pnpm-lock.yaml
generated
4015
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user