Skip to content

Commit

Permalink
upgrade extend, fixes quilljs#2638
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen authored and glock18 committed Apr 15, 2024
1 parent e0ee175 commit d803e54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -32,12 +32,12 @@
}
},
"dependencies": {
"eventemitter3": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.5.0",
"parchment": "2.0.0-dev.2",
"quill-delta": "4.2.2"
"eventemitter3": "=4.0.7",
"lodash.clonedeep": "=4.17.21",
"lodash.isequal": "=4.17.21",
"lodash.merge": "=4.17.21",
"parchment": "=2.0.0-dev.2",
"quill-delta": "=4.2.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit d803e54

Please sign in to comment.