@ckeditor/ckeditor5-clipboard 33.0.0 → 34.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +22 -22
package/README.md CHANGED
@@ -3,7 +3,8 @@ CKEditor 5 clipboard feature
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-clipboard.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-clipboard)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
- [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5)
6
+ [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
+ ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-clipboard)
7
8
 
8
9
  This package implements the clipboard (copy, cut, paste) support for CKEditor 5.
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-clipboard",
3
- "version": "33.0.0",
3
+ "version": "34.0.0",
4
4
  "description": "Clipboard integration feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,30 +12,30 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "@ckeditor/ckeditor5-core": "^33.0.0",
16
- "@ckeditor/ckeditor5-engine": "^33.0.0",
17
- "@ckeditor/ckeditor5-utils": "^33.0.0",
18
- "@ckeditor/ckeditor5-widget": "^33.0.0",
15
+ "@ckeditor/ckeditor5-core": "^34.0.0",
16
+ "@ckeditor/ckeditor5-engine": "^34.0.0",
17
+ "@ckeditor/ckeditor5-utils": "^34.0.0",
18
+ "@ckeditor/ckeditor5-widget": "^34.0.0",
19
19
  "lodash-es": "^4.17.11"
20
20
  },
21
21
  "devDependencies": {
22
- "@ckeditor/ckeditor5-alignment": "^33.0.0",
23
- "@ckeditor/ckeditor5-basic-styles": "^33.0.0",
24
- "@ckeditor/ckeditor5-block-quote": "^33.0.0",
25
- "@ckeditor/ckeditor5-cloud-services": "^33.0.0",
26
- "@ckeditor/ckeditor5-code-block": "^33.0.0",
27
- "@ckeditor/ckeditor5-easy-image": "^33.0.0",
28
- "@ckeditor/ckeditor5-editor-classic": "^33.0.0",
29
- "@ckeditor/ckeditor5-enter": "^33.0.0",
30
- "@ckeditor/ckeditor5-horizontal-line": "^33.0.0",
31
- "@ckeditor/ckeditor5-image": "^33.0.0",
32
- "@ckeditor/ckeditor5-link": "^33.0.0",
33
- "@ckeditor/ckeditor5-page-break": "^33.0.0",
34
- "@ckeditor/ckeditor5-paragraph": "^33.0.0",
35
- "@ckeditor/ckeditor5-paste-from-office": "^33.0.0",
36
- "@ckeditor/ckeditor5-remove-format": "^33.0.0",
37
- "@ckeditor/ckeditor5-table": "^33.0.0",
38
- "@ckeditor/ckeditor5-typing": "^33.0.0"
22
+ "@ckeditor/ckeditor5-alignment": "^34.0.0",
23
+ "@ckeditor/ckeditor5-basic-styles": "^34.0.0",
24
+ "@ckeditor/ckeditor5-block-quote": "^34.0.0",
25
+ "@ckeditor/ckeditor5-cloud-services": "^34.0.0",
26
+ "@ckeditor/ckeditor5-code-block": "^34.0.0",
27
+ "@ckeditor/ckeditor5-easy-image": "^34.0.0",
28
+ "@ckeditor/ckeditor5-editor-classic": "^34.0.0",
29
+ "@ckeditor/ckeditor5-enter": "^34.0.0",
30
+ "@ckeditor/ckeditor5-horizontal-line": "^34.0.0",
31
+ "@ckeditor/ckeditor5-image": "^34.0.0",
32
+ "@ckeditor/ckeditor5-link": "^34.0.0",
33
+ "@ckeditor/ckeditor5-page-break": "^34.0.0",
34
+ "@ckeditor/ckeditor5-paragraph": "^34.0.0",
35
+ "@ckeditor/ckeditor5-paste-from-office": "^34.0.0",
36
+ "@ckeditor/ckeditor5-remove-format": "^34.0.0",
37
+ "@ckeditor/ckeditor5-table": "^34.0.0",
38
+ "@ckeditor/ckeditor5-typing": "^34.0.0"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=14.0.0",