Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivin Kong <divin@okayish.dev>2020-07-12 03:31:25 +0300
committerDivin Kong <divin@okayish.dev>2020-07-12 03:32:06 +0300
commit26cc3ffd3d6e2baf4aee27f6b2165cc5dbb9115e (patch)
tree4fe63fbedbfcfcbc7d291a9e055e4abbdb29565a /package-lock.json
parentd80009cfc3ec239a96e61f4d24c611ab97ae7db6 (diff)
Improve Lighthouse scores
* Remove `Ubuntu` from the font list so that the css won't include the font files by default * Improve accessibility based on Lighthouse
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 073acac..d3bb097 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1725,9 +1725,9 @@
}
},
"vanilla-framework": {
- "version": "2.13.0",
- "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-2.13.0.tgz",
- "integrity": "sha512-EuxlGxO4SmCGL4GVzcye5aas2HGVqRhPxlTHg84Lfw1e1E4F/Coxs78i3xxkPGw3LOcfea0KU096ar1PnLNuXQ==",
+ "version": "2.14.1",
+ "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-2.14.1.tgz",
+ "integrity": "sha512-AHqqvbixiCKW6pHxsYh2WXPNMWvpiE0BNPxpFLP+mNigISGKghv+TB/OzJFhozfz2Zub+uGrlPjN2ysPON9G9w==",
"dev": true
},
"verror": {