Skip to content

Commit d4863bc

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents fc7d94b + e097135 commit d4863bc

61 files changed

Lines changed: 1975 additions & 1814 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: 3 additions & 3 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
@@ -13,7 +13,7 @@
1313
"@nestjs/core": "6.11.1",
1414
"@nestjs/graphql": "6.5.3",
1515
"apollo-server-express": "2.9.16",
16-
"graphql": "14.5.8",
16+
"graphql": "14.6.0",
1717
"graphql-tools": "4.0.6",
1818
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.5.4",

integration/mongoose/package-lock.json

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

integration/mongoose/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@nestjs/common": "6.11.1",
1313
"@nestjs/core": "6.11.1",
14-
"@nestjs/mongoose": "6.2.1",
15-
"mongoose": "5.8.9",
14+
"@nestjs/mongoose": "6.3.0",
15+
"mongoose": "5.8.10",
1616
"reflect-metadata": "0.1.13",
1717
"rxjs": "6.5.4",
1818
"typescript": "3.7.2"

integration/typegraphql/package-lock.json

Lines changed: 3 additions & 3 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
@@ -15,7 +15,7 @@
1515
"apollo-server-express": "2.9.16",
1616
"class-transformer": "0.2.3",
1717
"class-validator": "0.11.0",
18-
"graphql": "14.5.8",
18+
"graphql": "14.6.0",
1919
"graphql-tools": "4.0.6",
2020
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.5.4",

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"fastify-cors": "3.0.1",
6363
"fastify-formbody": "3.1.0",
6464
"fastify-multipart": "1.0.4",
65-
"graphql": "14.5.8",
65+
"graphql": "14.6.0",
6666
"grpc": "1.24.2",
6767
"http2": "3.3.7",
6868
"iterare": "1.2.0",
@@ -105,17 +105,17 @@
105105
"@types/sinon": "7.5.1",
106106
"@types/socket.io": "2.1.4",
107107
"@types/ws": "7.2.0",
108-
"@typescript-eslint/eslint-plugin": "2.17.0",
109-
"@typescript-eslint/parser": "2.17.0",
108+
"@typescript-eslint/eslint-plugin": "2.18.0",
109+
"@typescript-eslint/parser": "2.18.0",
110110
"artillery": "1.6.0-29",
111111
"awesome-typescript-loader": "5.2.1",
112112
"body-parser": "1.19.0",
113113
"bytes": "3.1.0",
114114
"chai": "4.2.0",
115115
"chai-as-promised": "7.1.1",
116-
"clang-format": "1.3.0",
116+
"clang-format": "1.4.0",
117117
"commitlint-circle": "1.0.0",
118-
"concurrently": "5.0.2",
118+
"concurrently": "5.1.0",
119119
"conventional-changelog": "3.1.18",
120120
"core-js": "3.6.4",
121121
"coveralls": "3.0.9",
@@ -125,7 +125,7 @@
125125
"eslint-config-prettier": "6.9.0",
126126
"eslint-plugin-import": "2.20.0",
127127
"fancy-log": "1.3.3",
128-
"fastify-static": "2.5.1",
128+
"fastify-static": "2.6.0",
129129
"gulp": "4.0.1",
130130
"gulp-clang-format": "1.0.27",
131131
"gulp-clean": "0.4.0",
@@ -136,7 +136,7 @@
136136
"imports-loader": "0.8.0",
137137
"json-loader": "0.5.7",
138138
"lerna": "2.11.0",
139-
"lint-staged": "10.0.2",
139+
"lint-staged": "10.0.3",
140140
"markdown-table": "2.0.0",
141141
"mocha": "7.0.1",
142142
"nodemon": "2.0.2",

0 commit comments

Comments
 (0)