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 0c9c178 commit e5d4e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .fatherrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export default {
eslint: true,
prettier: true,
},
runtimeHelpers: true,
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
"prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write",
"test": "father test",
Expand All @@ -52,6 +52,7 @@
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.1.0",
"father": "^2.13.2",
"np": "^6.2.0",
"rc-dialog": "^7.5.7",
Expand All @@ -63,9 +64,10 @@
"typescript": "^3.5.2"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
"rc-select": "^10.1.0",
"rc-tree": "^3.1.0",
"rc-util": "^4.17.0"
"rc-util": "^5.0.1"
}
}

0 comments on commit e5d4e5f

Please sign in to comment.