Skip to content

Commit 19d0b12

Browse files
committed
chore: bump 7.css to v0.21.0
1 parent 7aa238d commit 19d0b12

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dev/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<template #games> games </template>
1010
<template #softs> softs </template>
1111
</winui-tabs>
12-
<winui-progress progress="50%" class="error" />
12+
<winui-progress :progress="50" class="error" />
1313
<winui-groupbox label="Radio buttons">
1414
<winui-radio id="theme-light" value="light" name="theme" checked>
1515
Light

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
4242
},
4343
"devDependencies": {
44-
"7.css": "^0.20.0",
44+
"7.css": "^0.21.0",
4545
"@rushstack/eslint-patch": "^1.1.0",
4646
"@vitejs/plugin-legacy": "^2.0.0",
4747
"@vitejs/plugin-vue2": "^1.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"7.css@^0.20.0":
6-
version "0.20.0"
7-
resolved "https://registry.yarnpkg.com/7.css/-/7.css-0.20.0.tgz#0e16891e275db4c50d81436fe8e6d1f41919a534"
8-
integrity sha512-QJ2Qg2YI5ncpNJuHoFWTPDSYMb7H017I5nlcwdsD/C2Ub/8Pcb2xpiSfXsR+UdDTFWkn/jOr+E29fmfHTRQF4A==
5+
"7.css@^0.21.0":
6+
version "0.21.0"
7+
resolved "https://registry.yarnpkg.com/7.css/-/7.css-0.21.0.tgz#012fe193ebaed6f9072777bee10ba5710ed3ee3b"
8+
integrity sha512-njC6RWJ12khdPU343fWtFrcXO7MYFUIHo/yw6PGexW0u/E/HR/w2NQcIJLDk910lzxyTztbteg4nLKg+JLPGRw==
99

1010
"@babel/parser@^7.18.4":
1111
version "7.20.0"

0 commit comments

Comments
 (0)