Skip to content

Commit

Permalink
fix(deps): update dependency textarea-markdown-editor to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2022
1 parent 04ed522 commit e5bb6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dropzone": "12.1.0",
"react-loading-skeleton": "3.1.0",
"swr": "1.3.0",
"textarea-markdown-editor": "0.1.13"
"textarea-markdown-editor": "1.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.6",
Expand Down
14 changes: 4 additions & 10 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2549,11 +2549,6 @@ react-popper@^2.2.5:
react-fast-compare "^3.0.1"
warning "^4.0.2"

react-trigger-change@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/react-trigger-change/-/react-trigger-change-1.0.2.tgz#af573398ecef2475362b84f8c08c07fea23914c3"
integrity sha1-r1czmOzvJHU2K4T4wIwH/qI5FMM=

[email protected]:
version "18.1.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"
Expand Down Expand Up @@ -2972,13 +2967,12 @@ text-table@^0.2.0:
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=

[email protected].13:
version "0.1.13"
resolved "https://registry.yarnpkg.com/textarea-markdown-editor/-/textarea-markdown-editor-0.1.13.tgz#27aeda4bc95148a8ed69021f553753feb224325f"
integrity sha512-2r1gTPFA/wwAzt+Aa6LVZWjJNvL0aXfR6Z9T6eQBpJ1AK6gtPVCZgkO97KIrqpAmMcwgNCz0ToYj2AqPufdVeg==
textarea-markdown-editor@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/textarea-markdown-editor/-/textarea-markdown-editor-1.0.1.tgz#8cb68627ef8489261f4209217899dad86934a75a"
integrity sha512-JFb2Y7sALJEVeCAFh2li1Otb/vHiXhXwaJcrbRU+NHhk5SfQcM0W9FwBZIux35TZTCv0L4bewJn9FxEB275nNQ==
dependencies:
mousetrap "^1.6.5"
react-trigger-change "^1.0.2"

to-regex-range@^5.0.1:
version "5.0.1"
Expand Down

0 comments on commit e5bb6cc

Please sign in to comment.