Skip to content

Commit 81ec74d

Browse files
fix(deps): update dependency quill to v2
1 parent aaa04b0 commit 81ec74d

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

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
@@ -1210,6 +1210,11 @@ [email protected]:
12101210
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
12111211
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
12121212

1213+
fast-diff@^1.3.0:
1214+
version "1.3.0"
1215+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
1216+
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
1217+
12131218
fast-json-stable-stringify@^2.0.0:
12141219
version "2.1.0"
12151220
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2033,11 +2038,21 @@ locate-path@^7.2.0:
20332038
dependencies:
20342039
p-locate "^6.0.0"
20352040

2041+
lodash-es@^4.17.21:
2042+
version "4.17.21"
2043+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
2044+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
2045+
20362046
lodash.camelcase@^4.3.0:
20372047
version "4.3.0"
20382048
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
20392049
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
20402050

2051+
lodash.clonedeep@^4.5.0:
2052+
version "4.5.0"
2053+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
2054+
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
2055+
20412056
lodash.isequal@^4.5.0:
20422057
version "4.5.0"
20432058
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
@@ -2380,6 +2395,11 @@ parchment@^1.1.4:
23802395
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
23812396
integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==
23822397

2398+
parchment@^3.0.0:
2399+
version "3.0.0"
2400+
resolved "https://registry.yarnpkg.com/parchment/-/parchment-3.0.0.tgz#2e3a4ada454e1206ae76ea7afcb50e9fb517e7d6"
2401+
integrity sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==
2402+
23832403
parent-module@^1.0.0:
23842404
version "1.0.1"
23852405
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -2493,6 +2513,15 @@ quill-delta@^3.6.2:
24932513
extend "^3.0.2"
24942514
fast-diff "1.1.2"
24952515

2516+
quill-delta@^5.1.0:
2517+
version "5.1.0"
2518+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-5.1.0.tgz#1c4bc08f7c8e5cc4bdc88a15a1a70c1cc72d2b48"
2519+
integrity sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==
2520+
dependencies:
2521+
fast-diff "^1.3.0"
2522+
lodash.clonedeep "^4.5.0"
2523+
lodash.isequal "^4.5.0"
2524+
24962525
quill-magic-url@^4.0.0:
24972526
version "4.1.3"
24982527
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.1.3.tgz#b0912a5169ab435eb6f42842c4f621371c78a8e1"
@@ -2513,6 +2542,16 @@ quill@^1.3.6:
25132542
parchment "^1.1.4"
25142543
quill-delta "^3.6.2"
25152544

2545+
quill@^2.0.0:
2546+
version "2.0.0"
2547+
resolved "https://registry.yarnpkg.com/quill/-/quill-2.0.0.tgz#d751aa4b04a842518ec24598820e4c1d00de9ca8"
2548+
integrity sha512-rVjwXhUD7svWsHPgzaT/O5D1xbZ5xeJjN2SZ/CxAkX1+WLV1VaALkmBt/elV/OCYNr/VapuXPoEZMYU5e72NPw==
2549+
dependencies:
2550+
eventemitter3 "^5.0.1"
2551+
lodash-es "^4.17.21"
2552+
parchment "^3.0.0"
2553+
quill-delta "^5.1.0"
2554+
25162555
regexp.prototype.flags@^1.2.0:
25172556
version "1.3.1"
25182557
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"

0 commit comments

Comments
 (0)