revert: dependencies downgrade

This commit is contained in:
Nicolas Meienberger 2026-01-27 23:06:39 +01:00
parent 4011ed778f
commit 41d7cf8b94
4 changed files with 23 additions and 23 deletions

View file

@ -31,11 +31,11 @@ jobs:
echo "release_type=release" >> $GITHUB_OUTPUT echo "release_type=release" >> $GITHUB_OUTPUT
fi fi
# checks: checks:
# uses: ./.github/workflows/checks.yml uses: ./.github/workflows/checks.yml
#
# e2e-tests: e2e-tests:
# uses: ./.github/workflows/e2e.yml uses: ./.github/workflows/e2e.yml
build-images: build-images:
timeout-minutes: 15 timeout-minutes: 15

View file

@ -40,7 +40,7 @@ In order to run Zerobyte, you need to have Docker and Docker Compose installed o
```yaml ```yaml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.22 image: ghcr.io/nicotsx/zerobyte:v0.23
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -102,7 +102,7 @@ If you only need to back up locally mounted folders and don't require remote sha
```yaml ```yaml
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.22 image: ghcr.io/nicotsx/zerobyte:v0.23
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -139,7 +139,7 @@ If you want to track a local directory on the same server where Zerobyte is runn
```diff ```diff
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.22 image: ghcr.io/nicotsx/zerobyte:v0.23
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:
@ -212,7 +212,7 @@ Zerobyte can use [rclone](https://rclone.org/) to support 40+ cloud storage prov
```diff ```diff
services: services:
zerobyte: zerobyte:
image: ghcr.io/nicotsx/zerobyte:v0.22 image: ghcr.io/nicotsx/zerobyte:v0.23
container_name: zerobyte container_name: zerobyte
restart: unless-stopped restart: unless-stopped
cap_add: cap_add:

View file

@ -30,7 +30,7 @@
"@scalar/hono-api-reference": "^0.9.37", "@scalar/hono-api-reference": "^0.9.37",
"@tanstack/react-query": "^5.90.20", "@tanstack/react-query": "^5.90.20",
"arktype": "^2.1.28", "arktype": "^2.1.28",
"better-auth": "^1.4.10", "better-auth": "^1.4.17",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"commander": "^14.0.2", "commander": "^14.0.2",
@ -40,8 +40,8 @@
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1", "drizzle-orm": "^0.45.1",
"es-toolkit": "^1.44.0", "es-toolkit": "^1.44.0",
"hono": "^4.11.3", "hono": "^4.11.6",
"hono-openapi": "^1.1.1", "hono-openapi": "^1.2.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",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
@ -54,8 +54,8 @@
"react-dom": "^19.2.4", "react-dom": "^19.2.4",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-router": "^7.12.0", "react-router": "^7.13.0",
"react-router-hono-server": "^2.22.0", "react-router-hono-server": "^2.23.0",
"recharts": "3.7.0", "recharts": "3.7.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"semver": "^7.7.3", "semver": "^7.7.3",
@ -69,10 +69,10 @@
"devDependencies": { "devDependencies": {
"@faker-js/faker": "^10.2.0", "@faker-js/faker": "^10.2.0",
"@happy-dom/global-registrator": "^20.3.9", "@happy-dom/global-registrator": "^20.3.9",
"@hey-api/openapi-ts": "^0.90.2", "@hey-api/openapi-ts": "^0.90.10",
"@libsql/client": "^0.17.0", "@libsql/client": "^0.17.0",
"@playwright/test": "^1.58.0", "@playwright/test": "^1.58.0",
"@react-router/dev": "^7.12.0", "@react-router/dev": "^7.13.0",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query-devtools": "^5.91.2", "@tanstack/react-query-devtools": "^5.91.2",

View file

@ -50,7 +50,7 @@
"@scalar/hono-api-reference": "^0.9.37", "@scalar/hono-api-reference": "^0.9.37",
"@tanstack/react-query": "^5.90.20", "@tanstack/react-query": "^5.90.20",
"arktype": "^2.1.28", "arktype": "^2.1.28",
"better-auth": "^1.4.10", "better-auth": "^1.4.17",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"commander": "^14.0.2", "commander": "^14.0.2",
@ -60,8 +60,8 @@
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1", "drizzle-orm": "^0.45.1",
"es-toolkit": "^1.44.0", "es-toolkit": "^1.44.0",
"hono": "^4.11.3", "hono": "^4.11.6",
"hono-openapi": "^1.1.1", "hono-openapi": "^1.2.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",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
@ -74,8 +74,8 @@
"react-dom": "^19.2.4", "react-dom": "^19.2.4",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"react-router": "^7.12.0", "react-router": "^7.13.0",
"react-router-hono-server": "^2.22.0", "react-router-hono-server": "^2.23.0",
"recharts": "3.7.0", "recharts": "3.7.0",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"semver": "^7.7.3", "semver": "^7.7.3",
@ -89,10 +89,10 @@
"devDependencies": { "devDependencies": {
"@faker-js/faker": "^10.2.0", "@faker-js/faker": "^10.2.0",
"@happy-dom/global-registrator": "^20.3.9", "@happy-dom/global-registrator": "^20.3.9",
"@hey-api/openapi-ts": "^0.90.2", "@hey-api/openapi-ts": "^0.90.10",
"@libsql/client": "^0.17.0", "@libsql/client": "^0.17.0",
"@playwright/test": "^1.58.0", "@playwright/test": "^1.58.0",
"@react-router/dev": "^7.12.0", "@react-router/dev": "^7.13.0",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query-devtools": "^5.91.2", "@tanstack/react-query-devtools": "^5.91.2",