diff options
| author | jackyzha0 <[email protected]> | 2020-09-17 00:24:49 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-09-17 00:24:49 -0700 |
| commit | 112429676a36fd88aed3e0558faf23ecb4a678ac (patch) | |
| tree | 50bac163e56558325422f2b0342804a10d59a9a2 /frontend/yarn.lock | |
| parent | Merge pull request #58 from jackyzha0/patch (diff) | |
| download | ctrl-v-112429676a36fd88aed3e0558faf23ecb4a678ac.tar.xz ctrl-v-112429676a36fd88aed3e0558faf23ecb4a678ac.zip | |
set default for md and latex to renderer, add title and description setting in pasteview
Diffstat (limited to 'frontend/yarn.lock')
| -rw-r--r-- | frontend/yarn.lock | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 014ea63..27c4c85 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -9017,7 +9017,7 @@ prompts@^2.0.1: kleur "^3.0.3" sisteransi "^1.0.4" -prop-types@^15.5.10, prop-types@^15.6.2, prop-types@^15.7.2: +prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -9354,6 +9354,13 @@ react-markdown@^4.3.1: unist-util-visit "^1.3.0" xtend "^4.0.1" +react-meta-tags@^0.7.4: + version "0.7.4" + resolved "https://registry.yarnpkg.com/react-meta-tags/-/react-meta-tags-0.7.4.tgz#c506b453e7f89e006d8053afcf47a1f747240e43" + integrity sha512-ZSnZeEx+OVE5x6EK9oX6Qg3yGCCcxbnscQGu6S+ewglIi38KqEspcAgShggFSOZd5+5jgQB91OiRA+GX7zbrOA== + dependencies: + prop-types "^15.6.0" + react-modal@^3.11.2: version "3.11.2" resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.11.2.tgz#bad911976d4add31aa30dba8a41d11e21c4ac8a4" |