Skip to content

Commit

Permalink
chore(deps): update ckeditor monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 3, 2024
1 parent 334cb72 commit 5bd74a6
Show file tree
Hide file tree
Showing 4 changed files with 1,535 additions and 259 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@ckeditor/ckeditor5-alignment": "40.2.0",
"@ckeditor/ckeditor5-basic-styles": "40.2.0",
"@ckeditor/ckeditor5-block-quote": "40.2.0",
"@ckeditor/ckeditor5-core": "40.2.0",
"@ckeditor/ckeditor5-dev-translations": "39.6.1",
"@ckeditor/ckeditor5-dev-utils": "39.6.1",
"@ckeditor/ckeditor5-editor-classic": "40.2.0",
"@ckeditor/ckeditor5-essentials": "40.2.0",
"@ckeditor/ckeditor5-font": "40.2.0",
"@ckeditor/ckeditor5-horizontal-line": "40.2.0",
"@ckeditor/ckeditor5-indent": "40.2.0",
"@ckeditor/ckeditor5-link": "40.2.0",
"@ckeditor/ckeditor5-list": "40.2.0",
"@ckeditor/ckeditor5-paragraph": "40.2.0",
"@ckeditor/ckeditor5-react": "6.2.0",
"@ckeditor/ckeditor5-remove-format": "40.2.0",
"@ckeditor/ckeditor5-table": "40.2.0",
"@ckeditor/ckeditor5-theme-lark": "40.2.0",
"@ckeditor/ckeditor5-typing": "40.2.0",
"@ckeditor/ckeditor5-ui": "40.2.0",
"@ckeditor/ckeditor5-alignment": "41.4.2",
"@ckeditor/ckeditor5-basic-styles": "41.4.2",
"@ckeditor/ckeditor5-block-quote": "41.4.2",
"@ckeditor/ckeditor5-core": "41.4.2",
"@ckeditor/ckeditor5-dev-translations": "40.2.0",
"@ckeditor/ckeditor5-dev-utils": "40.2.0",
"@ckeditor/ckeditor5-editor-classic": "41.4.2",
"@ckeditor/ckeditor5-essentials": "41.4.2",
"@ckeditor/ckeditor5-font": "41.4.2",
"@ckeditor/ckeditor5-horizontal-line": "41.4.2",
"@ckeditor/ckeditor5-indent": "41.4.2",
"@ckeditor/ckeditor5-link": "41.4.2",
"@ckeditor/ckeditor5-list": "41.4.2",
"@ckeditor/ckeditor5-paragraph": "41.4.2",
"@ckeditor/ckeditor5-react": "7.0.0",
"@ckeditor/ckeditor5-remove-format": "41.4.2",
"@ckeditor/ckeditor5-table": "41.4.2",
"@ckeditor/ckeditor5-theme-lark": "41.4.2",
"@ckeditor/ckeditor5-typing": "41.4.2",
"@ckeditor/ckeditor5-ui": "41.4.2",
"@junipero/core": "3.4.11",
"@junipero/tailwind-plugin": "3.4.11",
"@junipero/theme": "3.4.11",
Expand All @@ -67,7 +67,7 @@
"autoprefixer": "10.4.19",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"ckeditor5": "40.2.0",
"ckeditor5": "41.4.2",
"css-loader": "7.0.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-ckeditor5-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"npm": ">= 8"
},
"peerDependencies": {
"@ckeditor/ckeditor5-react": "^6.0.0",
"@ckeditor/ckeditor5-react": "^6.0.0 || ^7.0.0",
"@oakjs/ckeditor5-build-custom": "^3.0.0",
"@oakjs/react": "^3.0.0",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build": "true"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "6.2.0",
"@ckeditor/ckeditor5-react": "7.0.0",
"@oakjs/addon-ckeditor5-react": "^3.5.1",
"@oakjs/addon-remirror": "^3.5.1",
"@oakjs/ckeditor5-build-custom": "^3.5.1",
Expand Down
Loading

0 comments on commit 5bd74a6

Please sign in to comment.