Bump other dependecies to match with ckeditor5 repo.

This commit is contained in:
Piotr Szczęśniak 2024-08-02 15:38:10 +02:00
parent 516fb7e968
commit c44640da3e

View File

@ -40,11 +40,11 @@
"ckeditor5": "latest", "ckeditor5": "latest",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-ckeditor5": "^6.0.0", "eslint-config-ckeditor5": "^6.0.0",
"http-server": "^14.1.0", "http-server": "^14.1.1",
"husky": "^4.2.5", "husky": "^4.2.5",
"lint-staged": "^10.2.6", "lint-staged": "^12.0.0",
"stylelint": "^13.13.1", "stylelint": "^13.13.1",
"stylelint-config-ckeditor5": ">=2.0.1" "stylelint-config-ckeditor5": ">=6.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"ckeditor5": ">=43.0.0 || ^0.0.0-nightly" "ckeditor5": ">=43.0.0 || ^0.0.0-nightly"