Skip to content

Commit

Permalink
Merge pull request #324 from d-i-t-a/hotfix/upgrade-typescript
Browse files Browse the repository at this point in the history
Upgrade typescript version, removed ClientRectList
  • Loading branch information
aferditamuriqi authored Feb 8, 2022
2 parents 4f463fa + 000106c commit 7585ab8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@d-i-t-a/reader",
"version": "1.11.3",
"version": "1.11.4",
"description": "A viewer application for EPUB files.",
"repository": "https://github.com/d-i-t-a/R2D2BC",
"license": "Apache-2.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"sinon": "^10.0.0",
"ta-json-x": "^2.5.3",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"typescript": "^4.5.2",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/modules/highlight/common/rect-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function getClientRectsNoOverlap(

// tslint:disable-next-line:max-line-length
export function getClientRectsNoOverlap_(
clientRects: ClientRectList | DOMRectList,
clientRects: DOMRectList,
doNotMergeHorizontallyAlignedRects: boolean
): IRect[] {
const tolerance = 1;
Expand Down

0 comments on commit 7585ab8

Please sign in to comment.