Skip to content

Commit

Permalink
chore: update dependency linguist-languages to be included within pac…
Browse files Browse the repository at this point in the history
…kage (#2607)

* fix: dependencies

* fix: test

* docs(rate): table column seperator wrong
  • Loading branch information
Alex-huxiyang authored Sep 20, 2024
1 parent 75f3a01 commit 33208c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@loadable/component": "^5.16.3",
"prettier-markdown-table": "1.0.1",
"prettier-markdown-table": "^1.0.2",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
Expand Down Expand Up @@ -171,7 +171,6 @@
"husky": "^9.0.11",
"inquirer": "^10.1.4",
"jscodeshift": "^17.0.0",
"linguist-languages": "^7.27.0",
"lint-staged": "^15.2.2",
"lzutf8": "0.6.3",
"map-stream": "0.0.7",
Expand Down
15 changes: 7 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/rate/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import { Rate } from '@nutui/nutui-react'
| allowHalf | 是否半星 | `boolean` | `false` |
| readOnly | 是否只读 | `boolean` | `false` |
| disabled | 是否禁用 | `boolean` | `false` |
| touchable | 是否允许滑动选择 `boolean` | `false` |
| touchable | 是否允许滑动选择 | `boolean` | `false` |
| onChange | 当前 star 数修改时触发 | `(value: number) => void` | `-` |
| onTouchEnd | touch 滑动结束时触发 | `(event: TouchEvent, value: number) => void` | `-` |

Expand Down

0 comments on commit 33208c7

Please sign in to comment.