-
- Downloads
Upgrade ckeditor5 and related packages, update webpack build script
parent
1945969e
Branches
Tags
Showing
- ckeditor_html_embed.libraries.yml 1 addition, 1 deletionckeditor_html_embed.libraries.yml
- js/build/html-embed.js 2 additions, 2 deletionsjs/build/html-embed.js
- package.json 4 additions, 4 deletionspackage.json
- webpack.config.js 20 additions, 1 deletionwebpack.config.js
- yarn.lock 4121 additions, 729 deletionsyarn.lock
This diff is collapsed.
... | ... | @@ -9,12 +9,12 @@ |
"build": "webpack" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-dev-utils": "^30.0.0", | ||
"@ckeditor/ckeditor5-html-embed": "^35.4.0", | ||
"ckeditor5": "~34.1.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^43.0.1", | ||
"@ckeditor/ckeditor5-html-embed": "^45.2.1", | ||
"ckeditor5": "~45.0.0", | ||
"raw-loader": "^4.0.2", | ||
"terser-webpack-plugin": "^5.2.0", | ||
"webpack": "^5.51.1", | ||
"webpack-cli": "^4.4.0" | ||
"webpack-cli": "^6.0.1" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment