We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b80be commit edc97f9Copy full SHA for edc97f9
.husky/pre-commit
@@ -1,4 +1,4 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
-lint-staged
+npx lint-staged
package.json
@@ -48,9 +48,9 @@
48
"@babel/runtime": "^7.10.1",
49
"@rc-component/trigger": "^1.5.0",
50
"classnames": "^2.2.6",
51
- "rc-input": "^0.2.2",
+ "rc-input": "~1.0.0",
52
"rc-menu": "~9.8.0",
53
- "rc-textarea": "^1.0.0",
+ "rc-textarea": "~1.2.0",
54
"rc-util": "^5.22.5"
55
},
56
"devDependencies": {
0 commit comments