Skip to content

Commit 2c184fc

Browse files
committed
chore: up deps
1 parent bed24df commit 2c184fc

File tree

3 files changed

+236
-188
lines changed

3 files changed

+236
-188
lines changed

docs/.vitepress/components/HomeSponsorsGroup.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
>
1515
<img
1616
:src="sponsor.imgSrc"
17-
:class="sponsor.imgSrcLight === imgSrcDark && 'invert-colors'"
17+
:class="
18+
isDark &&
19+
sponsor.imgSrcLight === sponsor.imgSrcDark &&
20+
'invert-colors'
21+
"
1822
:alt="sponsor.alt"
1923
:style="{ width: size + 'px' }"
2024
/>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"codecov": "^3.8.2",
8686
"conventional-changelog-cli": "^2.1.1",
8787
"css-loader": "^5.1.3",
88-
"dotenv": "^9.0.2",
88+
"dotenv": "^10.0.0",
8989
"faked-promise": "^2.2.2",
9090
"html-webpack-plugin": "^5.3.1",
9191
"jest": "^26.6.1",
@@ -101,9 +101,9 @@
101101
"serve-handler": "^6.1.3",
102102
"style-loader": "^2.0.0",
103103
"ts-loader": "^9.1.2",
104-
"ts-node": "^9.1.1",
104+
"ts-node": "^10.0.0",
105105
"typescript": "^4.2.3",
106-
"vitepress": "^0.13.0",
106+
"vitepress": "^0.14.0",
107107
"vue": "^3.0.7",
108108
"vue-loader": "^16.1.2",
109109
"webpack": "^5.37.0",

0 commit comments

Comments
 (0)