File tree 14 files changed +27
-27
lines changed
ckeditor5-dev-build-tools
ckeditor5-dev-dependency-checker
ckeditor5-dev-release-tools
ckeditor5-dev-translations
ckeditor5-dev-web-crawler
14 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ckeditor5-dev" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"private" : true ,
5
5
"author" : " CKSource (http://cksource.com/)" ,
6
6
"license" : " GPL-2.0-or-later" ,
15
15
},
16
16
"type" : " module" ,
17
17
"devDependencies" : {
18
- "@ckeditor/ckeditor5-dev-ci" : " ^44.0.0-alpha.2 " ,
19
- "@ckeditor/ckeditor5-dev-release-tools" : " ^44.0.0-alpha.2 " ,
20
- "@ckeditor/ckeditor5-dev-bump-year" : " ^44.0.0-alpha.2 " ,
18
+ "@ckeditor/ckeditor5-dev-ci" : " ^44.0.0-alpha.3 " ,
19
+ "@ckeditor/ckeditor5-dev-release-tools" : " ^44.0.0-alpha.3 " ,
20
+ "@ckeditor/ckeditor5-dev-bump-year" : " ^44.0.0-alpha.3 " ,
21
21
"eslint" : " ^8.21.0" ,
22
22
"eslint-config-ckeditor5" : " ^7.0.0" ,
23
23
"fs-extra" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-build-tools" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Rollup-based tools used to build CKEditor 5 packages." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-bump-year" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Used to bump year in the licence text specified at the top of the file." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-ci" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Utils used on various Continuous Integration services." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-dependency-checker" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Contains tools for validating dependencies specified in package.json." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
25
25
"ckeditor5-dev-dependency-checker" : " bin/dependencychecker.js"
26
26
},
27
27
"dependencies" : {
28
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
28
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
29
29
"chalk" : " ^5.0.0" ,
30
30
"depcheck" : " ^1.3.1" ,
31
31
"fs-extra" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-docs" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Tasks used to build and verify the documentation for CKEditor 5." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
22
22
" lib"
23
23
],
24
24
"dependencies" : {
25
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
26
- "@ckeditor/typedoc-plugins" : " ^44.0.0-alpha.2 " ,
25
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
26
+ "@ckeditor/typedoc-plugins" : " ^44.0.0-alpha.3 " ,
27
27
"glob" : " ^10.0.0" ,
28
28
"fs-extra" : " ^11.0.0" ,
29
29
"tmp" : " ^0.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-release-tools" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Tools used for releasing CKEditor 5 and related packages." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
22
22
" lib"
23
23
],
24
24
"dependencies" : {
25
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
25
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
26
26
"@octokit/rest" : " ^21.0.0" ,
27
27
"chalk" : " ^5.0.0" ,
28
28
"cli-columns" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-stale-bot" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " A stale bot is used to mark issues and pull requests that have not recently been updated." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
25
25
"ckeditor5-dev-stale-bot" : " bin/stale-bot.js"
26
26
},
27
27
"dependencies" : {
28
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
28
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
29
29
"chalk" : " ^5.0.0" ,
30
30
"date-fns" : " ^4.0.0" ,
31
31
"fs-extra" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-tests" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Testing environment for CKEditor 5." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
28
28
},
29
29
"dependencies" : {
30
30
"@babel/core" : " ^7.10.5" ,
31
- "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.2 " ,
32
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
31
+ "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.3 " ,
32
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
33
33
"@ckeditor/ckeditor5-inspector" : " ^4.0.0" ,
34
34
"@types/chai" : " ^4.3.5" ,
35
35
"@types/karma-sinon-chai" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-transifex" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Used to download and upload translations using the Transifex service." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
24
24
"dependencies" : {
25
25
"fs-extra" : " ^11.0.0" ,
26
26
"del" : " ^7.0.0" ,
27
- "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.2 " ,
28
- "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.2 " ,
27
+ "@ckeditor/ckeditor5-dev-utils" : " ^44.0.0-alpha.3 " ,
28
+ "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.3 " ,
29
29
"chalk" : " ^5.0.0" ,
30
30
"inquirer" : " ^11.0.0" ,
31
31
"@transifex/api" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-translations" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " CKEditor 5 translations plugin for webpack." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-utils" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Utils for CKEditor 5 development tools packages." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
22
22
" lib"
23
23
],
24
24
"dependencies" : {
25
- "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.2 " ,
25
+ "@ckeditor/ckeditor5-dev-translations" : " ^44.0.0-alpha.3 " ,
26
26
"chalk" : " ^5.0.0" ,
27
27
"cli-cursor" : " ^5.0.0" ,
28
28
"cli-spinners" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/ckeditor5-dev-web-crawler" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Used to run a web crawler that checks for errors on specified pages." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ckeditor/typedoc-plugins" ,
3
- "version" : " 44.0.0-alpha.2 " ,
3
+ "version" : " 44.0.0-alpha.3 " ,
4
4
"description" : " Various TypeDoc plugins developed by the CKEditor 5 team." ,
5
5
"keywords" : [],
6
6
"author" : " CKSource (http://cksource.com/)" ,
You can’t perform that action at this time.
0 commit comments