Skip to content

Commit 853228b

Browse files
committed
chore: bump dependencies
1 parent b9c8859 commit 853228b

File tree

4 files changed

+1070
-1087
lines changed

4 files changed

+1070
-1087
lines changed

app/assets/main.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ code, pre {
3434

3535
button {
3636
cursor: pointer;
37+
38+
.iconify:only-child {
39+
display: block;
40+
}
3741
}
3842

3943
button, input, textarea {
@@ -42,13 +46,8 @@ button, input, textarea {
4246
color: currentcolor;
4347

4448
&:disabled {
45-
color: var(--c-text-3);
4649
cursor: not-allowed;
4750
}
48-
49-
.iconify:only-child {
50-
display: block;
51-
}
5251
}
5352

5453
p {

app/components/partial/Button.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ defineProps<ButtonProps>()
5252
5353
&:disabled {
5454
background-color: initial;
55+
color: revert;
5556
cursor: not-allowed;
5657
}
5758

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"packageManager": "pnpm@9.12.3",
77
"scripts": {
8-
"prepare": "nuxt prepare",
8+
"postinstall": "nuxt prepare",
99
"dev": "nuxt dev --no-qr",
1010
"build": "nuxt build",
1111
"generate": "nuxt generate",
@@ -21,21 +21,21 @@
2121
"vue-tippy": "^6.5.0"
2222
},
2323
"devDependencies": {
24-
"@antfu/eslint-config": "^3.8.0",
25-
"@nuxt/icon": "^1.7.2",
24+
"@antfu/eslint-config": "^3.9.1",
25+
"@nuxt/icon": "^1.7.5",
2626
"@nuxt/image": "^1.8.1",
2727
"@nuxtjs/color-mode": "^3.5.2",
2828
"@nuxtjs/seo": "2.0.0-rc.21",
2929
"@pinia/nuxt": "^0.7.0",
3030
"@vueuse/core": "^11.2.0",
3131
"@vueuse/nuxt": "^11.2.0",
3232
"@zinkawaii/stylelint-config": "^0.1.5",
33-
"eslint": "^9.14.0",
33+
"eslint": "^9.15.0",
3434
"nuxt": "3.13.2",
35-
"sass": "^1.80.6",
35+
"sass": "^1.81.0",
3636
"stylelint": "^16.10.0",
3737
"typescript": "^5.6.3",
38-
"vue": "3.5.12",
38+
"vue": "^3.5.13",
3939
"vue-router": "4.4.5"
4040
}
4141
}

0 commit comments

Comments
 (0)