Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add lxgw-wenkai #106

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@
"@bytemd/react": {
"version": "*"
},
"@callmebill/lxgw-wenkai-web": {
"version": "*"
},
Comment on lines +387 to +389
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning the version of @callmebill/lxgw-wenkai-web to a specific stable release.

Using a wildcard for the version ("version": "*") can lead to potential breaking changes if the package updates. Pinning to a specific version can enhance stability and predictability.

"@canisminor/colors": {
"version": "*"
},
Expand Down Expand Up @@ -9102,6 +9105,15 @@
"lunr-languages": {
"version": "*"
},
"lxgw-wenkai-gb-web": {
"version": "*"
},
"lxgw-wenkai-screen-web": {
"version": "*"
},
"lxgw-wenkai-tc-web": {
"version": "*"
},
Comment on lines +9108 to +9116
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning the versions of lxgw-wenkai-gb-web, lxgw-wenkai-screen-web, and lxgw-wenkai-tc-web to specific stable releases.

Using a wildcard for the versions ("version": "*") can lead to potential breaking changes if the packages update. Pinning to specific versions can enhance stability and predictability.

"lyn-conventional-changelog": {
"version": "*"
},
Expand Down
Loading