File tree Expand file tree Collapse file tree 3 files changed +486
-434
lines changed
Expand file tree Collapse file tree 3 files changed +486
-434
lines changed Original file line number Diff line number Diff line change 2323 "author" : " Tiny Technologies" ,
2424 "license" : " MIT" ,
2525 "devDependencies" : {
26- "@ephox/agar" : " ^7.3 .1" ,
26+ "@ephox/agar" : " ^7.4 .1" ,
2727 "@ephox/bedrock-client" : " ^13.0.0" ,
2828 "@ephox/bedrock-server" : " ^13.3.0" ,
29- "@ephox/katamari" : " ^9.1.3 " ,
30- "@ephox/sugar" : " ^9.1.3 " ,
29+ "@ephox/katamari" : " ^9.1.5 " ,
30+ "@ephox/sugar" : " ^9.2.1 " ,
3131 "@ephox/swag" : " ^4.6.0" ,
3232 "@tinymce/beehive-flow" : " ^0.19.0" ,
3333 "@tinymce/eslint-plugin" : " ^2.2.1" ,
4141 "eslint-plugin-prefer-arrow" : " ^1.2.3" ,
4242 "esm" : " ^3.2.25" ,
4343 "express" : " ^4.18.2" ,
44- "rollup" : " ^2.79 .1" ,
44+ "rollup" : " ^3.20 .1" ,
4545 "tinymce" : " ^6.3.1" ,
4646 "ts-loader" : " ^9.4.2" ,
4747 "ts-node" : " ^10.9.1" ,
48- "typescript" : " ~4.9.4 " ,
48+ "typescript" : " ~5.0.2 " ,
4949 "webpack" : " ^5.75.0"
5050 },
5151 "dependencies" : {},
Original file line number Diff line number Diff line change 11const swag = require ( '@ephox/swag' ) ;
22
3- export default {
3+ module . exports = {
44 input : 'lib/main/ts/Main.js' ,
55 output : {
66 file : 'dist/tinymce-webcomponent.js' ,
You can’t perform that action at this time.
0 commit comments