Skip to content

Commit

Permalink
Update diff2html version which handles unknown filetypes gracefully (#88
Browse files Browse the repository at this point in the history
)

* Update diff2html version which handles unknown filetypes gracefully

* Revert vscode-diff-viewer version change
  • Loading branch information
scfrazer committed Aug 29, 2023
1 parent 2d4be24 commit 383a44b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"prepare": "husky install"
},
"dependencies": {
"diff2html": "^3.4.40",
"diff2html": "^3.4.41",
"highlight.js": "^11.8.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1792,10 +1792,10 @@ diff-sequences@^29.4.3:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.4.3.tgz#9314bc1fabe09267ffeca9cbafc457d8499a13f2"
integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==

diff2html@^3.4.40:
version "3.4.40"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.40.tgz#f643831cad30566c594fcdcac93ed1c907ed617d"
integrity sha512-4y2e1JgT0PyoUa/+Irdm6C8r0xFrzyz5t08jXIjNhEeiU3/NkayzP7taCfT3WSuxtpoR+J3ITn8WhPZcOHAaBA==
diff2html@^3.4.41:
version "3.4.41"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.41.tgz#5e8bf4de81c54caac4901aa4cdff29074b216094"
integrity sha512-CxBsGKggm2rn3osvVJjzqqbfWaKQkA1zj+o+Ps8PKtHYFhsZKXTKW+IsskYrn7kjP3ZfVWRwBa4bFLdZLEm8IA==
dependencies:
diff "5.1.0"
hogan.js "3.0.2"
Expand Down

0 comments on commit 383a44b

Please sign in to comment.