refactor: remove unused authentication module and related dependencies; update package.json and bun.lock for improved dependency management; enhance access control UI with expanded resource management features

This commit is contained in:
2025-10-30 12:34:14 -03:00
parent 1058375a90
commit 2841a2349d
6 changed files with 101 additions and 1138 deletions

View File

@@ -17,12 +17,12 @@
"dev:setup": "turbo -F @sgse-app/backend dev:setup"
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@biomejs/biome": "^2.3.2",
"turbo": "^2.5.4"
},
"dependencies": {
"@tanstack/svelte-form": "^1.23.8",
"lucide-svelte": "^0.546.0"
"lucide-svelte": "^0.548.0"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.52.5"