|
1 | 1 | {
|
2 |
| - "name": "rc-tree-select", |
3 |
| - "version": "5.27.0", |
| 2 | + "name": "@rc-component/tree-select", |
| 3 | + "version": "1.0.0", |
4 | 4 | "description": "tree-select ui component for react",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
35 | 35 | "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
36 | 36 | "now-build": "npm run build",
|
37 | 37 | "prepare": "husky && dumi setup",
|
38 |
| - "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch", |
| 38 | + "prepublishOnly": "npm run compile && rc-np", |
39 | 39 | "prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write",
|
40 | 40 | "start": "dumi dev",
|
41 | 41 | "test": "rc-test"
|
|
44 | 44 | "*": "prettier --write --ignore-unknown"
|
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 |
| - "@babel/runtime": "^7.25.7", |
48 | 47 | "classnames": "2.x",
|
49 |
| - "rc-select": "~14.16.2", |
| 48 | + "@rc-component/select": "~1.0.0", |
50 | 49 | "rc-tree": "~5.13.0",
|
51 |
| - "rc-util": "^5.43.0" |
| 50 | + "@rc-component/util": "^1.2.1" |
52 | 51 | },
|
53 | 52 | "devDependencies": {
|
54 |
| - "@rc-component/father-plugin": "^1.1.0", |
55 |
| - "@rc-component/trigger": "^1.18.3", |
| 53 | + "@rc-component/father-plugin": "^2.0.2", |
| 54 | + "@rc-component/np": "^1.0.3", |
| 55 | + "@rc-component/trigger": "^3.0.0", |
56 | 56 | "@testing-library/react": "^12.1.5",
|
57 | 57 | "@types/jest": "^29.5.13",
|
58 | 58 | "@types/node": "^22.7.5",
|
|
73 | 73 | "glob": "^11.0.0",
|
74 | 74 | "husky": "^9.1.6",
|
75 | 75 | "lint-staged": "^15.2.10",
|
76 |
| - "np": "^10.0.7", |
77 | 76 | "prettier": "^3.3.3",
|
78 | 77 | "rc-dialog": "^9.6.0",
|
79 | 78 | "rc-field-form": "^2.4.0",
|
|
0 commit comments