Skip to content

Commit

Permalink
feat: add @xlaoyu scope and some packages (#19)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced smooth scrolling and enhanced table functionalities with
new dependencies.

- **Chores**
- Updated `package.json` to include new dependencies for improved user
experience.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Co-authored-by: frankylli <[email protected]>
  • Loading branch information
Yuliang-Lee and frankylli authored May 20, 2024
1 parent 58f996a commit 5b1273f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
"@opentiny",
"@electron",
"@pisell",
"@gkd-kit"
"@gkd-kit",
"@xlaoyu"
],
"allowPackages": {
"zhaojiakun.com": {
Expand Down Expand Up @@ -17602,6 +17603,18 @@
},
"mzt_app": {
"version": "*"
},
"vue2-smooth-scroll": {
"version": "*"
},
"el-table-fixed-scrollbar": {
"version": "*"
},
"el-table-fixed-header": {
"version": "*"
},
"v-smooth-scroll": {
"version": "*"
}
}
}

0 comments on commit 5b1273f

Please sign in to comment.