@ckeditor/ckeditor5-cloud-services 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 +7 -7
package/README.md CHANGED
@@ -3,7 +3,8 @@ CKEditor 5's Cloud Services integration
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-cloud-services.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloud-services)
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-cloud-services)
7
8
 
8
9
  CKEditor 5's [Cloud Services](https://ckeditor.com/ckeditor-cloud-services/) integration layer, which handles `config.cloudServices` and tokens.
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-cloud-services",
3
- "version": "33.0.0",
3
+ "version": "34.0.0",
4
4
  "description": "CKEditor 5's Cloud Services integration layer.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,14 +11,14 @@
11
11
  ],
12
12
  "main": "src/index.js",
13
13
  "dependencies": {
14
- "ckeditor5": "^33.0.0"
14
+ "ckeditor5": "^34.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@ckeditor/ckeditor5-core": "^33.0.0",
18
- "@ckeditor/ckeditor5-dev-utils": "^28.0.1",
19
- "@ckeditor/ckeditor5-editor-classic": "^33.0.0",
20
- "@ckeditor/ckeditor5-theme-lark": "^33.0.0",
21
- "@ckeditor/ckeditor5-utils": "^33.0.0",
17
+ "@ckeditor/ckeditor5-core": "^34.0.0",
18
+ "@ckeditor/ckeditor5-dev-utils": "^30.0.0",
19
+ "@ckeditor/ckeditor5-editor-classic": "^34.0.0",
20
+ "@ckeditor/ckeditor5-theme-lark": "^34.0.0",
21
+ "@ckeditor/ckeditor5-utils": "^34.0.0",
22
22
  "webpack": "^5.58.1",
23
23
  "webpack-cli": "^4.9.0"
24
24
  },