Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2020
1 parent 877cc3e commit d7b8a64
Show file tree
Hide file tree
Showing 54 changed files with 109 additions and 109 deletions.
6 changes: 3 additions & 3 deletions 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 package.json
Expand Up @@ -159,7 +159,7 @@
"ts-morph": "7.1.2",
"ts-node": "8.10.2",
"typeorm": "0.2.25",
"typescript": "3.9.5",
"typescript": "3.9.6",
"wrk": "1.2.0",
"ws": "7.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions sample/01-cats-app/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/01-cats-app/package.json
Expand Up @@ -48,7 +48,7 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
},
"jest": {
"moduleFileExtensions": [
Expand Down
6 changes: 3 additions & 3 deletions sample/02-gateways/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/02-gateways/package.json
Expand Up @@ -53,6 +53,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/03-microservices/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/03-microservices/package.json
Expand Up @@ -49,6 +49,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/04-grpc/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/04-grpc/package.json
Expand Up @@ -50,6 +50,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 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 @@ -49,6 +49,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/06-mongoose/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/06-mongoose/package.json
Expand Up @@ -49,6 +49,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/07-sequelize/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sample/07-sequelize/package.json
Expand Up @@ -29,7 +29,7 @@
"rxjs": "6.5.5",
"sequelize": "5.22.3",
"sequelize-typescript": "1.1.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
},
"devDependencies": {
"@types/sequelize": "4.28.9",
Expand All @@ -52,6 +52,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/08-webpack/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/08-webpack/package.json
Expand Up @@ -16,7 +16,7 @@
"@nestjs/platform-express": "7.2.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.5",
"typescript": "3.9.5"
"typescript": "3.9.6"
},
"devDependencies": {
"@types/node": "12.12.31",
Expand Down
6 changes: 3 additions & 3 deletions sample/10-fastify/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/10-fastify/package.json
Expand Up @@ -48,6 +48,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/11-swagger/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/11-swagger/package.json
Expand Up @@ -49,6 +49,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/12-graphql-schema-first/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/12-graphql-schema-first/package.json
Expand Up @@ -52,6 +52,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/13-mongo-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/13-mongo-typeorm/package.json
Expand Up @@ -48,6 +48,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/14-mongoose-base/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/14-mongoose-base/package.json
Expand Up @@ -46,6 +46,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/15-mvc/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/15-mvc/package.json
Expand Up @@ -47,6 +47,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/16-gateways-ws/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/16-gateways-ws/package.json
Expand Up @@ -51,6 +51,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/17-mvc-fastify/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/17-mvc-fastify/package.json
Expand Up @@ -50,6 +50,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}
6 changes: 3 additions & 3 deletions sample/18-context/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/18-context/package.json
Expand Up @@ -42,6 +42,6 @@
"eslint": "7.3.1",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"typescript": "3.9.5"
"typescript": "3.9.6"
}
}

0 comments on commit d7b8a64

Please sign in to comment.