Skip to content

Commit 1a2bf48

Browse files
committed
Upgrade quill to 1.3.6 (from 1.3.4)
1 parent fe688cd commit 1a2bf48

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"pepjs": "0.4.3",
6060
"picturefill": "3.0.2",
6161
"pubsub-js": "1.5.8",
62-
"quill": "1.3.4",
62+
"quill": "1.3.6",
6363
"respond.js": "1.4.2",
6464
"responsive-tabs": "1.6.3",
6565
"routerjs": "1.0.10",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,9 +3309,9 @@ pako@~1.0.2:
33093309
version "1.0.6"
33103310
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
33113311

3312-
parchment@1.1.1:
3313-
version "1.1.1"
3314-
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.1.tgz#e91c178730164dfd0bf4d31c39821f44b6d6ac12"
3312+
parchment@^1.1.4:
3313+
version "1.1.4"
3314+
resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5"
33153315

33163316
parse-filepath@^1.0.1:
33173317
version "1.0.1"
@@ -3563,15 +3563,15 @@ quill-delta@^3.6.2:
35633563
extend "^3.0.1"
35643564
fast-diff "1.1.2"
35653565

3566-
quill@1.3.4:
3567-
version "1.3.4"
3568-
resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.4.tgz#59812332e33f715725e9599aac29413e3543048b"
3566+
quill@1.3.6:
3567+
version "1.3.6"
3568+
resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.6.tgz#99f4de1fee85925a0d7d4163b6d8328f23317a4d"
35693569
dependencies:
35703570
clone "^2.1.1"
35713571
deep-equal "^1.0.1"
35723572
eventemitter3 "^2.0.3"
35733573
extend "^3.0.1"
3574-
parchment "1.1.1"
3574+
parchment "^1.1.4"
35753575
quill-delta "^3.6.2"
35763576

35773577
randomatic@^1.1.3:

0 commit comments

Comments
 (0)