Commits on Source (7)
-
2f7bd42c
-
Pierre Ecarlat authored
feat(dashboard): new access interface See merge request !477
b4598446 -
e949b317
-
Marlène SIMONDANT authored
feat(dashboard) : create dashboard ! See merge request !478
53e18a1c -
Marlène SIMONDANT authoredafbd8460
-
Marlène SIMONDANT authoredbe8c3a42
-
Renovate Bot authored04bbc800
Showing
- package-lock.json 6955 additions, 10429 deletionspackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
- src/auth/auth.service.spec.ts 2 additions, 0 deletionssrc/auth/auth.service.spec.ts
- src/auth/auth.service.ts 2 additions, 1 deletionsrc/auth/auth.service.ts
- src/posts/posts.service.ts 5 additions, 1 deletionsrc/posts/posts.service.ts
This diff is collapsed.
... | ... | @@ -74,8 +74,8 @@ |
"@types/jest": "^26.0.20", | ||
"@types/node": "^18.19.75", | ||
"@types/passport-local": "^1.0.38", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^8.0.0", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-jsdoc": "^48.11.0", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
... | ... |