Skip to content

Commit ed70038

Browse files
authored
chore: upgrade father plugin (#23)
1 parent b2b3217 commit ed70038

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"gh-pages": "npm run docs:build && npm run docs:deploy",
3030
"lint": "eslint src --ext .tsx,.ts,.jsx,.js",
3131
"now-build": "npm run docs:build",
32-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
32+
"prepublishOnly": "npm run compile && rc-np",
3333
"prettier": "prettier . --write",
3434
"postpublish": "npm run gh-pages",
3535
"start": "dumi dev",
@@ -49,7 +49,8 @@
4949
"@babel/runtime": "^7.24.4"
5050
},
5151
"devDependencies": {
52-
"@rc-component/father-plugin": "^1.0.2",
52+
"@rc-component/father-plugin": "^2.2.0",
53+
"@rc-component/np": "^1.0.3",
5354
"@types/jest": "^29.5.12",
5455
"@types/react": "18.x",
5556
"@types/react-dom": "18.x",
@@ -59,7 +60,6 @@
5960
"father": "^4.4.0",
6061
"gh-pages": "^6.1.1",
6162
"lint-staged": "^15.2.2",
62-
"np": "^10.0.3",
6363
"prettier": "^3.2.5",
6464
"rc-test": "^7.0.15",
6565
"react": "^18.2.0",

0 commit comments

Comments
 (0)