Skip to content

Commit

Permalink
build(deps): update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Jan 27, 2025
1 parent 2f1f536 commit 9e7e333
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 122 deletions.
2 changes: 0 additions & 2 deletions app/about/page.tsx.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ static void about_page_load_template(ui_widget_t *parent, about_page_refs_t *ref
static void about_page_react_update(ui_widget_t *w)
{
about_page_react_t *_that = ui_widget_get_data(w, about_page_proto);
ui_widget_set_style_string(_that->refs.ref_1, "font-size", "12px");
ui_widget_set_style_string(_that->refs.ref_2, "font-size", "12px");
}

static void about_page_react_init(ui_widget_t *w)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"license": "MIT",
"devDependencies": {
"@lcui/react": "^0.5.0",
"@lcui/react-icons": "^1.0.1",
"@lcui/react-icons": "^1.0.4",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@types/react": "^18.2.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "3.4.17"
}
}
Loading

0 comments on commit 9e7e333

Please sign in to comment.