Skip to content
Merged
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 build/docker/Dockerfile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# docker run --rm -v $(pwd):/app wails-cross windows amd64
# docker run --rm -v $(pwd):/app wails-cross windows arm64

FROM golang:1.26-bookworm@sha256:53eeac89074db483fdf0ab3be1df32bf6e47562263d2d0d6baa7f26acb4957dd
FROM golang:1.26-bookworm@sha256:116d58cbd88c1297624acc6e967a060012422bacf9930927e23fb719189c6f36

ARG TARGETARCH
ARG GARBLE_VERSION=v0.16.0
Expand Down
172 changes: 86 additions & 86 deletions frontend/package-lock.json

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

16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
"boundaries": "depcruise -c .dependency-cruiser.cjs src"
},
"dependencies": {
"@faker-js/faker": "^10.5.0",
"@faker-js/faker": "^10.6.0",
"@primer/octicons-react": "^19.33.0",
"@primer/primitives": "^11.10.0",
"@primer/react": "^38.35.0",
"@primer/react": "^38.35.1",
"@wailsio/runtime": "3.0.0-beta.5",
"@xyflow/react": "^12.11.2",
"@xyflow/react": "^12.11.3",
"copy-to-clipboard": "^4.0.2",
"cronstrue": "^3.24.0",
"elkjs": "^0.12.0",
"genson-js": "^0.0.8",
"i18next": "^26.3.6",
"mermaid": "^11.16.1",
"papaparse": "^5.5.4",
"papaparse": "^5.6.0",
"randexp": "^0.5.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-dropzone": "^20.1.0",
"react-i18next": "^17.0.11",
"react-is": "^19.2.8",
"react-querybuilder": "^8.22.4",
"react-querybuilder": "^8.23.0",
"recharts": "^3.10.1",
"zod": "^4.4.3",
"zod-schema-faker": "^2.1.1",
"zundo": "^2.3.0",
"zustand": "^5.0.14"
"zustand": "^5.0.15"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
Expand All @@ -49,12 +49,12 @@
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.1.10",
"dependency-cruiser": "^18.1.1",
"dependency-cruiser": "^18.2.0",
"eslint": "^10.8.1",
"eslint-plugin-i18next": "^6.1.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"globals": "^17.9.0",
"globals": "^17.11.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1",
Expand Down
Loading
Loading