Skip to content

Commit 1259740

Browse files
authored
chore: upgrade dependencies and publish script (#493)
* chore: upgrade dependencies and publish script * chore: trigger CI build
1 parent 77e3928 commit 1259740

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
3636
"now-build": "npm run docs:build",
3737
"prepare": "dumi setup",
38-
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
38+
"prepublishOnly": "npm run compile && rc-np",
3939
"postpublish": "npm run docs:build && npm run docs:deploy",
4040
"start": "dumi dev",
4141
"test": "rc-test"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.11.2",
4544
"@rc-component/father-plugin": "^2.0.1",
46-
"@rc-component/trigger": "^2.0.0",
45+
"@rc-component/trigger": "^3.0.0",
4746
"@rc-component/util": "^1.0.1",
4847
"classnames": "^2.3.1"
4948
},
5049
"devDependencies": {
50+
"@rc-component/np": "^1.0.3",
5151
"@testing-library/react": "^14.0.0",
5252
"@types/jest": "^29.4.0",
5353
"@types/react": "^18.0.26",
@@ -60,7 +60,6 @@
6060
"father": "^4.0.0",
6161
"gh-pages": "^3.1.0",
6262
"less": "^4.1.1",
63-
"np": "^7.1.0",
6463
"rc-test": "^7.0.9",
6564
"react": "^18.2.0",
6665
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)