Skip to content

Commit

Permalink
Updated the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 4, 2019
1 parent 8729e33 commit 211c962
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"repository": "github:sab-international/rich-text-editor",
"type": "module",
"types": "lib/index.d.ts",
"version": "2.2.0",
"version": "2.3.0",
"author": {
"email": "contact@sabcomputer.com",
"name": "SAB International",
Expand All @@ -22,30 +22,30 @@
}
],
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^11.2.0",
"@ckeditor/ckeditor5-autoformat": "^11.0.5",
"@ckeditor/ckeditor5-basic-styles": "^11.1.4",
"@ckeditor/ckeditor5-core": "^12.3.0",
"@ckeditor/ckeditor5-editor-classic": "^12.1.4",
"@ckeditor/ckeditor5-essentials": "^11.0.5",
"@ckeditor/ckeditor5-font": "^11.2.2",
"@ckeditor/ckeditor5-heading": "^11.0.5",
"@ckeditor/ckeditor5-image": "^14.0.0",
"@ckeditor/ckeditor5-link": "^11.1.2",
"@ckeditor/ckeditor5-list": "^12.1.0",
"@ckeditor/ckeditor5-media-embed": "^11.1.4",
"@ckeditor/ckeditor5-paragraph": "^11.0.5",
"@ckeditor/ckeditor5-paste-from-office": "^11.1.0",
"@ckeditor/ckeditor5-remove-format": "^10.0.4",
"@ckeditor/ckeditor5-table": "^14.0.0",
"@ckeditor/ckeditor5-theme-lark": "^14.2.0"
"@ckeditor/ckeditor5-alignment": "^15.0.0",
"@ckeditor/ckeditor5-autoformat": "^15.0.0",
"@ckeditor/ckeditor5-basic-styles": "^15.0.0",
"@ckeditor/ckeditor5-core": "^15.0.0",
"@ckeditor/ckeditor5-editor-classic": "^15.0.0",
"@ckeditor/ckeditor5-essentials": "^15.0.0",
"@ckeditor/ckeditor5-font": "^15.0.0",
"@ckeditor/ckeditor5-heading": "^15.0.0",
"@ckeditor/ckeditor5-image": "^15.0.0",
"@ckeditor/ckeditor5-link": "^15.0.0",
"@ckeditor/ckeditor5-list": "^15.0.0",
"@ckeditor/ckeditor5-media-embed": "^15.0.0",
"@ckeditor/ckeditor5-paragraph": "^15.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^15.0.0",
"@ckeditor/ckeditor5-remove-format": "^15.0.0",
"@ckeditor/ckeditor5-table": "^15.0.0",
"@ckeditor/ckeditor5-theme-lark": "^15.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^12.0.5",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.5",
"@types/gulp": "^4.0.6",
"@types/gulp-replace": "^0.0.31",
"@types/node": "^12.11.7",
"@types/node": "^12.12.5",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"babel-minify-webpack-plugin": "^0.3.1",
Expand All @@ -60,7 +60,7 @@
"typedoc": "^0.15.0",
"typescript": "^3.6.4",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9"
"webpack-cli": "^3.3.10"
},
"engines": {
"node": ">=12.13.0",
Expand Down

0 comments on commit 211c962

Please sign in to comment.