|
47 | 47 | "now-build": "npm run build", |
48 | 48 | "prepare": "husky install" |
49 | 49 | }, |
50 | | - "peerDependencies": { |
51 | | - "react": ">=16.9.0", |
52 | | - "react-dom": ">=16.9.0" |
53 | | - }, |
54 | 50 | "dependencies": { |
55 | 51 | "@rc-component/motion": "^1.1.4", |
56 | 52 | "@rc-component/util": "^1.2.1", |
57 | | - "classnames": "2.x" |
| 53 | + "clsx": "^2.1.1" |
58 | 54 | }, |
59 | 55 | "devDependencies": { |
60 | | - "@typescript-eslint/eslint-plugin": "^5.59.7", |
61 | | - "@typescript-eslint/parser": "^5.59.7", |
62 | 56 | "@rc-component/father-plugin": "^2.0.4", |
63 | 57 | "@rc-component/np": "^1.0.3", |
64 | 58 | "@testing-library/jest-dom": "^6.0.0", |
65 | 59 | "@testing-library/react": "^15.0.7", |
66 | | - "@types/classnames": "^2.2.10", |
| 60 | + "@types/node": "^24.5.2", |
67 | 61 | "@types/react": "^18.0.0", |
68 | 62 | "@types/react-dom": "^18.0.0", |
69 | 63 | "@types/testing-library__jest-dom": "^6.0.0", |
| 64 | + "@typescript-eslint/eslint-plugin": "^5.59.7", |
| 65 | + "@typescript-eslint/parser": "^5.59.7", |
70 | 66 | "@umijs/fabric": "^2.0.0", |
71 | 67 | "@vitest/coverage-v8": "^0.34.2", |
72 | 68 | "cross-env": "^7.0.0", |
|
84 | 80 | "typescript": "^5.4.5", |
85 | 81 | "vitest": "^0.34.2" |
86 | 82 | }, |
| 83 | + "peerDependencies": { |
| 84 | + "react": ">=16.9.0", |
| 85 | + "react-dom": ">=16.9.0" |
| 86 | + }, |
87 | 87 | "lint-staged": { |
88 | 88 | "**/*.{js,jsx,tsx,ts,md,json}": [ |
89 | 89 | "prettier --write", |
|
0 commit comments