mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
Revert "chore(deps): update nest monorepo"
This reverts commit 4638356c6f.
The commit contained multiple breaking changes, affecting the express
types and the new typeorm release 0.3.
This commit is contained in:
parent
85fd32f55c
commit
92600782f6
2 changed files with 1439 additions and 1302 deletions
2715
package-lock.json
generated
2715
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
|
@ -27,18 +27,18 @@
|
|||
"dependencies": {
|
||||
"@digikare/nestjs-prom": "1.0.0",
|
||||
"@hapi/joi": "17.1.1",
|
||||
"@nestjs/axios": "0.0.8",
|
||||
"@nestjs/common": "8.4.6",
|
||||
"@nestjs/config": "2.1.0",
|
||||
"@nestjs/core": "8.4.6",
|
||||
"@nestjs/jwt": "8.0.1",
|
||||
"@nestjs/passport": "8.2.1",
|
||||
"@nestjs/platform-express": "8.4.6",
|
||||
"@nestjs/schedule": "2.0.1",
|
||||
"@nestjs/axios": "0.0.4",
|
||||
"@nestjs/common": "8.1.2",
|
||||
"@nestjs/config": "1.1.5",
|
||||
"@nestjs/core": "8.1.2",
|
||||
"@nestjs/jwt": "8.0.0",
|
||||
"@nestjs/passport": "8.0.1",
|
||||
"@nestjs/platform-express": "8.1.2",
|
||||
"@nestjs/schedule": "1.0.2",
|
||||
"@nestjs/serve-static": "2.2.2",
|
||||
"@nestjs/swagger": "5.2.1",
|
||||
"@nestjs/terminus": "8.0.6",
|
||||
"@nestjs/typeorm": "8.1.2",
|
||||
"@nestjs/swagger": "5.1.5",
|
||||
"@nestjs/terminus": "8.0.3",
|
||||
"@nestjs/typeorm": "8.0.2",
|
||||
"@sentry/node": "6.19.7",
|
||||
"class-transformer": "0.5.1",
|
||||
"class-validator": "0.13.2",
|
||||
|
|
@ -57,9 +57,9 @@
|
|||
"typeorm": "0.2.41"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "8.2.6",
|
||||
"@nestjs/cli": "8.1.4",
|
||||
"@nestjs/schematics": "8.0.5",
|
||||
"@nestjs/testing": "8.4.6",
|
||||
"@nestjs/testing": "8.1.2",
|
||||
"@types/cookie-parser": "1.4.2",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/hapi__joi": "17.1.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue