Skip to content

Commit 9e7e333

Browse files
committed
build(deps): update devDependencies
1 parent 2f1f536 commit 9e7e333

File tree

3 files changed

+151
-122
lines changed

3 files changed

+151
-122
lines changed

app/about/page.tsx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ static void about_page_load_template(ui_widget_t *parent, about_page_refs_t *ref
9898
static void about_page_react_update(ui_widget_t *w)
9999
{
100100
about_page_react_t *_that = ui_widget_get_data(w, about_page_proto);
101-
ui_widget_set_style_string(_that->refs.ref_1, "font-size", "12px");
102-
ui_widget_set_style_string(_that->refs.ref_2, "font-size", "12px");
103101
}
104102

105103
static void about_page_react_init(ui_widget_t *w)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"license": "MIT",
2222
"devDependencies": {
2323
"@lcui/react": "^0.5.0",
24-
"@lcui/react-icons": "^1.0.1",
24+
"@lcui/react-icons": "^1.0.4",
2525
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
26+
"@types/react": "^18.2.0",
2627
"postcss": "^8.4.38",
2728
"react": "^18.2.0",
28-
"tailwindcss": "^3.4.3"
29+
"tailwindcss": "3.4.17"
2930
}
3031
}

0 commit comments

Comments
 (0)