Skip to content

Commit 6252ef0

Browse files
committed
fix(deps): update all non-major dependencies
1 parent bc2fc35 commit 6252ef0

File tree

5 files changed

+291
-84
lines changed

5 files changed

+291
-84
lines changed

.vitepress/theme/components/landing/1. hero-section/HeroDiagram.vue

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ onMounted(() => {
520520
bottom: 0;
521521
transform: translate3d(0, 0, 0) scale(1);
522522
transition: transform 0.3s ease-in-out;
523-
background: linear-gradient(
523+
background:
524+
linear-gradient(
524525
130deg,
525526
rgba(61, 61, 61, 0.3) 0%,
526527
rgba(61, 61, 61, 0) 40%
@@ -713,7 +714,8 @@ onMounted(() => {
713714
opacity: 0.1;
714715
}
715716
716-
background: url('/noise.png'),
717+
background:
718+
url('/noise.png'),
717719
radial-gradient(
718720
circle at right center,
719721
rgb(86, 50, 119) 0%,
@@ -729,7 +731,8 @@ onMounted(() => {
729731
);
730732
731733
@media (min-width: 1024px) {
732-
background: url('/noise.png'),
734+
background:
735+
url('/noise.png'),
733736
radial-gradient(
734737
circle at right center,
735738
rgba(75, 41, 105, 0.5) 0%,
@@ -747,7 +750,8 @@ onMounted(() => {
747750
}
748751
749752
@media (min-width: 1500px) {
750-
background: url('/noise.png'),
753+
background:
754+
url('/noise.png'),
751755
radial-gradient(
752756
circle at right center,
753757
rgba(75, 41, 105, 0.5) 0%,
@@ -765,7 +769,8 @@ onMounted(() => {
765769
}
766770
767771
@media (min-width: 1800px) {
768-
background: url('/noise.png'),
772+
background:
773+
url('/noise.png'),
769774
radial-gradient(
770775
circle at right center,
771776
rgba(75, 41, 105, 0.5) 0%,

.vitepress/theme/components/landing/2. feature-section/FeatureInstantServerStart.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ onUnmounted(() => {
342342
bottom: 0;
343343
height: 100%;
344344
border-radius: 12px 0 0 12px;
345-
background: url('/noise.png'),
345+
background:
346+
url('/noise.png'),
346347
radial-gradient(
347348
ellipse 140% 80% at 96% bottom,
348349
#13b351 0%,

.vitepress/theme/styles/landing.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ html:has(.landing) {
176176

177177
&.btn--primary {
178178
position: relative;
179-
background: radial-gradient(
179+
background:
180+
radial-gradient(
180181
141.42% 141.42% at 100% 0%,
181182
rgba(255, 255, 255, 0.4) 0%,
182183
rgba(255, 255, 255, 0) 100%
@@ -194,7 +195,8 @@ html:has(.landing) {
194195
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75) inset;
195196

196197
&:hover {
197-
background: radial-gradient(
198+
background:
199+
radial-gradient(
198200
141.42% 141.42% at 100% 0%,
199201
rgba(255, 255, 255, 0.5) 0%,
200202
rgba(255, 255, 255, 0) 100%

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"lint": "textlint --format pretty-error **/*.md"
1010
},
1111
"devDependencies": {
12-
"@shikijs/vitepress-twoslash": "^2.2.0",
12+
"@shikijs/vitepress-twoslash": "^2.3.2",
1313
"@type-challenges/utils": "^0.1.1",
1414
"@types/express": "^4.17.21",
15-
"@types/node": "^22.13.0",
15+
"@types/node": "^22.13.4",
1616
"feed": "^4.2.2",
1717
"gsap": "^3.12.7",
1818
"lint-staged": "^15.4.3",
1919
"textlint": "^13.4.1",
2020
"textlint-filter-rule-allowlist": "^4.0.0",
2121
"textlint-filter-rule-comments": "^1.2.2",
2222
"textlint-rule-preset-vuejs-jp": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git",
23-
"vite": "^6.0.11",
23+
"vite": "^6.1.0",
2424
"vitepress": "1.6.3",
2525
"vitepress-plugin-group-icons": "^1.3.5",
2626
"vue": "^3.5.13",

0 commit comments

Comments
 (0)