Skip to content

Commit 5d834ab

Browse files
fix(deps): update dependency quill to v2
1 parent 273bc1f commit 5d834ab

2 files changed

Lines changed: 40 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"is-html": "^2.0.0",
3131
"markdown-it": "^12.0.0",
3232
"node-quill-converter": "^0.3.2",
33-
"quill": "^1.3.6",
33+
"quill": "^2.0.0",
3434
"quill-delta-to-html": "^0.12.0",
3535
"quill-magic-url": "^4.0.0",
3636
"screenfull": "^5.0.0"

yarn.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,11 @@ fast-diff@1.1.2:
15841584
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
15851585
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
15861586

1587+
fast-diff@^1.3.0:
1588+
version "1.3.0"
1589+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
1590+
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
1591+
15871592
fast-json-stable-stringify@^2.0.0:
15881593
version "2.1.0"
15891594
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2667,11 +2672,21 @@ locate-path@^6.0.0:
26672672
dependencies:
26682673
p-locate "^5.0.0"
26692674

2675+
lodash-es@^4.17.21:
2676+
version "4.17.23"
2677+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.23.tgz#58c4360fd1b5d33afc6c0bbd3d1149349b1138e0"
2678+
integrity sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==
2679+
26702680
lodash.camelcase@^4.3.0:
26712681
version "4.3.0"
26722682
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
26732683
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
26742684

2685+
lodash.clonedeep@^4.5.0:
2686+
version "4.5.0"
2687+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
2688+
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
2689+
26752690
lodash.isequal@^4.5.0:
26762691
version "4.5.0"
26772692
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
@@ -3018,6 +3033,11 @@ parchment@^1.1.4:
30183033
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
30193034
integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==
30203035

3036+
parchment@^3.0.0:
3037+
version "3.0.0"
3038+
resolved "https://registry.yarnpkg.com/parchment/-/parchment-3.0.0.tgz#2e3a4ada454e1206ae76ea7afcb50e9fb517e7d6"
3039+
integrity sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==
3040+
30213041
parent-module@^1.0.0:
30223042
version "1.0.1"
30233043
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3126,6 +3146,15 @@ quill-delta@^3.6.2:
31263146
extend "^3.0.2"
31273147
fast-diff "1.1.2"
31283148

3149+
quill-delta@^5.1.0:
3150+
version "5.1.0"
3151+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-5.1.0.tgz#1c4bc08f7c8e5cc4bdc88a15a1a70c1cc72d2b48"
3152+
integrity sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==
3153+
dependencies:
3154+
fast-diff "^1.3.0"
3155+
lodash.clonedeep "^4.5.0"
3156+
lodash.isequal "^4.5.0"
3157+
31293158
quill-magic-url@^4.0.0:
31303159
version "4.1.3"
31313160
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.1.3.tgz#b0912a5169ab435eb6f42842c4f621371c78a8e1"
@@ -3146,6 +3175,16 @@ quill@^1.3.6:
31463175
parchment "^1.1.4"
31473176
quill-delta "^3.6.2"
31483177

3178+
quill@^2.0.0:
3179+
version "2.0.3"
3180+
resolved "https://registry.yarnpkg.com/quill/-/quill-2.0.3.tgz#752765a31d5a535cdc5717dc49d4e50099365eb1"
3181+
integrity sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==
3182+
dependencies:
3183+
eventemitter3 "^5.0.1"
3184+
lodash-es "^4.17.21"
3185+
parchment "^3.0.0"
3186+
quill-delta "^5.1.0"
3187+
31493188
reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
31503189
version "1.0.10"
31513190
resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz#c629219e78a3316d8b604c765ef68996964e7bf9"

0 commit comments

Comments
 (0)