Skip to content

Commit

Permalink
Upgrade Parchment to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed May 31, 2022
1 parent fbb887b commit d00df81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion _develop/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ const tsRules = {
loader: 'ts-loader',
options: {
compilerOptions: {
declaration: false,
module: 'es6',
sourceMap: true,
target: 'es6',
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.5.0",
"parchment": "2.0.0-dev.3",
"parchment": "^2.0.0",
"quill-delta": "github:quilljs/delta#87cd1e6de795eb29abe79a29429ca3b126dc9031"
},
"devDependencies": {
Expand Down

0 comments on commit d00df81

Please sign in to comment.