Skip to content

Commit dca19a1

Browse files
committed
Merge branch 'master' of https://github.com/nestjs/nest into feat/error-message-updates
2 parents 637469f + cfaa4d4 commit dca19a1

53 files changed

Lines changed: 496 additions & 360 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

integration/graphql/package-lock.json

Lines changed: 47 additions & 20 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@nestjs/common": "6.7.2",
1313
"@nestjs/core": "6.7.2",
1414
"@nestjs/graphql": "6.5.1",
15-
"apollo-server-express": "2.9.3",
16-
"graphql": "14.5.7",
15+
"apollo-server-express": "2.9.4",
16+
"graphql": "14.5.8",
1717
"graphql-tools": "4.0.5",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.3",

integration/hello-world/package-lock.json

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

integration/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/testing": "6.7.2",
1414
"@nestjs/websockets": "6.7.2",
1515
"class-transformer": "0.2.3",
16-
"class-validator": "0.10.0",
16+
"class-validator": "0.10.1",
1717
"fastify": "2.8.0",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.3",

integration/hooks/package-lock.json

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

integration/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@nestjs/common": "6.7.2",
1111
"@nestjs/core": "6.7.2",
1212
"class-transformer": "0.2.3",
13-
"class-validator": "0.10.0",
13+
"class-validator": "0.10.1",
1414
"reflect-metadata": "0.1.13",
1515
"rxjs": "6.5.3",
1616
"typescript": "3.6.3"

integration/injector/package-lock.json

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

integration/injector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/testing": "6.7.2",
1414
"@nestjs/websockets": "6.7.2",
1515
"class-transformer": "0.2.3",
16-
"class-validator": "0.10.0",
16+
"class-validator": "0.10.1",
1717
"reflect-metadata": "0.1.13",
1818
"rxjs": "6.5.3",
1919
"typescript": "3.6.3"

integration/microservices/package-lock.json

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

integration/microservices/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nestjs/websockets": "6.7.2",
1616
"amqp-connection-manager": "3.0.0",
1717
"class-transformer": "0.2.3",
18-
"class-validator": "0.10.0",
18+
"class-validator": "0.10.1",
1919
"reflect-metadata": "0.1.13",
2020
"rxjs": "6.5.3",
2121
"typescript": "3.6.3"

0 commit comments

Comments
 (0)