|
1 | 1 | {
|
2 | 2 | "name": "rc-tree-select",
|
3 |
| - "version": "5.23.0", |
| 3 | + "version": "5.24.1", |
4 | 4 | "description": "tree-select ui component for react",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
34 | 34 | "compile": "father build",
|
35 | 35 | "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
36 | 36 | "now-build": "npm run build",
|
37 |
| - "prepare": "dumi setup", |
| 37 | + "prepare": "husky && dumi setup", |
38 | 38 | "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
|
39 | 39 | "prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write",
|
40 | 40 | "start": "dumi dev",
|
41 | 41 | "test": "rc-test"
|
42 | 42 | },
|
| 43 | + "lint-staged": { |
| 44 | + "*": "prettier --write --ignore-unknown" |
| 45 | + }, |
43 | 46 | "dependencies": {
|
44 |
| - "@babel/runtime": "^7.10.1", |
| 47 | + "@babel/runtime": "^7.25.7", |
45 | 48 | "classnames": "2.x",
|
46 |
| - "rc-select": "~14.15.0", |
47 |
| - "rc-tree": "~5.9.0", |
48 |
| - "rc-util": "^5.16.1" |
| 49 | + "rc-select": "~14.15.2", |
| 50 | + "rc-tree": "~5.10.1", |
| 51 | + "rc-util": "^5.43.0" |
49 | 52 | },
|
50 | 53 | "devDependencies": {
|
51 |
| - "@rc-component/father-plugin": "^1.0.0", |
52 |
| - "@rc-component/trigger": "^1.5.0", |
53 |
| - "@testing-library/react": "^12.0.0", |
54 |
| - "@types/jest": "^29.5.12", |
55 |
| - "@types/node": "^20.9.0", |
56 |
| - "@types/react": "^16.8.19", |
57 |
| - "@types/react-dom": "^18.2.19", |
58 |
| - "@types/warning": "^3.0.0", |
| 54 | + "@rc-component/father-plugin": "^1.1.0", |
| 55 | + "@rc-component/trigger": "^1.18.3", |
| 56 | + "@testing-library/react": "^12.1.5", |
| 57 | + "@types/jest": "^29.5.13", |
| 58 | + "@types/node": "^22.7.5", |
| 59 | + "@types/react": "^18.3.11", |
| 60 | + "@types/react-dom": "^18.3.1", |
| 61 | + "@types/warning": "^3.0.3", |
59 | 62 | "@umijs/fabric": "^4.0.1",
|
60 |
| - "cross-env": "^7.0.2", |
61 |
| - "dumi": "^2.0.0", |
62 |
| - "enzyme": "^3.10.0", |
63 |
| - "enzyme-adapter-react-16": "^1.1.1", |
64 |
| - "enzyme-to-json": "^3.4.0", |
65 |
| - "eslint": "^8.56.0", |
66 |
| - "eslint-plugin-jest": "^27.6.0", |
67 |
| - "eslint-plugin-unicorn": "^52.0.0", |
68 |
| - "father": "^4.0.0", |
69 |
| - "glob": "^7.1.6", |
70 |
| - "np": "^10.0.5", |
71 |
| - "prettier": "^3.1.1", |
72 |
| - "rc-dialog": "^7.5.7", |
73 |
| - "rc-field-form": "^2.0.0", |
74 |
| - "rc-test": "^7.0.4", |
75 |
| - "rc-virtual-list": "^3.0.0", |
76 |
| - "react": "^16.8.0", |
77 |
| - "react-dom": "^16.8.0", |
78 |
| - "typescript": "^5.0.0", |
79 |
| - "cheerio": "1.0.0-rc.12" |
| 63 | + "cheerio": "1.0.0-rc.12", |
| 64 | + "cross-env": "^7.0.3", |
| 65 | + "dumi": "^2.4.12", |
| 66 | + "enzyme": "^3.11.0", |
| 67 | + "enzyme-adapter-react-16": "^1.15.8", |
| 68 | + "enzyme-to-json": "^3.6.2", |
| 69 | + "eslint": "^8.57.1", |
| 70 | + "eslint-plugin-jest": "^27.9.0", |
| 71 | + "eslint-plugin-unicorn": "^56.0.0", |
| 72 | + "father": "^4.5.0", |
| 73 | + "glob": "^11.0.0", |
| 74 | + "husky": "^9.1.6", |
| 75 | + "lint-staged": "^15.2.10", |
| 76 | + "np": "^10.0.7", |
| 77 | + "prettier": "^3.3.3", |
| 78 | + "rc-dialog": "^9.6.0", |
| 79 | + "rc-field-form": "^2.4.0", |
| 80 | + "rc-test": "^7.1.1", |
| 81 | + "rc-virtual-list": "^3.14.8", |
| 82 | + "react": "^16.0.0", |
| 83 | + "react-dom": "^16.0.0", |
| 84 | + "typescript": "^5.6.3" |
80 | 85 | },
|
81 | 86 | "peerDependencies": {
|
82 | 87 | "react": "*",
|
|
0 commit comments