Skip to content

Commit

Permalink
Upgraded vite
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 21, 2025
1 parent eaf2f5a commit 8e8dba5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion account-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"svelte": "^5.5.3",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"vite": "^6.0.2",
"vite": "^6.0.11",
"vite-plugin-svelte-svgr": "^1.0.4"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion myconext-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"svelte": "^5.5.3",
"svelte-loader": "3.2.4",
"svelte-preprocess": "^6.0.3",
"vite": "^6.0.2",
"vite": "^6.0.11",
"vite-plugin-svelte-svgr": "^1.0.4",
"vite-plugin-svelte-svg-loader": "^1.0.1",
"@castlenine/svelte-qrcode":"^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion public-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"sass": "^1.83.0",
"vite": "^6.0.4"
"vite": "^6.0.11"
}
}
4 changes: 2 additions & 2 deletions servicedesk-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"sass": "^1.83.0",
"vite": "^6.0.4",
"vitest": "^3.0.2",
"vite": "^6.0.11",
"vitest": "^3.0.3",
"http-proxy-middleware": "^3.0.3"
}
}

0 comments on commit 8e8dba5

Please sign in to comment.