fix(deps): update bun minor and patch dependencies (#902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d502b96509
commit
74ddf574a8
3 changed files with 300 additions and 256 deletions
|
|
@ -14,47 +14,47 @@
|
||||||
"tsc": "tsc --noEmit"
|
"tsc": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@base-ui/react": "^1.4.1",
|
"@base-ui/react": "^1.5.0",
|
||||||
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
||||||
"@phosphor-icons/react": "^2.1.10",
|
"@phosphor-icons/react": "^2.1.10",
|
||||||
"@tailwindcss/vite": "^4.3.0",
|
"@tailwindcss/vite": "^4.3.0",
|
||||||
"@tanstack/react-devtools": "^0.10.5",
|
"@tanstack/react-devtools": "^0.10.5",
|
||||||
"@tanstack/react-router": "^1.170.3",
|
"@tanstack/react-router": "^1.170.8",
|
||||||
"@tanstack/react-router-devtools": "^1.167.0",
|
"@tanstack/react-router-devtools": "^1.167.0",
|
||||||
"@tanstack/react-router-ssr-query": "^1.167.0",
|
"@tanstack/react-router-ssr-query": "^1.167.0",
|
||||||
"@tanstack/react-start": "^1.168.4",
|
"@tanstack/react-start": "^1.168.13",
|
||||||
"@tanstack/router-plugin": "^1.168.4",
|
"@tanstack/router-plugin": "^1.168.11",
|
||||||
"@types/mdx": "^2.0.13",
|
"@types/mdx": "^2.0.13",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"fumadocs-core": "^16.8.11",
|
"fumadocs-core": "^16.9.1",
|
||||||
"fumadocs-mdx": "^14.3.2",
|
"fumadocs-mdx": "^14.3.2",
|
||||||
"fumadocs-ui": "^16.8.11",
|
"fumadocs-ui": "^16.9.1",
|
||||||
"lucide-react": "^1.16.0",
|
"lucide-react": "^1.16.0",
|
||||||
"react": "^19.2.6",
|
"react": "^19.2.6",
|
||||||
"react-dom": "^19.2.6",
|
"react-dom": "^19.2.6",
|
||||||
"shadcn": "^4.7.0",
|
"shadcn": "^4.8.0",
|
||||||
"tailwind-merge": "^3.6.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tailwindcss": "^4.3.0",
|
"tailwindcss": "^4.3.0",
|
||||||
"tw-animate-css": "^1.4.0"
|
"tw-animate-css": "^1.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/vite-plugin": "^1.37.1",
|
"@cloudflare/vite-plugin": "^1.39.0",
|
||||||
"@tailwindcss/typography": "^0.5.19",
|
"@tailwindcss/typography": "^0.5.19",
|
||||||
"@tanstack/devtools-vite": "^0.7.0",
|
"@tanstack/devtools-vite": "^0.7.0",
|
||||||
"@testing-library/dom": "^10.4.1",
|
"@testing-library/dom": "^10.4.1",
|
||||||
"@testing-library/react": "^16.3.2",
|
"@testing-library/react": "^16.3.2",
|
||||||
"@types/node": "^25.8.0",
|
"@types/node": "^25.9.1",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.15",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@vitejs/plugin-react": "^6.0.2",
|
"@vitejs/plugin-react": "^6.0.2",
|
||||||
"jsdom": "^29.1.1",
|
"jsdom": "^29.1.1",
|
||||||
"typescript": "^6.0.3",
|
"typescript": "^6.0.3",
|
||||||
"vite": "^8.0.13",
|
"vite": "^8.0.14",
|
||||||
"vite-plugin-killer-instincts": "^1.1.0",
|
"vite-plugin-killer-instincts": "^1.1.0",
|
||||||
"vite-plus": "^0.1.21",
|
"vite-plus": "^0.1.22",
|
||||||
"vitest": "^4.1.6",
|
"vitest": "^4.1.7",
|
||||||
"wrangler": "^4.92.0"
|
"wrangler": "^4.95.0"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"onlyBuiltDependencies": [
|
"onlyBuiltDependencies": [
|
||||||
|
|
|
||||||
44
package.json
44
package.json
|
|
@ -42,8 +42,8 @@
|
||||||
"@dnd-kit/sortable": "^10.0.0",
|
"@dnd-kit/sortable": "^10.0.0",
|
||||||
"@dnd-kit/utilities": "^3.2.2",
|
"@dnd-kit/utilities": "^3.2.2",
|
||||||
"@hono/standard-validator": "^0.2.2",
|
"@hono/standard-validator": "^0.2.2",
|
||||||
"@hookform/resolvers": "^5.2.2",
|
"@hookform/resolvers": "^5.4.0",
|
||||||
"@inquirer/prompts": "^8.4.3",
|
"@inquirer/prompts": "^8.5.0",
|
||||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||||
"@radix-ui/react-checkbox": "^1.3.3",
|
"@radix-ui/react-checkbox": "^1.3.3",
|
||||||
"@radix-ui/react-dialog": "^1.1.15",
|
"@radix-ui/react-dialog": "^1.1.15",
|
||||||
|
|
@ -58,13 +58,13 @@
|
||||||
"@radix-ui/react-switch": "^1.2.6",
|
"@radix-ui/react-switch": "^1.2.6",
|
||||||
"@radix-ui/react-tabs": "^1.1.13",
|
"@radix-ui/react-tabs": "^1.1.13",
|
||||||
"@radix-ui/react-tooltip": "^1.2.8",
|
"@radix-ui/react-tooltip": "^1.2.8",
|
||||||
"@scalar/hono-api-reference": "^0.10.16",
|
"@scalar/hono-api-reference": "^0.10.19",
|
||||||
"@tanstack/react-hotkeys": "^0.10.0",
|
"@tanstack/react-hotkeys": "^0.10.0",
|
||||||
"@tanstack/react-query": "^5.100.10",
|
"@tanstack/react-query": "^5.100.14",
|
||||||
"@tanstack/react-query-devtools": "^5.100.10",
|
"@tanstack/react-query-devtools": "^5.100.14",
|
||||||
"@tanstack/react-router": "^1.170.3",
|
"@tanstack/react-router": "^1.170.8",
|
||||||
"@tanstack/react-router-ssr-query": "^1.167.0",
|
"@tanstack/react-router-ssr-query": "^1.167.0",
|
||||||
"@tanstack/react-start": "^1.168.4",
|
"@tanstack/react-start": "^1.168.13",
|
||||||
"@tanstack/react-table": "^8.21.3",
|
"@tanstack/react-table": "^8.21.3",
|
||||||
"@zerobyte/contracts": "workspace:*",
|
"@zerobyte/contracts": "workspace:*",
|
||||||
"@zerobyte/core": "workspace:*",
|
"@zerobyte/core": "workspace:*",
|
||||||
|
|
@ -75,13 +75,13 @@
|
||||||
"consola": "^3.4.2",
|
"consola": "^3.4.2",
|
||||||
"content-disposition": "^2.0.0",
|
"content-disposition": "^2.0.0",
|
||||||
"cron-parser": "^5.5.0",
|
"cron-parser": "^5.5.0",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.3.0",
|
||||||
"dither-plugin": "^1.1.1",
|
"dither-plugin": "^1.1.1",
|
||||||
"dotenv": "^17.4.2",
|
"dotenv": "^17.4.2",
|
||||||
"drizzle-orm": "^1.0.0-rc.2-e38a2ba",
|
"drizzle-orm": "^1.0.0-rc.4-5d5b77c",
|
||||||
"effect": "^3.21.2",
|
"effect": "^3.21.2",
|
||||||
"es-toolkit": "^1.46.1",
|
"es-toolkit": "^1.47.0",
|
||||||
"hono": "^4.12.19",
|
"hono": "^4.12.23",
|
||||||
"hono-openapi": "^1.3.0",
|
"hono-openapi": "^1.3.0",
|
||||||
"hono-rate-limiter": "^0.5.3",
|
"hono-rate-limiter": "^0.5.3",
|
||||||
"http-errors-enhanced": "^4.0.2",
|
"http-errors-enhanced": "^4.0.2",
|
||||||
|
|
@ -90,11 +90,11 @@
|
||||||
"qrcode.react": "^4.2.0",
|
"qrcode.react": "^4.2.0",
|
||||||
"react": "^19.2.6",
|
"react": "^19.2.6",
|
||||||
"react-dom": "^19.2.6",
|
"react-dom": "^19.2.6",
|
||||||
"react-hook-form": "^7.76.0",
|
"react-hook-form": "^7.76.1",
|
||||||
"react-markdown": "^10.1.0",
|
"react-markdown": "^10.1.0",
|
||||||
"recharts": "3.8.1",
|
"recharts": "3.8.1",
|
||||||
"remark-gfm": "^4.0.1",
|
"remark-gfm": "^4.0.1",
|
||||||
"semver": "^7.8.0",
|
"semver": "^7.8.1",
|
||||||
"sonner": "^2.0.7",
|
"sonner": "^2.0.7",
|
||||||
"tailwind-merge": "^3.6.0",
|
"tailwind-merge": "^3.6.0",
|
||||||
"tiny-typed-emitter": "^2.1.0",
|
"tiny-typed-emitter": "^2.1.0",
|
||||||
|
|
@ -103,9 +103,9 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@better-auth/utils": "0.4.0",
|
"@better-auth/utils": "0.4.0",
|
||||||
"@effect/language-service": "^0.86.1",
|
"@effect/language-service": "^0.86.2",
|
||||||
"@faker-js/faker": "^10.4.0",
|
"@faker-js/faker": "^10.4.0",
|
||||||
"@hey-api/openapi-ts": "^0.97.1",
|
"@hey-api/openapi-ts": "^0.97.3",
|
||||||
"@libsql/client": "^0.17.3",
|
"@libsql/client": "^0.17.3",
|
||||||
"@playwright/test": "^1.60.0",
|
"@playwright/test": "^1.60.0",
|
||||||
"@rolldown/plugin-babel": "^0.2.3",
|
"@rolldown/plugin-babel": "^0.2.3",
|
||||||
|
|
@ -118,25 +118,25 @@
|
||||||
"@types/babel__core": "^7.20.5",
|
"@types/babel__core": "^7.20.5",
|
||||||
"@types/bun": "^1.3.14",
|
"@types/bun": "^1.3.14",
|
||||||
"@types/content-disposition": "^0.5.9",
|
"@types/content-disposition": "^0.5.9",
|
||||||
"@types/node": "^25.8.0",
|
"@types/node": "^25.9.1",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.15",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@types/semver": "^7.7.1",
|
"@types/semver": "^7.7.1",
|
||||||
"@vitejs/plugin-react": "^6.0.2",
|
"@vitejs/plugin-react": "^6.0.2",
|
||||||
"babel-plugin-react-compiler": "^1.0.0",
|
"babel-plugin-react-compiler": "^1.0.0",
|
||||||
"dotenv-cli": "^11.0.0",
|
"dotenv-cli": "^11.0.0",
|
||||||
"drizzle-kit": "^1.0.0-rc.2-e38a2ba",
|
"drizzle-kit": "^1.0.0-rc.4-5d5b77c",
|
||||||
"fast-check": "^4.8.0",
|
"fast-check": "^4.8.0",
|
||||||
"happy-dom": "^20.9.0",
|
"happy-dom": "^20.9.0",
|
||||||
"msw": "^2.14.6",
|
"msw": "^2.14.6",
|
||||||
"nitro": "^3.0.260522-beta",
|
"nitro": "^3.0.260522-beta",
|
||||||
"oxfmt": "0.50.0",
|
"oxfmt": "0.52.0",
|
||||||
"tailwindcss": "^4.3.0",
|
"tailwindcss": "^4.3.0",
|
||||||
"tw-animate-css": "^1.4.0",
|
"tw-animate-css": "^1.4.0",
|
||||||
"typescript": "^6.0.3",
|
"typescript": "^6.0.3",
|
||||||
"vite": "^8.0.13",
|
"vite": "^8.0.14",
|
||||||
"vite-plus": "^0.1.21",
|
"vite-plus": "^0.1.22",
|
||||||
"vitest": "^4.1.6",
|
"vitest": "^4.1.7",
|
||||||
"wait-for-expect": "^4.0.0"
|
"wait-for-expect": "^4.0.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue