Skip to content

Commit

Permalink
ServiceDesk GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 20, 2024
1 parent cd90162 commit f6d0b91
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@surfnet/sds": "^0.0.119",
"@surfnet/sds": "^0.0.120",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion servicedesk-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ServiceDesk</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion servicedesk-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@surfnet/sds": "^0.0.119",
"@surfnet/sds": "^0.0.120",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
Binary file added servicedesk-gui/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion servicedesk-gui/public/vite.svg

This file was deleted.

8 changes: 4 additions & 4 deletions servicedesk-gui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.28.0.tgz#cb313feef9ac6e3737067fdf34f42804ac65a6f2"
integrity sha512-Bvno2/aZT6usSa7lRDL2+hMjVAGjuqaymF1ApZm31JXzniR/hvr14jpU+/z4X6Gt5BPlzosscyJZGUvguXIqeQ==

"@surfnet/sds@^0.0.119":
version "0.0.119"
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.119.tgz#0e66f7f3c8f8de4d0e4d74f29d6a02c30fa2b19c"
integrity sha512-h69Gb9fX5i7zw1Vf7hBCTn4HAQis4e6EcsA6FKCZnJ8DRzviK3jzhqWFuievqg8yteNey3VeB734t4Dx1ceP2A==
"@surfnet/sds@^0.0.120":
version "0.0.120"
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.120.tgz#aafc94933fbf55f0f25ea7b3878ff4b21f506d3c"
integrity sha512-MgofTmsO0hX9CPc1jxWoNuptoqbcdZJ0fet6O8ftQ2i0qr4FFBAS/tQtB/Awguq9NQdY/oEYDnw50cDbM13g5A==

"@types/babel__core@^7.20.5":
version "7.20.5"
Expand Down

0 comments on commit f6d0b91

Please sign in to comment.