Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Jan 7, 2025
1 parent aff4914 commit 1fae28d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "liu <[email protected]>",
"license": "MIT",
"devDependencies": {
"@lcui/react": "^0.3.0",
"@lcui/react": "^0.5.0",
"@lcui/react-icons": "^1.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion vendor/LCUI
Submodule LCUI updated from bf2794 to 9510e2
1 change: 0 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set_project("app")
set_version("1.0.0")
set_warnings("all")
add_rules("mode.debug", "mode.release")
add_includedirs("include")
add_defines("_CRT_SECURE_NO_WARNINGS")
includes("@builtin/xpack")
includes("vendor/LCUI/xmake.lua")
Expand Down

0 comments on commit 1fae28d

Please sign in to comment.