From c78449619550271d33ee8cd7dfc5cb58b764977d Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 11 Apr 2025 17:45:04 +0800 Subject: [PATCH] chore: bump rc-input to 1.8.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4dc882b6..b17c2c3d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", "now-build": "npm run docs:build", "prepare": "husky install", - "prepublishOnly": "npm run compile && np --yolo --no-publish", + "prepublishOnly": "npm run compile && np --yolo --no-publish --branch=antd-5.x", "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", "start": "dumi dev", "test": "rc-test" @@ -49,7 +49,7 @@ "@babel/runtime": "^7.10.1", "@rc-component/mini-decimal": "^1.0.1", "classnames": "^2.2.5", - "rc-input": "~1.7.1", + "rc-input": "~1.8.0", "rc-util": "^5.40.1" }, "devDependencies": {