Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Jul 17, 2020
1 parent df450f8 commit 60659d0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-paths": "3.9.0",
"typescript": "3.9.6"
"typescript": "3.9.7"
}
}
22 changes: 3 additions & 19 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
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"prettier": "2.0.5",
"ts-jest": "26.1.2",
"tsconfig-extends": "1.0.1",
"typescript": "3.9.6"
"typescript": "3.9.7"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.2.3",
"ts-mockito": "2.6.1",
"typescript": "3.9.6"
"typescript": "3.9.7"
}
}
2 changes: 1 addition & 1 deletion packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"graphql-relay": "0.6.0",
"graphql-subscriptions": "1.1.0",
"ts-mockito": "2.6.1",
"typescript": "3.9.6"
"typescript": "3.9.7"
}
}
2 changes: 1 addition & 1 deletion packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sequelize-typescript": "1.1.0",
"sqlite3": "5.0.0",
"ts-mockito": "2.6.1",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sqlite3": "5.0.0",
"ts-mockito": "2.6.1",
"typeorm": "0.2.25",
"typescript": "3.9.6"
"typescript": "3.9.7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60659d0

Please sign in to comment.