Skip to content

Commit

Permalink
updated ckeditor to ckeditor-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilguun1324 committed Jul 10, 2021
1 parent fb001e7 commit 251ac07
Show file tree
Hide file tree
Showing 4 changed files with 24,275 additions and 741 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
"files": [
"lib"
],
"peerDependencies": {
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@ckeditor/ckeditor5-react": "^3.0.2",
"@daily-co/daily-js": "^0.9.995",
"@nateradebaugh/react-datetime": "^4.0.0-rc.10",
"@types/bunyan": "^1.8.6",
"@types/draft-js": "^0.10.24",
"@types/enzyme": "^3.1.12",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/node": "^10.9.4",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
Expand All @@ -26,9 +32,9 @@
"apollo-link-ws": "^1.0.8",
"apollo-utilities": "^1.0.5",
"bat-draft-js-mention-plugin": "^2.0.1",
"ckeditor4-react": "^1.0.0",
"classnames": "^2.2.5",
"color": "^3.1.2",
"customize-cra": "^1.0.0",
"date-fns": "1.29.0",
"dayjs": "^1.8.15",
"draft-js": "^0.10.5",
Expand All @@ -49,8 +55,9 @@
"query-string": "^5.0.0",
"react": "^16.11.0",
"react-apollo": "^3.1.3",
"react-app-rewired": "^2.1.6",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-bootstrap": "1.0.0-beta.14",
"react-color": "^2.17.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.11.0",
Expand All @@ -71,6 +78,9 @@
"validator": "^12.1.0",
"xss": "^1.0.3"
},
"devDependencies": {
"typescript": "3.4.1"
},
"scripts": {
"build": "tsc -p tsconfig.prod.json"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/EditorCK.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CKEditor from 'ckeditor4-react';
import { CKEditor } from '@ckeditor/ckeditor5-react';
import { colors } from '../styles';
import React from 'react';
import { IEditorProps } from '../types';
Expand Down
Loading

0 comments on commit 251ac07

Please sign in to comment.