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 frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"svelte-check": "^4.3.5",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vitest": "^2.1.9"
},
"type": "module",
Expand Down
10 changes: 5 additions & 5 deletions frontend/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ __metadata:
svelte-check: "npm:^4.3.5"
tslib: "npm:^2.8.1"
typescript: "npm:^5.9.3"
vite: "npm:^7.3.0"
vite: "npm:^7.3.1"
vitest: "npm:^2.1.9"
winston: "npm:^3.19.0"
zod: "npm:^4.3.2"
Expand Down Expand Up @@ -4204,9 +4204,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^7.3.0":
version: 7.3.0
resolution: "vite@npm:7.3.0"
"vite@npm:^7.3.1":
version: 7.3.1
resolution: "vite@npm:7.3.1"
dependencies:
esbuild: "npm:^0.27.0"
fdir: "npm:^6.5.0"
Expand Down Expand Up @@ -4255,7 +4255,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/044490133aaf4cc024700995edaac10ff182262c721a44a8ac7839207b3e5af435c8b9dd8ee4658dc0f47147fa4211632cca3120177aa4bab99a7cb095e5149e
checksum: 10/62e48ffa4283b688f0049005405a004447ad38ffc99a0efea4c3aa9b7eed739f7402b43f00668c0ee5a895b684dc953d62f0722d8a92c5b2f6c95f051bceb208
languageName: node
linkType: hard

Expand Down
Loading