Skip to content

Commit

Permalink
Release: v45.0.5. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
CKEditorBot committed Oct 25, 2024
1 parent 6847acd commit 7910f50
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5-dev",
"version": "45.0.4",
"version": "45.0.5",
"private": true,
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
Expand All @@ -15,9 +15,9 @@
},
"type": "module",
"devDependencies": {
"@ckeditor/ckeditor5-dev-ci": "^45.0.4",
"@ckeditor/ckeditor5-dev-release-tools": "^45.0.4",
"@ckeditor/ckeditor5-dev-bump-year": "^45.0.4",
"@ckeditor/ckeditor5-dev-ci": "^45.0.5",
"@ckeditor/ckeditor5-dev-release-tools": "^45.0.5",
"@ckeditor/ckeditor5-dev-bump-year": "^45.0.5",
"@inquirer/prompts": "^6.0.0",
"@listr2/prompt-adapter-inquirer": "^2.0.16",
"@octokit/rest": "^21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-build-tools",
"version": "45.0.4",
"version": "45.0.5",
"description": "Rollup-based tools used to build CKEditor 5 packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-bump-year/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-bump-year",
"version": "45.0.4",
"version": "45.0.5",
"description": "Used to bump year in the licence text specified at the top of the file.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-ci",
"version": "45.0.4",
"version": "45.0.5",
"description": "Utils used on various Continuous Integration services.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-dependency-checker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-dependency-checker",
"version": "45.0.4",
"version": "45.0.5",
"description": "Contains tools for validating dependencies specified in package.json.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -25,7 +25,7 @@
"ckeditor5-dev-dependency-checker": "bin/dependencychecker.js"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"chalk": "^5.0.0",
"depcheck": "^1.3.1",
"fs-extra": "^11.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-docs",
"version": "45.0.4",
"version": "45.0.5",
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -22,8 +22,8 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/typedoc-plugins": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"@ckeditor/typedoc-plugins": "^45.0.5",
"glob": "^10.0.0",
"fs-extra": "^11.0.0",
"tmp": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-release-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-release-tools",
"version": "45.0.4",
"version": "45.0.5",
"description": "Tools used for releasing CKEditor 5 and related packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -22,7 +22,7 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"@octokit/rest": "^21.0.0",
"chalk": "^5.0.0",
"cli-columns": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-stale-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-stale-bot",
"version": "45.0.4",
"version": "45.0.5",
"description": "A stale bot is used to mark issues and pull requests that have not recently been updated.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -25,7 +25,7 @@
"ckeditor5-dev-stale-bot": "bin/stale-bot.js"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"chalk": "^5.0.0",
"date-fns": "^4.0.0",
"fs-extra": "^11.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-tests",
"version": "45.0.4",
"version": "45.0.5",
"description": "Testing environment for CKEditor 5.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@babel/core": "^7.10.5",
"@ckeditor/ckeditor5-dev-translations": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/ckeditor5-dev-translations": "^45.0.5",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"@types/chai": "^4.3.5",
"@types/karma-sinon-chai": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-translations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-translations",
"version": "45.0.4",
"version": "45.0.5",
"description": "CKEditor 5 translations plugin for webpack.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@babel/parser": "^7.18.9",
"@babel/traverse": "^7.18.9",
"@ckeditor/ckeditor5-dev-utils": "^45.0.4",
"@ckeditor/ckeditor5-dev-utils": "^45.0.5",
"chalk": "^5.0.0",
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-utils",
"version": "45.0.4",
"version": "45.0.5",
"description": "Utils for CKEditor 5 development tools packages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand All @@ -22,7 +22,7 @@
"lib"
],
"dependencies": {
"@ckeditor/ckeditor5-dev-translations": "^45.0.4",
"@ckeditor/ckeditor5-dev-translations": "^45.0.5",
"chalk": "^5.0.0",
"cli-cursor": "^5.0.0",
"cli-spinners": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-web-crawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-dev-web-crawler",
"version": "45.0.4",
"version": "45.0.5",
"description": "Used to run a web crawler that checks for errors on specified pages.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/typedoc-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/typedoc-plugins",
"version": "45.0.4",
"version": "45.0.5",
"description": "Various TypeDoc plugins developed by the CKEditor 5 team.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
Expand Down

0 comments on commit 7910f50

Please sign in to comment.