Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ ARG CADDY_PATCH_SCENARIO
ARG CADDY_SECURITY_VERSION
ARG CORAZA_CADDY_VERSION
# renovate: datasource=go depName=github.com/caddyserver/xcaddy
ARG XCADDY_VERSION=0.4.5
ARG XCADDY_VERSION=0.4.6
ARG EXPR_LANG_VERSION
ARG XNET_VERSION
ARG SMALLSTEP_CERTIFICATES_VERSION
Expand Down
186 changes: 93 additions & 93 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@typescript-eslint/utils": "^8.59.3",
"@typescript-eslint/eslint-plugin": "^8.59.3",

Check failure on line 71 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Frontend (React)

Duplicate key "@typescript-eslint/eslint-plugin" found
"@typescript-eslint/parser": "^8.59.3",

Check failure on line 72 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Frontend (React)

Duplicate key "@typescript-eslint/parser" found
"@typescript-eslint/utils": "^8.59.3",

Check failure on line 73 in frontend/package.json

View workflow job for this annotation

GitHub Actions / Frontend (React)

Duplicate key "@typescript-eslint/utils" found
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-istanbul": "^4.1.6",
"@vitest/coverage-v8": "^4.1.6",
Expand All @@ -92,7 +92,7 @@
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jsdom": "29.1.1",
"knip": "^6.12.2",
"knip": "^6.13.1",
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
Expand Down
Loading
Loading