Skip to content

Commit 48c298c

Browse files
committed
chore: bump father plugin
1 parent ade7799 commit 48c298c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rc-component/mutate-observer",
3-
"version": "2.0.0",
3+
"version": "2.0.0-0",
44
"description": "React MutateObserver Component",
55
"keywords": [
66
"react",
@@ -34,20 +34,20 @@
3434
"lint:tsc": "tsc -p tsconfig.json --noEmit",
3535
"now-build": "npm run docs:build",
3636
"prepare": "dumi setup",
37-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
37+
"prepublishOnly": "npm run compile && rc-np",
3838
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
3939
"start": "dumi dev",
4040
"test": "umi-test",
4141
"test:coverage": "npm run test --coverage",
4242
"watch": "father dev"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.18.0",
4645
"@rc-component/util": "^1.2.0",
4746
"classnames": "^2.3.2"
4847
},
4948
"devDependencies": {
50-
"@rc-component/father-plugin": "^1.0.0",
49+
"@rc-component/father-plugin": "^2.0.2",
50+
"@rc-component/np": "^1.0.3",
5151
"@testing-library/jest-dom": "^5.16.4",
5252
"@testing-library/react": "^13.0.0",
5353
"@types/jest": "^26.0.20",
@@ -63,7 +63,6 @@
6363
"father": "^4.0.0",
6464
"gh-pages": "^3.1.0",
6565
"glob": "^10.0.0",
66-
"np": "^5.0.3",
6766
"prettier": "^2.1.2",
6867
"react": "^18.0.0",
6968
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)