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
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ VITE_UPLOAD_TIMEOUT_MS=60000

# Maximum SSE reconnect attempts
VITE_SSE_RECONNECT_MAX=3

# Optional V3 install URL override
VITE_V3_INSTALL_URL=
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pnpm": {
"overrides": {
"brace-expansion@^1.1.7": "^1.1.13",
"brace-expansion@^5.0.2": "^5.0.5",
"brace-expansion@^5.0.2": "^5.0.6",
"fast-uri": "^3.1.2",
"flatted": "^3.4.2",
"lodash": "^4.18.1",
Expand Down Expand Up @@ -64,13 +64,13 @@
"secretlint": "^11.3.0",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vitest": "^3.2.4"
"vitest": "^4.1.8"
},
"dependencies": {
"@tanstack/react-router": "^1.166.3",
"@vanilla-extract/css": "^1.18.0",
"antd": "^6.3.2",
"axios": "1.15.2",
"axios": "1.16.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zustand": "5.0.12"
Expand Down
Loading
Loading