|  | 
| 20 | 20 |         "move-chartjs-plugin-datalabels": "cp -r node_modules/chartjs-plugin-datalabels src/bundle/Resources/public/vendors/chartjs-plugin-datalabels", | 
| 21 | 21 |         "move-js-md5": "cp -r node_modules/js-md5 src/bundle/Resources/public/vendors/js-md5", | 
| 22 | 22 |         "move-ckeditor5": "cp -r node_modules/@ckeditor src/bundle/Resources/public/vendors/@ckeditor", | 
| 23 |  | -        "prepare-release": "npm run create-folder; npm run move-bootstrap; npm run move-jquery; npm run move-leaflet; npm run move-react; npm run move-react-dom; npm run move-taggify; npm run move-popperjs; npm run move-flatpickr; npm run move-create-react-class; npm run move-prop-types; npm run move-moment; npm run move-moment-timezone; npm run move-d3; npm run move-dagre-d3; npm run move-chart-js; npm run move-js-md5; npm run move-ckeditor5; npm run move-chartjs-plugin-datalabels" | 
|  | 23 | +        "move-ckeditor5-core": "cp -r node_modules/ckeditor5 src/bundle/Resources/public/vendors/ckeditor5", | 
|  | 24 | +        "prepare-release": "npm run create-folder; npm run move-bootstrap; npm run move-jquery; npm run move-leaflet; npm run move-react; npm run move-react-dom; npm run move-taggify; npm run move-popperjs; npm run move-flatpickr; npm run move-create-react-class; npm run move-prop-types; npm run move-moment; npm run move-moment-timezone; npm run move-d3; npm run move-dagre-d3; npm run move-chart-js; npm run move-js-md5; npm run move-ckeditor5; npm run move-ckeditor5-core; npm run move-chartjs-plugin-datalabels" | 
| 24 | 25 |     }, | 
| 25 | 26 |     "repository": { | 
| 26 | 27 |         "type": "git", | 
|  | 
| 33 | 34 |     }, | 
| 34 | 35 |     "homepage": "https://github.com/ibexa/admin-ui-assets#readme", | 
| 35 | 36 |     "dependencies": { | 
| 36 |  | -        "@ckeditor/ckeditor5-alignment": "^40.1.0", | 
| 37 |  | -        "@ckeditor/ckeditor5-build-inline": "^40.1.0", | 
| 38 |  | -        "@ckeditor/ckeditor5-dev-utils": "^39.0.0", | 
| 39 |  | -        "@ckeditor/ckeditor5-widget": "^40.1.0", | 
| 40 |  | -        "@ckeditor/ckeditor5-theme-lark": "^40.1.0", | 
| 41 |  | -        "@ckeditor/ckeditor5-code-block": "^40.1.0", | 
| 42 |  | -        "bootstrap": "^5.3.2", | 
| 43 |  | -        "chart.js": "^4.4.0", | 
|  | 37 | +        "ckeditor5": "^45.0.0", | 
|  | 38 | +        "@ckeditor/ckeditor5-dev-utils": "^47.0.0", | 
|  | 39 | +        "bootstrap": "^5.3.5", | 
|  | 40 | +        "chart.js": "^4.4.8", | 
| 44 | 41 |         "chartjs-plugin-datalabels": "^2.2.0", | 
| 45 | 42 |         "create-react-class": "^15.7.0", | 
| 46 | 43 |         "d3": "^5.16.0", | 
| 47 | 44 |         "dagre-d3": "^0.6.4", | 
| 48 | 45 |         "flatpickr": "^4.6.13", | 
| 49 |  | -        "jquery": "^3.5.1", | 
|  | 46 | +        "jquery": "^3.7.1", | 
| 50 | 47 |         "js-md5": "0.7.3", | 
| 51 | 48 |         "leaflet": "^1.9.4", | 
| 52 |  | -        "moment-timezone": "^0.5.41", | 
| 53 |  | -        "@popperjs/core": "^2.10.2", | 
| 54 |  | -        "prop-types": "^15.7.2", | 
| 55 |  | -        "react": "^18.2.0", | 
| 56 |  | -        "react-dom": "^18.2.0", | 
|  | 49 | +        "moment-timezone": "^0.5.48", | 
|  | 50 | +        "@popperjs/core": "^2.11.8", | 
|  | 51 | +        "prop-types": "^15.8.1", | 
|  | 52 | +        "react": "^19.1.0", | 
|  | 53 | +        "react-dom": "^19.1.0", | 
| 57 | 54 |         "taggify": "^1.2.1" | 
| 58 | 55 |     } | 
| 59 | 56 | } | 
0 commit comments