Bump everything into not dev deps, doesn't matter too much for now
Some checks failed
Build and deploy / deploy (push) Failing after 53s

This commit is contained in:
2025-04-26 22:26:07 +01:00
parent aab2664d91
commit 0dedfc4fb2
2 changed files with 177 additions and 265 deletions

View File

@@ -1,49 +1,47 @@
{
"name": "dvdash",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "biome check .",
"check:unsafe": "biome check --write --unsafe .",
"check:write": "biome check --write .",
"dev": "next dev --turbo",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit",
"update-regctl": "mkdir bin && curl -L https://github.com/regclient/regclient/releases/latest/download/regctl-linux-amd64 >bin/regctl && chmod 755 bin/regctl"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.13.0",
"@tanstack/react-query": "^5.74.4",
"@trpc/client": "^11.1.1",
"@trpc/react-query": "^11.1.1",
"@trpc/server": "^11.1.1",
"dockerode": "^4.0.6",
"next": "^15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"semver": "^7.7.1",
"server-only": "^0.0.1",
"superjson": "^2.2.2",
"zod": "^3.24.3",
"zx": "^8.5.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/postcss": "^4.1.4",
"@types/bun": "^1.2.10",
"@types/dockerode": "^3.3.38",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/semver": "^7.7.0",
"daisyui": "^5.0.28",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
}
}
"name": "dvdash",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "biome check .",
"check:unsafe": "biome check --write --unsafe .",
"check:write": "biome check --write .",
"dev": "next dev --turbo",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit",
"update-regctl": "mkdir bin && curl -L https://github.com/regclient/regclient/releases/latest/download/regctl-linux-amd64 >bin/regctl && chmod 755 bin/regctl"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.13.0",
"@tailwindcss/postcss": "^4.1.4",
"@tanstack/react-query": "^5.74.4",
"@trpc/client": "^11.1.1",
"@trpc/react-query": "^11.1.1",
"@trpc/server": "^11.1.1",
"daisyui": "^5.0.28",
"dockerode": "^4.0.6",
"next": "^15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"semver": "^7.7.1",
"server-only": "^0.0.1",
"superjson": "^2.2.2",
"zod": "^3.24.3",
"zx": "^8.5.3",
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.2.10",
"@types/dockerode": "^3.3.38",
"@types/react": "19.1.2",
"@types/react-dom": "^19.1.2",
"@types/semver": "^7.7.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
}
}