Skip to content

Commit 3d48662

Browse files
authored
chore: bump father plugin & fast-color version (#269)
* chore: bump father version * chore: bump version
1 parent c592339 commit 3d48662

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rc-component/color-picker",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "React Color Picker",
55
"keywords": [
66
"react",
@@ -33,7 +33,7 @@
3333
"gh-pages": "npm run docs:build && npm run docs:deploy",
3434
"lint": "eslint src/ --ext .tsx,.ts",
3535
"prepare": "husky install",
36-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
36+
"prepublishOnly": "npm run compile && rc-np",
3737
"postpublish": "npm run gh-pages",
3838
"start": "dumi dev",
3939
"test": "vitest run"
@@ -45,13 +45,13 @@
4545
]
4646
},
4747
"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"
5251
},
5352
"devDependencies": {
54-
"@rc-component/father-plugin": "^1.0.0",
53+
"@rc-component/father-plugin": "^2.0.4",
54+
"@rc-component/np": "^1.0.0",
5555
"@rc-component/trigger": "^1.13.0",
5656
"@testing-library/jest-dom": "^5.16.4",
5757
"@testing-library/react": "^13.3.0",
@@ -71,7 +71,6 @@
7171
"jsdom": "^22.0.0",
7272
"less": "^4.2.0",
7373
"lint-staged": "^13.1.0",
74-
"np": "^7.0.0",
7574
"prettier": "^2.0.5",
7675
"react": "^18.0.0",
7776
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)