Skip to content

Commit

Permalink
Updated default CDN CKEditor version and CKEditor dependencies to '4.…
Browse files Browse the repository at this point in the history
…13.0'.
  • Loading branch information
f1ames committed Oct 9, 2019
1 parent f455696 commit 7b34d2c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 38 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function( config ) {
frameworks: [ 'mocha', 'chai', 'sinon' ],

files: [
'https://cdn.ckeditor.com/4.12.1/standard-all/ckeditor.js',
'https://cdn.ckeditor.com/4.13.0/standard-all/ckeditor.js',
'tests/browser/**/*.jsx'
],

Expand Down
49 changes: 15 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/ckeditor/ckeditor4-react#readme",
"peerDependencies": {
"react": "^16.0.0",
"ckeditor": "^4.12.1"
"ckeditor4": "^4.13.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
Expand All @@ -53,7 +53,7 @@
"@babel/register": "^7.4.4",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"ckeditor": "^4.12.1",
"ckeditor4": "^4.13.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ckeditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ CKEditor.defaultProps = {
readOnly: false
};

CKEditor.editorUrl = 'https://cdn.ckeditor.com/4.12.1/standard-all/ckeditor.js';
CKEditor.editorUrl = 'https://cdn.ckeditor.com/4.13.0/standard-all/ckeditor.js';
CKEditor.displayName = 'CKEditor';

export default CKEditor;

0 comments on commit 7b34d2c

Please sign in to comment.