fix: linting all the files possible error may still occur but i just ignored them cuz it's commented code, probably will fix them later if it persists

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-04-14 01:32:29 +02:00
parent 70658e4fb9
commit 03bbc77e8a
9 changed files with 32 additions and 22 deletions

View File

@ -10,6 +10,7 @@
"dependencies": {
"axios": "^1.7.9",
"cors": "^2.8.5",
"jwt-decode": "^4.0.0",
"keycloak-js": "^26.1.0",
"pinia": "^2.3.1",
"pinia-plugin-persistedstate": "^4.2.0",
@ -3588,6 +3589,15 @@
"graceful-fs": "^4.1.6"
}
},
"node_modules/jwt-decode": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz",
"integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/keycloak-js": {
"version": "26.1.0",
"resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-26.1.0.tgz",