Skip to content

Commit 931d046

Browse files
committed
Fix package dependency issue
1 parent ac65918 commit 931d046

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
> [!TIP]
99
> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
1010
11+
## [6.0.0-rc.2](https://github.com/userfrosting/UserFrosting/compare/6.0.0-rc.1...6.0.0-rc.2)
12+
- Fix package dependency issue.
13+
1114
## [6.0.0-rc.1](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.8...6.0.0-rc.1)
1215
- Remove `composer.lock` from `.gitignore`
1316
- Load `.env` file in Vite config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"happy-dom": "^20.8.9",
3737
"jiti": "^2.5.1",
3838
"less": "^4.2.0",
39-
"less-loader": "^11.1.3",
39+
"less-loader": "^12.2.0",
4040
"npm-run-all2": "^6.1.2",
4141
"prettier": "^3.6.2",
4242
"ts-loader": "^9.5.1",

0 commit comments

Comments
 (0)