Skip to content

Commit

Permalink
Bump dependencies (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto authored Jul 25, 2021
1 parent ee7c25c commit 3e4dce2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.6

Bump dependencies

# 1.1.5

Bump dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-diff-viewer",
"displayName": "Diff Viewer",
"description": "Visualize git diff files in VS Code",
"version": "1.1.5",
"version": "1.1.6",
"license": "MIT",
"publisher": "caponetto",
"repository": {
Expand Down Expand Up @@ -112,7 +112,7 @@
"watch": "yarn build-extension"
},
"dependencies": {
"diff2html": "3.4.7"
"diff2html": "3.4.8"
},
"devDependencies": {
"@types/node": "16.3.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,15 @@ denodeify@^1.2.1:
resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631"
integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE=

[email protected].7:
version "3.4.7"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.7.tgz#b57ff722e6b180f42040c45d63893decae522624"
integrity sha512-QbQMz1qKFxQqqWvpDAxzD37iZb7i9ixVoBjHh7y5PLg1EagYgbrM4Fley4u5YM6i2elNrJNnKjNzyNtGBx3xjw==
[email protected].8:
version "3.4.8"
resolved "https://registry.yarnpkg.com/diff2html/-/diff2html-3.4.8.tgz#e998476466e9e90cf89cd42635583f2760c0fa8a"
integrity sha512-ZkZXowZdEGu756Ka8kfmz3bEcH4j0ENC3FCDyomJ6Fz63U+tRoaoG1Qnjoej7fYMNk45AE+vsvn+woKMvm4zMg==
dependencies:
diff "5.0.0"
hogan.js "3.0.2"
optionalDependencies:
highlight.js "10.7.2"
highlight.js "11.1.0"

[email protected]:
version "5.0.0"
Expand Down Expand Up @@ -714,10 +714,10 @@ has@^1.0.3:
dependencies:
function-bind "^1.1.1"

highlight.js@10.7.2:
version "10.7.2"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.2.tgz#89319b861edc66c48854ed1e6da21ea89f847360"
integrity sha512-oFLl873u4usRM9K63j4ME9u3etNF0PLiJhSQ8rdfuL51Wn3zkD6drf9ZW0dOzjnZI22YYG24z30JcmfCZjMgYg==
highlight.js@11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.1.0.tgz#0198f7326e64ddfbea5f76b00e84ab542cf24ae8"
integrity sha512-X9VVhYKHQPPuwffO8jk4bP/FVj+ibNCy3HxZZNDXFtJrq4O5FdcdCDRIkDis5MiMnjh7UwEdHgRZJcHFYdzDdA==

[email protected]:
version "3.0.2"
Expand Down

0 comments on commit 3e4dce2

Please sign in to comment.