Skip to content

Commit

Permalink
deps: fix source maps (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh authored Jan 22, 2022
1 parent 181d1b1 commit 67c5e8d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 45 deletions.
88 changes: 45 additions & 43 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
Expand Up @@ -118,7 +118,7 @@
"homepage": "https://html2canvas.hertzen.com",
"license": "MIT",
"dependencies": {
"css-line-break": "2.0.1",
"text-segmentation": "^1.0.2"
"css-line-break": "^2.1.0",
"text-segmentation": "^1.0.3"
}
}

0 comments on commit 67c5e8d

Please sign in to comment.