Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 13, 2021
1 parent fb572d9 commit 02e2c00
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 88 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"ts-loader": "9.2.6",
"ts-node": "10.4.0",
"tsconfig-paths": "3.11.0",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
198 changes: 118 additions & 80 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"tsconfig-extends": "1.0.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.4.0",
"ts-mockito": "2.6.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"graphql-subscriptions": "1.2.1",
"ts-mockito": "2.6.1",
"ts-morph": "12.2.0",
"typescript": "4.4.4"
"typescript": "4.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/query-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mongodb-memory-server": "6.9.6",
"mongoose": "5.12.0",
"ts-mockito": "2.6.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"sequelize-typescript": "2.1.1",
"sqlite3": "5.0.2",
"ts-mockito": "2.6.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"mongodb-memory-server": "6.9.6",
"nestjs-typegoose": "7.1.38",
"ts-mockito": "2.6.1",
"typescript": "4.4.4"
"typescript": "4.5.4"
},
"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 @@ -43,7 +43,7 @@
"sqlite3": "5.0.2",
"ts-mockito": "2.6.1",
"typeorm": "0.2.40",
"typescript": "4.4.4"
"typescript": "4.5.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 02e2c00

Please sign in to comment.