|
1 | 1 | { |
2 | | - "name": "rc-input-number", |
3 | | - "version": "9.4.0", |
| 2 | + "name": "@rc-component/input-number", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "React input-number component", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
|
34 | 34 | "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md", |
35 | 35 | "now-build": "npm run docs:build", |
36 | 36 | "prepare": "husky install", |
37 | | - "prepublishOnly": "npm run compile && np --yolo --no-publish", |
| 37 | + "prepublishOnly": "npm run compile && rc-np", |
38 | 38 | "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", |
39 | 39 | "start": "dumi dev", |
40 | 40 | "test": "rc-test" |
|
46 | 46 | ] |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | | - "@babel/runtime": "^7.10.1", |
50 | 49 | "@rc-component/mini-decimal": "^1.0.1", |
51 | 50 | "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" |
54 | 53 | }, |
55 | 54 | "devDependencies": { |
56 | | - "@rc-component/father-plugin": "^1.0.1", |
| 55 | + "@rc-component/father-plugin": "^2.0.2", |
| 56 | + "@rc-component/np": "^1.0.3", |
57 | 57 | "@swc-node/jest": "^1.5.5", |
58 | 58 | "@testing-library/jest-dom": "^6.1.5", |
59 | 59 | "@testing-library/react": "^16.0.0", |
|
0 commit comments