From c44640da3e8bd75963c5e29e3fbc60b8158e8e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Szcz=C4=99=C5=9Bniak?= Date: Fri, 2 Aug 2024 15:38:10 +0200 Subject: [PATCH] Bump other dependecies to match with ckeditor5 repo. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index daffc55a4..7ede2fbaf 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ "ckeditor5": "latest", "eslint": "^7.32.0", "eslint-config-ckeditor5": "^6.0.0", - "http-server": "^14.1.0", + "http-server": "^14.1.1", "husky": "^4.2.5", - "lint-staged": "^10.2.6", + "lint-staged": "^12.0.0", "stylelint": "^13.13.1", - "stylelint-config-ckeditor5": ">=2.0.1" + "stylelint-config-ckeditor5": ">=6.0.0" }, "peerDependencies": { "ckeditor5": ">=43.0.0 || ^0.0.0-nightly"