Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 27, 2021
1 parent bed24df commit 2c184fc
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 188 deletions.
6 changes: 5 additions & 1 deletion docs/.vitepress/components/HomeSponsorsGroup.vue
Expand Up @@ -14,7 +14,11 @@
>
<img
:src="sponsor.imgSrc"
:class="sponsor.imgSrcLight === imgSrcDark && 'invert-colors'"
:class="
isDark &&
sponsor.imgSrcLight === sponsor.imgSrcDark &&
'invert-colors'
"
:alt="sponsor.alt"
:style="{ width: size + 'px' }"
/>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -85,7 +85,7 @@
"codecov": "^3.8.2",
"conventional-changelog-cli": "^2.1.1",
"css-loader": "^5.1.3",
"dotenv": "^9.0.2",
"dotenv": "^10.0.0",
"faked-promise": "^2.2.2",
"html-webpack-plugin": "^5.3.1",
"jest": "^26.6.1",
Expand All @@ -101,9 +101,9 @@
"serve-handler": "^6.1.3",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.2",
"ts-node": "^9.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.2.3",
"vitepress": "^0.13.0",
"vitepress": "^0.14.0",
"vue": "^3.0.7",
"vue-loader": "^16.1.2",
"webpack": "^5.37.0",
Expand Down

0 comments on commit 2c184fc

Please sign in to comment.