Skip to content

Commit 10f70be

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents 5f0643c + 81d8dae commit 10f70be

10 files changed

Lines changed: 227 additions & 311 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2017 Kamil Myśliwiec <http://kamilmysliwiec.com>
3+
Copyright (c) 2017-2019 Kamil Myśliwiec <http://kamilmysliwiec.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

integration/graphql/package-lock.json

Lines changed: 53 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nestjs/common": "6.0.0",
1313
"@nestjs/core": "6.0.0",
14-
"@nestjs/graphql": "6.0.0",
14+
"@nestjs/graphql": "6.0.1",
1515
"apollo-server-express": "2.4.8",
1616
"graphql": "14.1.1",
1717
"graphql-tools": "4.0.4",

integration/typegraphql/package-lock.json

Lines changed: 53 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typegraphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nestjs/common": "6.0.0",
1313
"@nestjs/core": "6.0.0",
14-
"@nestjs/graphql": "6.0.0",
14+
"@nestjs/graphql": "6.0.1",
1515
"apollo-server-express": "2.4.8",
1616
"class-transformer": "0.2.0",
1717
"class-validator": "0.9.1",

sample/12-graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@nestjs/common": "6.0.0",
1414
"@nestjs/core": "6.0.0",
15-
"@nestjs/graphql": "6.0.0",
15+
"@nestjs/graphql": "6.0.1",
1616
"@nestjs/platform-express": "6.0.0",
1717
"apollo-server-express": "2.4.8",
1818
"class-transformer": "0.2.0",

0 commit comments

Comments
 (0)