From 96b384b269957d2cdeee5ee266c6505d4c6cf0af Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Thu, 12 Dec 2019 16:58:22 +0500 Subject: [PATCH] Fix links on homepage, reduce font weight in cards (#5396) --- docs/package-lock.json | 8 ++++---- docs/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index a6ed27d908..5ac336064d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9163,9 +9163,9 @@ } }, "vuepress-theme-cosmos": { - "version": "1.0.104", - "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.104.tgz", - "integrity": "sha512-vq7s+eteIqMEbkT1euRjzWRTSbSt1SBljHx5M0mplF3+RwJxtKbqKeN/pGewxz+3+myq+dctttFWbHCGaKmacA==", + "version": "1.0.105", + "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.105.tgz", + "integrity": "sha512-UZOPEnNuz5r6cB/o75Qj81/n5BOlpDkf+lGpNxo70C1Eqqg/pjzgj3phhxzSvgXbY5bpdCyeXWySQ8zZnnYtPA==", "requires": { "@cosmos-ui/vue": "^0.5.16", "@vuepress/plugin-last-updated": "^1.2.0", @@ -9697,4 +9697,4 @@ "integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g=" } } -} \ No newline at end of file +} diff --git a/docs/package.json b/docs/package.json index b09d03f7d4..f0bdcede34 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,6 +15,6 @@ "license": "ISC", "dependencies": { "@vuepress/plugin-google-analytics": "^1.2.0", - "vuepress-theme-cosmos": "^1.0.104" + "vuepress-theme-cosmos": "^1.0.105" } -} \ No newline at end of file +}