@ckeditor/ckeditor5-dev-docs 27.4.0 → 28.0.3

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.
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
4
+ Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.
5
5
 
6
6
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
7
7
 
@@ -13,4 +13,4 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
13
13
  Trademarks
14
14
  ----------
15
15
 
16
- **CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
16
+ **CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
package/lib/docs/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md.
4
4
  */
5
5
 
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
2
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
3
3
  * For licensing, see LICENSE.md.
4
4
  */
5
5
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
4
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
5
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
4
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
5
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
4
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
5
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
4
+ * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
5
5
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
6
6
  */
7
7
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-dev-docs",
3
- "version": "27.4.0",
3
+ "version": "28.0.3",
4
4
  "description": "Tasks used to build and verify the documentation for CKEditor 5.",
5
5
  "keywords": [],
6
6
  "main": "lib/index.js",
7
7
  "dependencies": {
8
- "@ckeditor/ckeditor5-dev-utils": "^27.4.0",
9
- "@ckeditor/jsdoc-plugins": "^27.4.0",
8
+ "@ckeditor/ckeditor5-dev-utils": "^28.0.3",
9
+ "@ckeditor/jsdoc-plugins": "^28.0.3",
10
10
  "fast-glob": "^3.2.4",
11
- "puppeteer": "^8.0.0",
11
+ "puppeteer": "^13.1.3",
12
12
  "chalk": "^4.1.0",
13
13
  "strip-ansi": "^6.0.0",
14
14
  "ora": "^5.2.0",