Skip to content

Commit c784496

Browse files
committed
chore: bump rc-input to 1.8.0
1 parent 4671b1f commit c784496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3535
"now-build": "npm run docs:build",
3636
"prepare": "husky install",
37-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
37+
"prepublishOnly": "npm run compile && np --yolo --no-publish --branch=antd-5.x",
3838
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
3939
"start": "dumi dev",
4040
"test": "rc-test"
@@ -49,7 +49,7 @@
4949
"@babel/runtime": "^7.10.1",
5050
"@rc-component/mini-decimal": "^1.0.1",
5151
"classnames": "^2.2.5",
52-
"rc-input": "~1.7.1",
52+
"rc-input": "~1.8.0",
5353
"rc-util": "^5.40.1"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)