Closed FliPPeDround closed 2 months ago
The changes involve updates to several package.json
files across different modules. These updates primarily consist of version increments for various dependencies, including @iconify-json/tabler
, wot-design-uni
, @types/node
, vue-tsc
, and @iconify-json/carbon
. Each update reflects minor version changes, suggesting improvements or bug fixes in the respective packages.
Files | Change Summary |
---|---|
template/UI/ano/package.json |
@iconify-json/tabler version changed from ^1.1.120 to ^1.2.0 |
template/UI/wot/package.json |
wot-design-uni version changed from ^1.3.8 to ^1.3.9 |
template/config/typescript/package.json |
@types/node version changed from ^22.5.0 to ^22.5.2 ; vue-tsc version changed from ^2.0.29 to ^2.1.4 |
template/module/unocss/package.json |
@iconify-json/carbon version changed from ^1.1.37 to ^1.2.1 |
sequenceDiagram
participant User
participant Application
participant DependencyManager
User->>Application: Request to update dependencies
Application->>DependencyManager: Check for updates
DependencyManager-->>Application: Return available updates
Application->>DependencyManager: Apply updates
DependencyManager-->>Application: Confirm updates applied
Application-->>User: Notify updates successful
🐰 "In the garden of code, where changes bloom,
New versions hop in, dispelling the gloom.
With each little tweak, the project takes flight,
A dance of dependencies, oh what a sight!
So let’s celebrate, with a joyful cheer,
For updates and fixes, we hold so dear!" 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Update dependencies
Summary by CodeRabbit
New Features
@iconify-json/tabler
and@iconify-json/carbon
packages.wot-design-uni
update.Bug Fixes
Chores