📦 build: upgrade workspace dependencies

This commit is contained in:
2026-08-13 02:19:14 +07:00
parent af9d918b03
commit 1742f7321d
12 changed files with 1652 additions and 72 deletions
+10 -10
View File
@@ -14,12 +14,12 @@
"format": "biome format --write ."
},
"devDependencies": {
"@types/bun": "^1.3.6",
"@types/node": "^25.0.9",
"tsx": "^4.19.2"
"@types/bun": "^1.3.14",
"@types/node": "^26.2.0",
"tsx": "^4.23.12"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^7.0.2"
},
"dependencies": {
"@elysiajs/node": "^1.4.5",
@@ -28,14 +28,14 @@
"@minikura/db": "workspace:*",
"@minikura/shared": "workspace:*",
"@types/ws": "^8.18.1",
"better-auth": "^1.4.13",
"elysia": "^1.4.22",
"better-auth": "^1.6.27",
"elysia": "^1.4.29",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"undici": "^7.18.2",
"ws": "^8.19.0",
"yaml": "^2.8.2",
"zod": "^4.3.5"
"undici": "^8.10.0",
"ws": "^8.21.3",
"yaml": "^2.9.0",
"zod": "^4.4.3"
}
}
+2 -1
View File
@@ -1,6 +1,7 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
import "./.next/types/root-params.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+32 -32
View File
@@ -11,32 +11,32 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19.2.8",
"@types/bun": "^1.3.14",
"@types/react": "^19.2.18",
"tw-animate-css": "^1.4.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^7.0.2"
},
"dependencies": {
"@elysiajs/eden": "^1.4.6",
"@hookform/resolvers": "^5.2.2",
"@elysiajs/eden": "^1.4.9",
"@hookform/resolvers": "^5.7.1",
"@minikura/api": "workspace:*",
"@minikura/backend": "workspace:*",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-avatar": "^1.2.6",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-tooltip": "^1.2.16",
"@tailwindcss/postcss": "^4.3.3",
"@xterm/addon-clipboard": "^0.2.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-image": "^0.9.0",
@@ -46,20 +46,20 @@
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/react": "^12.0.0",
"autoprefixer": "^10.4.23",
"better-auth": "^1.4.13",
"@xyflow/react": "^12.11.3",
"autoprefixer": "^10.5.4",
"better-auth": "^1.6.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"elysia": "^1.4.22",
"lucide-react": "^0.562.0",
"next": "^16.1.2",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.71.1",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"zod": "^4.3.5"
"elysia": "^1.4.29",
"lucide-react": "^1.31.0",
"next": "^16.3.0",
"postcss": "^8.5.26",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.85.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"zod": "^4.4.3"
}
}
-1
View File
@@ -19,7 +19,6 @@
"incremental": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
+2 -2
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.8/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@@ -18,7 +18,7 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"preset": "recommended",
"correctness": {
"noUnusedVariables": "warn",
"noUnusedImports": "warn"
+1581
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
+6 -7
View File
@@ -7,8 +7,7 @@
],
"packageManager": "bun@1.3.6",
"scripts": {
"dev": "turbo dev --parallel",
"dev:logs": "turbo dev --parallel --no-cache --output-logs=full",
"dev": "turbo dev --parallel --no-cache --output-logs=full",
"web": "bun --bun run --cwd apps/web dev",
"build": "turbo build",
"typecheck": "turbo typecheck",
@@ -25,13 +24,13 @@
"k8s:build": "bun --filter @minikura/k8s-operator build",
"k8s:start": "bun --filter @minikura/k8s-operator start",
"k8s:crd": "bun --filter @minikura/k8s-operator apply-crds",
"install": "bash scripts/install.sh"
"setup": "bash scripts/install.sh"
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"@sinclair/typebox": "^0.34.48",
"concurrently": "^9.2.1",
"turbo": "^2.7.4"
"@biomejs/biome": "^2.5.8",
"@sinclair/typebox": "^0.34.52",
"concurrently": "^10.0.4",
"turbo": "^2.10.9"
},
"dependencies": {
"dotenv-mono": "^1.5.1"
+2 -2
View File
@@ -7,10 +7,10 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/bun": "latest"
"@types/bun": "^1.3.14"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^7.0.2"
},
"dependencies": {
"@minikura/db": "workspace:*"
+7 -7
View File
@@ -12,17 +12,17 @@
"with-env": "dotenv -e ../../.env --"
},
"devDependencies": {
"@types/bun": "latest",
"@types/pg": "^8.16.0"
"@types/bun": "^1.3.14",
"@types/pg": "^8.21.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": "^7.0.2"
},
"dependencies": {
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "7.2.0",
"@prisma/adapter-pg": "^7.9.1",
"@prisma/client": "7.9.1",
"dotenv-cli": "^11.0.0",
"pg": "^8.17.1",
"prisma": "^7.2.0"
"pg": "^8.23.0",
"prisma": "^7.9.1"
}
}
+6 -6
View File
@@ -19,15 +19,15 @@
"@minikura/db": "workspace:*",
"dotenv-mono": "^1.5.1",
"node-fetch": "^3.3.2",
"pg": "^8.11.3",
"pg": "^8.23.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"undici": "^7.18.2",
"yaml": "^2.6.1"
"undici": "^8.10.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^25.0.9",
"tsx": "^4.19.2",
"typescript": "^5.9.3"
"@types/node": "^26.2.0",
"tsx": "^4.23.12",
"typescript": "^7.0.2"
}
}
+4 -4
View File
@@ -13,11 +13,11 @@
"@kubernetes/client-node": "^1.4.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"undici": "^7.18.2",
"yaml": "^2.7.0"
"undici": "^8.10.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^25.0.9",
"typescript": "^5.9.3"
"@types/node": "^26.2.0",
"typescript": "^7.0.2"
}
}