Merged
Conversation
* feat: 为合并单元格添加主题 * test: 添加合并单元格主题相关单测
Co-authored-by: Jinke Li <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
YardWill
commented
Nov 4, 2022
| "@swc/jest": "^0.2.23", | ||
| "@types/jest": "^27.4.1", | ||
| "@types/lodash": "^4.14.182", | ||
| "@types/lodash": "4.14.186", |
Member
Author
There was a problem hiding this comment.
187版本的@types/lodash的get方法实现有问题,所以先定死在186,已经有相关PR在修复了,等修复完毕后再改箭头
| "@types/lodash": "^4.14.182", | ||
| "@types/lodash": "4.14.186", | ||
| "@types/node": "^17.0.26", | ||
| "@types/react": "^17.0.52", |
Member
Author
There was a problem hiding this comment.
原来lock的依赖版本有问题,div下children属性不能是数组,所以这里升级types版本
YardWill
added a commit
that referenced
this pull request
Nov 11, 2022
* refactor: 支持 ts 严格模式 close #1742 * fix: 修复部分类型错误 * fix * fix * fix: 修复测试 * fix: * fix: ts problem (#1876) * docs: update the README.md (#1863) * fix: 修复 mergedCell 缺失theme 导致的报错 (#1874) * feat: 为合并单元格添加主题 * test: 添加合并单元格主题相关单测 * chore: 更新README (#1865) Co-authored-by: Jinke Li <[email protected]> * fix: ts problem Co-authored-by: 嘤嘤嘤 <[email protected]> Co-authored-by: stone <[email protected]> Co-authored-by: Jinke Li <[email protected]> * fix: 升级配置 * test: 修复测试 * chore: 修复类型错误 Co-authored-by: YardWill <[email protected]> Co-authored-by: 嘤嘤嘤 <[email protected]> Co-authored-by: stone <[email protected]>
Member
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
🖼️ Screenshot
🔗 Related issue link
🔍 Self-Check before the merge