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 authored874f4719
Showing
- package-lock.json 6759 additions, 9810 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.
... | ... | @@ -71,7 +71,7 @@ |
"@nestjs/schematics": "^10.2.3", | ||
"@nestjs/testing": "^10.4.15", | ||
"@types/express": "^4.17.21", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "^29.0.0", | ||
"@types/node": "^18.19.75", | ||
"@types/passport-local": "^1.0.38", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
... | ... | @@ -85,7 +85,7 @@ |
"nodemon": "^3.1.9", | ||
"prettier": "^3.4.2", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^28.0.8", | ||
"ts-jest": "^29.0.0", | ||
"ts-loader": "^9.5.2", | ||
"ts-node": "^10.9.2", | ||
"tsconfig-paths": "^3.9.0", | ||
... | ... |