Skip to content

Commit

Permalink
Merge pull request #466 from ever-co/greenkeeper/default/@nestjs/type…
Browse files Browse the repository at this point in the history
…orm-6.1.0

Update @nestjs/typeorm in group default to the latest version 🚀
  • Loading branch information
evereq authored Apr 27, 2019
2 parents 2c20359 + 1186ff4 commit d5faa90
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion backend/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@nestjs/platform-express": "^6.1.1",
"@nestjs/platform-socket.io": "^6.1.1",
"@nestjs/swagger": "^3.0.2",
"@nestjs/typeorm": "^6.0.0",
"@nestjs/typeorm": "^6.1.0",
"@nestjs/websockets": "^6.1.1",
"apollo-server-express": "^2.4.8",
"axios": "^0.18.0",
Expand Down
8 changes: 4 additions & 4 deletions backend/api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,10 @@
dependencies:
optional "0.1.4"

"@nestjs/typeorm@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/typeorm/-/typeorm-6.0.0.tgz#a3fb0885f2e0b5d94710c43d06489cfab7200de8"
integrity sha512-ZUlUu8DxlgN0dFoeTiaWrD0EU8V/dRjSkqPjrbwspYfZkg/Gws/B8EFK0n0hgyVuJaG4oggV+BjupnKtO8KqGw==
"@nestjs/typeorm@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@nestjs/typeorm/-/typeorm-6.1.0.tgz#bfc97ab68032d4df4bb9e30495f10957b2d60575"
integrity sha512-bKZeL5IXr4Z9ZtPNiiriodF8nEcjoUEAO3ugEQXGRBcYqecMpj+6+1VBCDmTloamzrUiuBil9JxBwQUJ8u0Nag==
dependencies:
uuid "3.3.2"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@captemulation/get-parameter-names": "^1.2.0",
"@nestjs/typeorm": "^6.0.0",
"@nestjs/typeorm": "^6.1.0",
"angular2-logger": "^0.7.0",
"npm": "^6.9.0",
"rxjs": "^6.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -902,10 +902,10 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@nestjs/typeorm@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/typeorm/-/typeorm-6.0.0.tgz#a3fb0885f2e0b5d94710c43d06489cfab7200de8"
integrity sha512-ZUlUu8DxlgN0dFoeTiaWrD0EU8V/dRjSkqPjrbwspYfZkg/Gws/B8EFK0n0hgyVuJaG4oggV+BjupnKtO8KqGw==
"@nestjs/typeorm@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@nestjs/typeorm/-/typeorm-6.1.0.tgz#bfc97ab68032d4df4bb9e30495f10957b2d60575"
integrity sha512-bKZeL5IXr4Z9ZtPNiiriodF8nEcjoUEAO3ugEQXGRBcYqecMpj+6+1VBCDmTloamzrUiuBil9JxBwQUJ8u0Nag==
dependencies:
uuid "3.3.2"

Expand Down

0 comments on commit d5faa90

Please sign in to comment.