Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewPattell committed May 15, 2023
1 parent a9188e3 commit 470ac72
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 30 deletions.
2 changes: 1 addition & 1 deletion __mocks__/typeorm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const fakeConnection = getConnectionManager().create({
});

// @ts-ignore
fakeConnection.buildMetadatas();
void fakeConnection.buildMetadatas();

// @ts-ignore
// eslint-disable-next-line @typescript-eslint/unbound-method
Expand Down
46 changes: 18 additions & 28 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 @@ -73,7 +73,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"typeorm": "^0.2.41"
"typeorm": "0.2.41"
},
"bundledDependencies": [
"tslib"
Expand Down

0 comments on commit 470ac72

Please sign in to comment.