Skip to content

Commit

Permalink
fix(deps): update dependency typeorm to v0.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2020
1 parent 8feda59 commit 55c6264
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 187 deletions.
101 changes: 35 additions & 66 deletions integration/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 integration/typeorm/package.json
Expand Up @@ -15,7 +15,7 @@
"mysql": "2.18.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.4",
"typeorm": "0.2.22",
"typeorm": "0.2.24",
"typescript": "3.7.2"
},
"devDependencies": {
Expand Down
81 changes: 22 additions & 59 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
Expand Up @@ -27,7 +27,7 @@
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "6.5.4",
"typeorm": "0.2.22"
"typeorm": "0.2.24"
},
"devDependencies": {
"@nestjs/cli": "6.14.2",
Expand Down

0 comments on commit 55c6264

Please sign in to comment.