Browse Source

Bump react-markdown-editor-lite from 1.3.1 to 1.3.2 (#382)

Bumps [react-markdown-editor-lite](https://github.com/HarryChen0506/react-markdown-editor-lite) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/HarryChen0506/react-markdown-editor-lite/releases)
- [Commits](https://github.com/HarryChen0506/react-markdown-editor-lite/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: react-markdown-editor-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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
85aa28d867
  1. 14
      web/package-lock.json
  2. 2
      web/package.json

14
web/package-lock.json generated

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.1",
"react-markdown-editor-lite": "^1.3.1",
"react-markdown-editor-lite": "^1.3.2",
"sass": "^1.44.0",
"ua-parser-js": "^1.0.2"
},
@ -5613,9 +5613,9 @@ @@ -5613,9 +5613,9 @@
}
},
"node_modules/react-markdown-editor-lite": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz",
"integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.2.tgz",
"integrity": "sha512-pjtu+tpTjc2u4hauFozzbX7EQEnKCCfDCEAY4vnc0AXCPqdFwaoe7A/Fb3J8qwUIS1Ox5XVjeRWKt11FgrMdZA==",
"dependencies": {
"@babel/runtime": "^7.6.2",
"classnames": "^2.2.6",
@ -10784,9 +10784,9 @@ @@ -10784,9 +10784,9 @@
}
},
"react-markdown-editor-lite": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.1.tgz",
"integrity": "sha512-9+sf+oqwSaNaqTs03tfIqW0hABUBDzmpTdc4H+MeecdaVmYPxN5Vjx4RPttN7P1LV29FNoDDA3Xfk8QJEb0JxA==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/react-markdown-editor-lite/-/react-markdown-editor-lite-1.3.2.tgz",
"integrity": "sha512-pjtu+tpTjc2u4hauFozzbX7EQEnKCCfDCEAY4vnc0AXCPqdFwaoe7A/Fb3J8qwUIS1Ox5XVjeRWKt11FgrMdZA==",
"requires": {
"@babel/runtime": "^7.6.2",
"classnames": "^2.2.6",

2
web/package.json

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^7.1.1",
"react-markdown-editor-lite": "^1.3.1",
"react-markdown-editor-lite": "^1.3.2",
"sass": "^1.44.0",
"ua-parser-js": "^1.0.2"
},

Loading…
Cancel
Save