diff --git a/core/package.json b/core/package.json index 74a16eeb..4b0ef213 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-split", - "version": "5.9.1", + "version": "5.9.2", "description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.", "main": "cjs/index.js", "module": "esm/index.js", diff --git a/lerna.json b/lerna.json index ad7864a2..606c14b1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "5.9.1", + "version": "5.9.2", "packages": ["core", "www"] } diff --git a/package.json b/package.json index 4ce35b64..55d20431 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ "husky": "~8.0.3", "kkt": "^7.5.2", "lerna": "^8.0.0", - "lint-staged": "^14.0.1", + "lint-staged": "^15.1.0", "prettier": "^3.0.0", - "tsbb": "^4.1.14" + "tsbb": "^4.2.4" } } diff --git a/www/package.json b/www/package.json index 77fc525d..e793f8b2 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "5.9.1", + "version": "5.9.2", "license": "MIT", "scripts": { "build": "kkt build", @@ -9,7 +9,7 @@ }, "dependencies": { "@uiw/react-markdown-preview-example": "^2.0.0", - "@uiw/react-split": "5.9.1" + "@uiw/react-split": "5.9.2" }, "devDependencies": { "@types/react": "^18.2.14",