Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update nest to v9 #42

Merged
merged 4 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To see example usage see the [example-app](https://github.com/SoftwareBrothers/a

## License

AdminJS is Copyright © 2020 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) file.
AdminJS is Copyright © 2022 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) file.

## About SoftwareBrothers.co

Expand Down
26 changes: 13 additions & 13 deletions example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,28 @@
"test:e2e": "NODE_ENV=test jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@adminjs/express": "^4.0.0",
"@adminjs/mongoose": "^2.0.0",
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"@nestjs/mongoose": "8.0.1",
"@nestjs/platform-express": "^8.2.6",
"adminjs": "^5.0.0",
"@adminjs/express": "^5.0.0",
"@adminjs/mongoose": "^3.0.0",
"@nestjs/common": "^9.0.5",
"@nestjs/core": "^9.0.5",
"@nestjs/mongoose": "^9.2.0",
"@nestjs/platform-express": "^9.0.5",
"adminjs": "^6.0.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"express": "^4.17.1",
"express": "^4.18.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"mongoose": "^5.13.3",
"mongoose": "^5.13.14",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.0",
"rxjs": "^7.2.0"
},
"devDependencies": {
"@nestjs/cli": "^8.1.0",
"@nestjs/schematics": "^8.0.2",
"@nestjs/testing": "^8.0.5",
"@types/express": "^4.17.1",
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.1",
"@nestjs/testing": "^9.0.5",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.9",
"@types/mongoose": "^5.11.97",
"@types/node": "^12.7.5",
Expand Down
Loading