From b84f718a1ca956aa0d1a45eb764bc1c22234f2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:05:21 +0000 Subject: [PATCH] chore(deps): bump @git-diff-view/react from 0.1.6 to 0.1.7 Bumps [@git-diff-view/react](https://github.com/MrWangJustToDo/git-diff-view/tree/HEAD/packages/react) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/MrWangJustToDo/git-diff-view/releases) - [Commits](https://github.com/MrWangJustToDo/git-diff-view/commits/v0.1.7/packages/react) --- updated-dependencies: - dependency-name: "@git-diff-view/react" dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 526e342..c510984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@codemirror/language": "^6.12.4", "@codemirror/state": "^6.6.0", "@codemirror/view": "^6.38.2", - "@git-diff-view/react": "^0.1.6", + "@git-diff-view/react": "^0.1.7", "@replit/codemirror-indentation-markers": "^6.5.3", "brotli-wasm": "^3.0.1", "fflate": "^0.8.2", @@ -1126,21 +1126,21 @@ } }, "node_modules/@git-diff-view/core": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@git-diff-view/core/-/core-0.1.6.tgz", - "integrity": "sha512-q2Ch8jURF6pL7VeNpOgHBRVY9gsGLXCOYpKXHG3BqpXe0kv6GNSUux8SmAYsDrakBzfgDClODxDtsM2rfiWpnA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@git-diff-view/core/-/core-0.1.7.tgz", + "integrity": "sha512-ZW/kumNoUQ8+DgawYhcrABa7TOALYzn3pe723uTHSy6/r35qAwgswJxF1bkdV9Zr+KHuhlFeRLiVhjij59qdIA==", "license": "MIT", "dependencies": { - "@git-diff-view/lowlight": "^0.1.6", + "@git-diff-view/lowlight": "^0.1.7", "fast-diff": "^1.3.0", "highlight.js": "^11.11.0", "lowlight": "^3.3.0" } }, "node_modules/@git-diff-view/lowlight": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@git-diff-view/lowlight/-/lowlight-0.1.6.tgz", - "integrity": "sha512-YIsiAc2aWAePWaDNi3k8xI0Vs/ZItt5J6nrftTIFbMFN3GwDOsyJFm2L7o8XWKTJkV2yItaz28KUI9CWj0MVZA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@git-diff-view/lowlight/-/lowlight-0.1.7.tgz", + "integrity": "sha512-Rkv2ERr83xTSsjlrJxjYVWndREEARG11viTrJ7qyUU+lnPPmSNF1aemp1lKiOLs6sNCeJJdIMhxLFJtKfmRIZw==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", @@ -1149,12 +1149,12 @@ } }, "node_modules/@git-diff-view/react": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@git-diff-view/react/-/react-0.1.6.tgz", - "integrity": "sha512-koABBon5bNKh6/WnWSxggK9ojw+cvWAPnY2/ciOkwlR+8dm0h6A7Qa5kP2HFDxqYHwZ2imkGMcSLgXMOnWHRFA==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/@git-diff-view/react/-/react-0.1.7.tgz", + "integrity": "sha512-EMBFgeSpP3nF8hJwy/3bz8sZpxmyuWV20925oTGhslWXpIgg6AZg+KMRmQkz/WjX0D/2LrC3gQZJLE/5x6mfnw==", "license": "MIT", "dependencies": { - "@git-diff-view/core": "^0.1.6", + "@git-diff-view/core": "^0.1.7", "@types/hast": "^3.0.0", "fast-diff": "^1.3.0", "highlight.js": "^11.11.0", diff --git a/package.json b/package.json index 8afabef..08212c5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@codemirror/language": "^6.12.4", "@codemirror/state": "^6.6.0", "@codemirror/view": "^6.38.2", - "@git-diff-view/react": "^0.1.6", + "@git-diff-view/react": "^0.1.7", "@replit/codemirror-indentation-markers": "^6.5.3", "brotli-wasm": "^3.0.1", "fflate": "^0.8.2",