upgrade biome, typescript, icons, other dev deps. also keep hoisting for now

This commit is contained in:
dswbx
2025-11-05 07:48:33 +01:00
parent ac6cd4a900
commit c8290802e9
4 changed files with 243 additions and 253 deletions

View File

@@ -59,13 +59,13 @@
"@uiw/react-codemirror": "^4.25.2",
"@xyflow/react": "^12.9.2",
"aws4fetch": "^1.0.20",
"bcryptjs": "^3.0.2",
"bcryptjs": "^3.0.3",
"dayjs": "^1.11.19",
"fast-xml-parser": "^5.0.8",
"fast-xml-parser": "^5.3.1",
"hono": "4.10.4",
"json-schema-library": "10.0.0-rc7",
"json-schema-to-ts": "^3.1.1",
"jsonv-ts": "0.9.2",
"jsonv-ts": "0.9.3",
"kysely": "0.28.8",
"lodash-es": "^4.17.21",
"oauth4webapi": "^2.11.1",
@@ -78,35 +78,36 @@
"@aws-sdk/client-s3": "^3.922.0",
"@bluwy/giget-core": "^0.1.6",
"@clack/prompts": "^0.11.0",
"@cloudflare/vitest-pool-workers": "^0.9.14",
"@cloudflare/vitest-pool-workers": "^0.10.4",
"@cloudflare/workers-types": "^4.20251014.0",
"@dagrejs/dagre": "^1.1.4",
"@hono/vite-dev-server": "^0.23.0",
"@hookform/resolvers": "^4.1.3",
"@hookform/resolvers": "^5.2.2",
"@libsql/client": "^0.15.15",
"@mantine/modals": "^7.17.1",
"@mantine/notifications": "^7.17.1",
"@playwright/test": "^1.56.1",
"@rjsf/core": "5.22.2",
"@standard-schema/spec": "^1.0.0",
"@tabler/icons-react": "3.18.0",
"@tabler/icons-react": "3.35.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.18.13",
"@types/node": "^24.10.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.7.0",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "3.0.9",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"dotenv": "^17.2.3",
"jotai": "^2.12.2",
"jsdom": "^26.1.0",
"kysely-d1": "^0.3.0",
"kysely-generic-sqlite": "^1.2.1",
"libsql": "^0.5.22",
"libsql-stateless-easy": "^1.8.0",
"miniflare": "^4.20251011.2",
"open": "^10.2.0",
"openapi-types": "^12.1.3",
"postcss": "^8.5.3",
@@ -115,8 +116,8 @@
"posthog-js-lite": "^3.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.65.0",
"react-icons": "5.2.1",
"react-hook-form": "^7.66.0",
"react-icons": "5.5.0",
"react-json-view-lite": "^2.5.0",
"sql-formatter": "^15.6.10",
"tailwind-merge": "^3.0.2",
@@ -131,8 +132,7 @@
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.0.9",
"wouter": "^3.7.1",
"wrangler": "^4.45.3",
"miniflare": "^4.20251011.1"
"wrangler": "^4.45.4"
},
"optionalDependencies": {
"@hono/node-server": "^1.19.6"

456
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +1,2 @@
[install]
linker = "hoisted"
#linker = "hoisted"

View File

@@ -12,13 +12,13 @@
},
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/strictest": "^2.0.5",
"@biomejs/biome": "2.3.3",
"@tsconfig/strictest": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"bun-types": "^1.1.18",
"miniflare": "^3.20240806.0",
"typescript": "^5.5.3",
"verdaccio": "^5.32.1"
"miniflare": "^3.20250718.2",
"typescript": "^5.9.3",
"verdaccio": "^6.2.1"
},
"engines": {
"node": ">=22"