Skip to content

Commit

Permalink
Merge pull request #8845 from Tony133/sample/update-dependecie-mysql8
Browse files Browse the repository at this point in the history
sample(05-sql-typeorm): update dependecie for mysql 8.x and some improvements
  • Loading branch information
kamilmysliwiec committed Dec 23, 2021
2 parents 411ef5e + fc4be02 commit 7825c02
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 39 deletions.
116 changes: 78 additions & 38 deletions sample/05-sql-typeorm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "8.2.3",
"@nestjs/platform-express": "8.2.3",
"@nestjs/typeorm": "8.0.2",
"mysql": "2.18.1",
"mysql2": "2.3.3",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.4.0",
Expand Down

0 comments on commit 7825c02

Please sign in to comment.