Skip to content

Commit 7e2e492

Browse files
committed
chore: bump father version
1 parent 193afb5 commit 7e2e492

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "rc-input-number",
3-
"version": "9.4.0",
2+
"name": "@rc-component/input-number",
3+
"version": "1.0.0",
44
"description": "React input-number component",
55
"keywords": [
66
"react",
@@ -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 && rc-np",
3838
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
3939
"start": "dumi dev",
4040
"test": "rc-test"
@@ -46,14 +46,14 @@
4646
]
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "^7.10.1",
5049
"@rc-component/mini-decimal": "^1.0.1",
5150
"classnames": "^2.2.5",
52-
"rc-input": "~1.7.1",
53-
"rc-util": "^5.40.1"
51+
"@rc-component/input": "~1.0.0",
52+
"@rc-component/util": "^1.2.0"
5453
},
5554
"devDependencies": {
56-
"@rc-component/father-plugin": "^1.0.1",
55+
"@rc-component/father-plugin": "^2.0.2",
56+
"@rc-component/np": "^1.0.3",
5757
"@swc-node/jest": "^1.5.5",
5858
"@testing-library/jest-dom": "^6.1.5",
5959
"@testing-library/react": "^16.0.0",

0 commit comments

Comments
 (0)