|
1 | 1 | {
|
2 | 2 | "name": "@rc-component/color-picker",
|
3 |
| - "version": "2.0.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "React Color Picker",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
33 | 33 | "gh-pages": "npm run docs:build && npm run docs:deploy",
|
34 | 34 | "lint": "eslint src/ --ext .tsx,.ts",
|
35 | 35 | "prepare": "husky install",
|
36 |
| - "prepublishOnly": "npm run compile && np --yolo --no-publish", |
| 36 | + "prepublishOnly": "npm run compile && rc-np", |
37 | 37 | "postpublish": "npm run gh-pages",
|
38 | 38 | "start": "dumi dev",
|
39 | 39 | "test": "vitest run"
|
|
45 | 45 | ]
|
46 | 46 | },
|
47 | 47 | "dependencies": {
|
48 |
| - "@ant-design/fast-color": "^2.0.6", |
49 |
| - "@babel/runtime": "^7.23.6", |
50 |
| - "classnames": "^2.2.6", |
51 |
| - "rc-util": "^5.38.1" |
| 48 | + "@ant-design/fast-color": "^3.0.0", |
| 49 | + "@rc-component/util": "^1.2.1", |
| 50 | + "classnames": "^2.2.6" |
52 | 51 | },
|
53 | 52 | "devDependencies": {
|
54 |
| - "@rc-component/father-plugin": "^1.0.0", |
| 53 | + "@rc-component/father-plugin": "^2.0.4", |
| 54 | + "@rc-component/np": "^1.0.0", |
55 | 55 | "@rc-component/trigger": "^1.13.0",
|
56 | 56 | "@testing-library/jest-dom": "^5.16.4",
|
57 | 57 | "@testing-library/react": "^13.3.0",
|
|
71 | 71 | "jsdom": "^22.0.0",
|
72 | 72 | "less": "^4.2.0",
|
73 | 73 | "lint-staged": "^13.1.0",
|
74 |
| - "np": "^7.0.0", |
75 | 74 | "prettier": "^2.0.5",
|
76 | 75 | "react": "^18.0.0",
|
77 | 76 | "react-dom": "^18.0.0",
|
|
0 commit comments