-
- Downloads
fix(newsletter): images can be centered
parent
8cddad0d
No related branches found
No related tags found
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
Showing
- package.json 4 additions, 2 deletionspackage.json
- src/components/Editing/CustomEditor.tsx 29 additions, 26 deletionssrc/components/Editing/CustomEditor.tsx
- src/components/Editing/customEditor.scss 12 additions, 2 deletionssrc/components/Editing/customEditor.scss
- src/components/ImagePicker/ImagePicker.tsx 2 additions, 2 deletionssrc/components/ImagePicker/ImagePicker.tsx
- src/utils/editorStateManagment.ts 4 additions, 6 deletionssrc/utils/editorStateManagment.ts
- yarn.lock 23 additions, 11 deletionsyarn.lock
... | ... | @@ -52,20 +52,22 @@ |
"@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | ||
"@types/draft-js": "^0.11.4", | ||
"@types/draftjs-to-html": "^0.8.1", | ||
"@types/html-to-draftjs": "^1.4.0", | ||
"@types/luxon": "^3.0.0", | ||
"@types/react-draft-wysiwyg": "^1.13.3", | ||
"@types/react-draft-wysiwyg": "^1.13.4", | ||
"ag-grid-community": "^27.1.0", | ||
"ag-grid-react": "^27.1.0", | ||
"axios": "^0.21.1", | ||
"dayjs": "^1.10.7", | ||
"draft-js": "^0.11.7", | ||
"draft-js-export-html": "^1.4.1", | ||
"draftjs-to-html": "^0.9.1", | ||
"html-to-draftjs": "^1.5.0", | ||
"luxon": "^3.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-draft-wysiwyg": "^1.14.7", | ||
"react-draft-wysiwyg": "^1.15.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "^5.0.1", | ||
"react-toastify": "^7.0.4", | ||
... | ... |
Please register or sign in to comment