mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-05-19 14:08:24 -04:00
fix(deps): update bun minor and patch dependencies (#867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -17,44 +17,44 @@
|
||||
"@base-ui/react": "^1.4.1",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
||||
"@phosphor-icons/react": "^2.1.10",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@tanstack/react-devtools": "^0.10.2",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@tanstack/react-devtools": "^0.10.5",
|
||||
"@tanstack/react-router": "^1.169.2",
|
||||
"@tanstack/react-router-devtools": "^1.166.13",
|
||||
"@tanstack/react-router-ssr-query": "^1.166.12",
|
||||
"@tanstack/react-start": "^1.167.64",
|
||||
"@tanstack/router-plugin": "^1.167.34",
|
||||
"@tanstack/react-start": "^1.167.65",
|
||||
"@tanstack/router-plugin": "^1.167.35",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"fumadocs-core": "^16.8.7",
|
||||
"fumadocs-core": "^16.8.11",
|
||||
"fumadocs-mdx": "^14.3.2",
|
||||
"fumadocs-ui": "^16.8.7",
|
||||
"lucide-react": "^1.14.0",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"fumadocs-ui": "^16.8.11",
|
||||
"lucide-react": "^1.16.0",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"shadcn": "^4.7.0",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"tw-animate-css": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/vite-plugin": "^1.36.0",
|
||||
"@cloudflare/vite-plugin": "^1.36.4",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tanstack/devtools-vite": "^0.6.0",
|
||||
"@tanstack/devtools-vite": "^0.7.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/node": "^25.7.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"jsdom": "^29.1.1",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.10",
|
||||
"vite": "^8.0.13",
|
||||
"vite-plugin-killer-instincts": "^1.1.0",
|
||||
"vite-plus": "^0.1.20",
|
||||
"vitest": "^4.1.5",
|
||||
"wrangler": "^4.88.0"
|
||||
"vite-plus": "^0.1.21",
|
||||
"vitest": "^4.1.6",
|
||||
"wrangler": "^4.90.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
46
package.json
46
package.json
@@ -34,12 +34,12 @@
|
||||
"test:codegen": "playwright codegen localhost:4096"
|
||||
},
|
||||
"dependencies": {
|
||||
"@better-auth/sso": "^1.6.9",
|
||||
"@better-auth/sso": "^1.6.11",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/sortable": "^10.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@hookform/resolvers": "^5.2.2",
|
||||
"@inquirer/prompts": "^8.4.2",
|
||||
"@inquirer/prompts": "^8.4.3",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-checkbox": "^1.3.3",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
@@ -56,15 +56,15 @@
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@scalar/hono-api-reference": "^0.10.14",
|
||||
"@tanstack/react-hotkeys": "^0.10.0",
|
||||
"@tanstack/react-query": "^5.100.9",
|
||||
"@tanstack/react-query-devtools": "^5.100.9",
|
||||
"@tanstack/react-query": "^5.100.10",
|
||||
"@tanstack/react-query-devtools": "^5.100.10",
|
||||
"@tanstack/react-router": "^1.169.2",
|
||||
"@tanstack/react-router-ssr-query": "^1.166.12",
|
||||
"@tanstack/react-start": "^1.167.64",
|
||||
"@tanstack/react-start": "^1.167.65",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@zerobyte/contracts": "workspace:*",
|
||||
"@zerobyte/core": "workspace:*",
|
||||
"better-auth": "^1.6.9",
|
||||
"better-auth": "^1.6.11",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"commander": "^14.0.3",
|
||||
@@ -77,43 +77,43 @@
|
||||
"drizzle-orm": "^1.0.0-rc.2-e38a2ba",
|
||||
"effect": "^3.21.2",
|
||||
"es-toolkit": "^1.46.1",
|
||||
"hono": "^4.12.17",
|
||||
"hono": "^4.12.18",
|
||||
"hono-openapi": "^1.3.0",
|
||||
"hono-rate-limiter": "^0.5.3",
|
||||
"http-errors-enhanced": "^4.0.2",
|
||||
"input-otp": "^1.4.2",
|
||||
"lucide-react": "^1.14.0",
|
||||
"lucide-react": "^1.16.0",
|
||||
"qrcode.react": "^4.2.0",
|
||||
"react": "^19.2.5",
|
||||
"react-dom": "^19.2.5",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react-hook-form": "^7.75.0",
|
||||
"react-markdown": "^10.1.0",
|
||||
"recharts": "3.8.1",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"semver": "^7.7.4",
|
||||
"semver": "^7.8.0",
|
||||
"sonner": "^2.0.7",
|
||||
"tailwind-merge": "^3.5.0",
|
||||
"tailwind-merge": "^3.6.0",
|
||||
"tiny-typed-emitter": "^2.1.0",
|
||||
"web-haptics": "^0.0.6",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@effect/language-service": "^0.85.1",
|
||||
"@effect/language-service": "^0.86.1",
|
||||
"@faker-js/faker": "^10.4.0",
|
||||
"@hey-api/openapi-ts": "^0.97.1",
|
||||
"@libsql/client": "^0.17.3",
|
||||
"@playwright/test": "^1.59.1",
|
||||
"@playwright/test": "^1.60.0",
|
||||
"@rolldown/plugin-babel": "^0.2.3",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.2.4",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@total-typescript/shoehorn": "^0.1.2",
|
||||
"@types/babel__core": "^7.20.5",
|
||||
"@types/bun": "^1.3.13",
|
||||
"@types/bun": "^1.3.14",
|
||||
"@types/content-disposition": "^0.5.9",
|
||||
"@types/node": "^25.6.0",
|
||||
"@types/node": "^25.7.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/semver": "^7.7.1",
|
||||
@@ -121,15 +121,15 @@
|
||||
"babel-plugin-react-compiler": "^1.0.0",
|
||||
"dotenv-cli": "^11.0.0",
|
||||
"drizzle-kit": "^1.0.0-rc.2-e38a2ba",
|
||||
"fast-check": "^4.7.0",
|
||||
"msw": "^2.14.3",
|
||||
"fast-check": "^4.8.0",
|
||||
"msw": "^2.14.6",
|
||||
"nitro": "^3.0.1-alpha.2",
|
||||
"tailwindcss": "^4.2.4",
|
||||
"tailwindcss": "^4.3.0",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^6.0.3",
|
||||
"vite": "^8.0.10",
|
||||
"vite-plus": "^0.1.20",
|
||||
"vitest": "^4.1.5",
|
||||
"vite": "^8.0.13",
|
||||
"vite-plus": "^0.1.21",
|
||||
"vitest": "^4.1.6",
|
||||
"wait-for-expect": "^4.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@zerobyte/core": "workspace:*",
|
||||
"zod": "^4.0.1"
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
"test": "bunx --bun vitest run --config ./vitest.config.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13",
|
||||
"fast-check": "^4.7.0"
|
||||
"@types/bun": "^1.3.14",
|
||||
"fast-check": "^4.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5 || ^6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user