Skip to content

Commit

Permalink
Internal: Updated dependencies. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Dec 20, 2022
1 parent f5c784d commit e68c3d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-dependency-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Contains tools for validating dependencies specified in package.json.",
"keywords": [],
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.1",
"chalk": "^4.1.0",
"depcheck": "^1.3.1",
"glob": "^7.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^32.0.0",
"@ckeditor/jsdoc-plugins": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.1",
"@ckeditor/jsdoc-plugins": "^32.0.1",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.0",
"jsdoc": "ckeditor/jsdoc#fixed-trailing-comment-doclets",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-release-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.1",
"@octokit/rest": "^17.9.2",
"chalk": "^4.0.0",
"cli-table": "^0.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^32.0.0",
"@ckeditor/ckeditor5-dev-translations": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.1",
"@ckeditor/ckeditor5-dev-translations": "^32.0.1",
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"assertion-error": "^1.1.0",
"chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ckeditor5-dev-transifex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"fs-extra": "^9.0.0",
"del": "^5.1.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.0",
"@ckeditor/ckeditor5-dev-translations": "^32.0.0",
"@ckeditor/ckeditor5-dev-utils": "^32.0.1",
"@ckeditor/ckeditor5-dev-translations": "^32.0.1",
"chalk": "^4.0.0",
"inquirer": "^7.1.0",
"@transifex/api": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ckeditor5-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-translations": "^32.0.0",
"@ckeditor/ckeditor5-dev-translations": "^32.0.1",
"chalk": "^3.0.0",
"cli-cursor": "^3.1.0",
"cli-spinners": "^2.6.1",
Expand Down

0 comments on commit e68c3d2

Please sign in to comment.