Browse Source

Bump react-markdown-editor-lite from 1.2.3 to 1.2.4 (#66)

Bumps [react-markdown-editor-lite](https://github.com/HarryChen0506/react-markdown-editor-lite) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/HarryChen0506/react-markdown-editor-lite/releases)
- [Commits](https://github.com/HarryChen0506/react-markdown-editor-lite/compare/v1.2.3...v1.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1886/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
abf9336f3a
  1. 9
      web/package-lock.json
  2. 2
      web/package.json

9
web/package-lock.json generated

@ -4739,9 +4739,12 @@ @@ -4739,9 +4739,12 @@
}
},
"react-markdown-editor-lite": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.2.3.tgz",
"integrity": "sha512-t2O9Mi6fG1WcWFsmYFr/qxTZLVfoKu2rAFmb1FwUN28glOQd0b3NcbcsxjnEuPoNy6Uk/TnpJPkMyWlFLnG9uA=="
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.2.4.tgz",
"integrity": "sha512-zUMDsrRxmjNeZEaVkL2oXlOpSJOmVtI5wwRv71MevyvwA/gZQOE7oJP6dSRe84HMccuoU2v1+FxNWKYJtMdPdw==",
"requires": {
"classnames": "^2.2.6"
}
},
"react-refresh": {
"version": "0.8.3",

2
web/package.json

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
"react-dom": "^17.0.1",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.3",
"react-markdown-editor-lite": "^1.2.3",
"react-markdown-editor-lite": "^1.2.4",
"sass": "^1.32.8"
},
"devDependencies": {

Loading…
Cancel
Save