Skip to content

Commit 9d4e520

Browse files
authored
Merge pull request #460 from ckeditor/feature/bump-integration-commons
Internal: Bump integrations common to `2.2.2`.
2 parents a1dd6f7 + 63831db commit 9d4e520

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/platform-browser": "^16",
2828
"@angular/platform-browser-dynamic": "^16",
2929
"@angular/router": "^16",
30-
"@ckeditor/ckeditor5-integrations-common": "^2.2.1",
30+
"@ckeditor/ckeditor5-integrations-common": "^2.2.2",
3131
"core-js": "^3.21.1",
3232
"rxjs": "^6.5.5",
3333
"tslib": "^2.0.3",

src/ckeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ckeditor 5"
2020
],
2121
"dependencies": {
22-
"@ckeditor/ckeditor5-integrations-common": "^2.2.1"
22+
"@ckeditor/ckeditor5-integrations-common": "^2.2.2"
2323
},
2424
"peerDependencies": {
2525
"@angular/core": ">=16.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2258,10 +2258,10 @@
22582258
"@ckeditor/ckeditor5-utils" "43.3.1"
22592259
ckeditor5 "43.3.1"
22602260

2261-
"@ckeditor/ckeditor5-integrations-common@^2.2.1":
2262-
version "2.2.1"
2263-
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-integrations-common/-/ckeditor5-integrations-common-2.2.1.tgz#a83e57011c3b3a8191cc284e570544cc87a3578e"
2264-
integrity sha512-FcB6Lz3njoxvBPkSAUyhKi5qrfPZ3FBVT4d9ncOaU5GVxwYR+e+Wo360fjKt0v0XeKNyTz7j1xJONbyackMTzg==
2261+
"@ckeditor/ckeditor5-integrations-common@^2.2.2":
2262+
version "2.2.2"
2263+
resolved "https://registry.yarnpkg.com/@ckeditor/ckeditor5-integrations-common/-/ckeditor5-integrations-common-2.2.2.tgz#c494b51ad0736d087a7bc13ec634e2d66db42d5b"
2264+
integrity sha512-SKGBBrwFFmSEZawR8P9tHGRq/l2OoqoJxy9f7j0HbDGEwIpSOsCSgH0xudD6lcEbWG4QWrCS28p5n8lgPA5elQ==
22652265

22662266
"@ckeditor/[email protected]":
22672267
version "43.3.1"

0 commit comments

Comments
 (0)