Skip to content

Commit

Permalink
🆙 upgrade rc-util to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 29, 2020
1 parent 16d1a57 commit 1392307
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .fatherrc.js
Expand Up @@ -5,4 +5,5 @@ export default {
eslint: true,
prettier: true,
},
runtimeHelpers: true,
};
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -34,18 +34,19 @@
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"test": "father test",
"coverage": "father test --coverage",
"now-build": "npm run build"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"mini-store": "^3.0.1",
"rc-animate": "^3.0.0",
"rc-trigger": "^4.0.0",
"rc-util": "^4.13.0",
"rc-animate": "^3.1.0",
"rc-trigger": "^4.2.0",
"rc-util": "^5.0.1",
"resize-observer-polyfill": "^1.5.0",
"shallowequal": "^1.1.0"
},
Expand Down

0 comments on commit 1392307

Please sign in to comment.