Skip to content

Commit 4e4115c

Browse files
fix(deps): update dependency quill to v2
1 parent 9a2aa3a commit 4e4115c

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
@@ -1656,6 +1656,11 @@ fast-diff@1.1.2:
16561656
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"
16571657
integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig==
16581658

1659+
fast-diff@^1.3.0:
1660+
version "1.3.0"
1661+
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
1662+
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
1663+
16591664
fast-json-stable-stringify@^2.0.0:
16601665
version "2.1.0"
16611666
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2640,11 +2645,21 @@ locate-path@^7.2.0:
26402645
dependencies:
26412646
p-locate "^6.0.0"
26422647

2648+
lodash-es@^4.17.21:
2649+
version "4.17.21"
2650+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
2651+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
2652+
26432653
lodash.camelcase@^4.3.0:
26442654
version "4.3.0"
26452655
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
26462656
integrity sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==
26472657

2658+
lodash.clonedeep@^4.5.0:
2659+
version "4.5.0"
2660+
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
2661+
integrity sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==
2662+
26482663
lodash.isequal@^4.5.0:
26492664
version "4.5.0"
26502665
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
@@ -3053,6 +3068,11 @@ parchment@^1.1.4:
30533068
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
30543069
integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg==
30553070

3071+
parchment@^3.0.0:
3072+
version "3.0.0"
3073+
resolved "https://registry.yarnpkg.com/parchment/-/parchment-3.0.0.tgz#2e3a4ada454e1206ae76ea7afcb50e9fb517e7d6"
3074+
integrity sha512-HUrJFQ/StvgmXRcQ1ftY6VEZUq3jA2t9ncFN4F84J/vN0/FPpQF+8FKXb3l6fLces6q0uOHj6NJn+2xvZnxO6A==
3075+
30563076
parent-module@^1.0.0:
30573077
version "1.0.1"
30583078
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3196,6 +3216,15 @@ quill-delta@^3.6.2:
31963216
extend "^3.0.2"
31973217
fast-diff "1.1.2"
31983218

3219+
quill-delta@^5.1.0:
3220+
version "5.1.0"
3221+
resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-5.1.0.tgz#1c4bc08f7c8e5cc4bdc88a15a1a70c1cc72d2b48"
3222+
integrity sha512-X74oCeRI4/p0ucjb5Ma8adTXd9Scumz367kkMK5V/IatcX6A0vlgLgKbzXWy5nZmCGeNJm2oQX0d2Eqj+ZIlCA==
3223+
dependencies:
3224+
fast-diff "^1.3.0"
3225+
lodash.clonedeep "^4.5.0"
3226+
lodash.isequal "^4.5.0"
3227+
31993228
quill-magic-url@^4.0.0:
32003229
version "4.1.3"
32013230
resolved "https://registry.yarnpkg.com/quill-magic-url/-/quill-magic-url-4.1.3.tgz#b0912a5169ab435eb6f42842c4f621371c78a8e1"
@@ -3216,6 +3245,16 @@ quill@^1.3.6:
32163245
parchment "^1.1.4"
32173246
quill-delta "^3.6.2"
32183247

3248+
quill@^2.0.0:
3249+
version "2.0.3"
3250+
resolved "https://registry.yarnpkg.com/quill/-/quill-2.0.3.tgz#752765a31d5a535cdc5717dc49d4e50099365eb1"
3251+
integrity sha512-xEYQBqfYx/sfb33VJiKnSJp8ehloavImQ2A6564GAbqG55PGw1dAWUn1MUbQB62t0azawUS2CZZhWCjO8gRvTw==
3252+
dependencies:
3253+
eventemitter3 "^5.0.1"
3254+
lodash-es "^4.17.21"
3255+
parchment "^3.0.0"
3256+
quill-delta "^5.1.0"
3257+
32193258
range-parser@^1.2.1:
32203259
version "1.2.1"
32213260
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"

0 commit comments

Comments
 (0)