Skip to content

Commit

Permalink
Bump the web group in /web with 1 update
Browse files Browse the repository at this point in the history
Bumps the web group in /web with 1 update: [react-diff-view](https://github.com/otakustay/react-diff-view).

- [Release notes](https://github.com/otakustay/react-diff-view/releases)
- [Changelog](https://github.com/otakustay/react-diff-view/blob/master/CHANGELOG.md)
- [Commits](otakustay/react-diff-view@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: react-diff-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: web
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 81b7ad7 commit a3767b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-apexcharts": "^1.4.1",
"react-codemirror2": "^7.3.0",
"react-color": "^2.19.3",
"react-diff-view": "3.0.2",
"react-diff-view": "3.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.11.0",
"react-image-crop": "^10.1.8",
Expand Down
15 changes: 11 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5339,6 +5339,11 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

gitdiff-parser@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/gitdiff-parser/-/gitdiff-parser-0.3.1.tgz#5eb3e66eb7862810ba962fab762134071601baa5"
integrity sha512-YQJnY8aew65id8okGxKCksH3efDCJ9HzV7M9rsvd65habf39Pkh4cgYJ27AaoDMqo1X98pgNJhNMrm/kpV7UVQ==

glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
Expand Down Expand Up @@ -9045,13 +9050,15 @@ react-dev-utils@^12.0.1:
strip-ansi "^6.0.1"
text-table "^0.2.0"

react-diff-view@3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/react-diff-view/-/react-diff-view-3.0.2.tgz#58e103671d7dd07785f788e3902679b57ed9125a"
integrity sha512-S2HcafUxu3ga+VgXUSiRBfwUzLR+0GpzBaMQcko8Vwm9S+pRJlUipDHaMZSHMWGLaiB2uebDxYR4cxbFVMjEEQ==
react-diff-view@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/react-diff-view/-/react-diff-view-3.1.0.tgz#d8c6eb2108179c7bf99c202ba70dcc9ec673c0e2"
integrity sha512-xIouC5F8gSXJ4DNlZWjyGyqRT9HVQ6v6Fo2ko+XDQpRmsJjYcd32YiQnCV1kwXOjoWPfhTCouyFT3dgyOZpRgA==
dependencies:
classnames "^2.3.2"
diff-match-patch "^1.0.5"
gitdiff-parser "^0.3.1"
lodash "^4.17.21"
shallow-equal "^3.1.0"
warning "^4.0.3"

Expand Down

0 comments on commit a3767b7

Please sign in to comment.