Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2023
1 parent 9d68cd5 commit 30675e4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.9.5"
}
}
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.9.5"
}
}
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.7",
"class-transformer": "0.4.0",
"ts-mockito": "2.6.1",
"typescript": "4.4.4"
"typescript": "4.9.5"
}
}
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.9.5"
}
}
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.9.5"
},
"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.9.5"
},
"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.9.5"
},
"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.9.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 30675e4

Please sign in to comment.