⬆️ Chore(libs): update typeit from 7.8.0 to 8.7.0

This commit is contained in:
Cell
2022-08-30 15:20:02 +08:00
parent 09542fb999
commit b6b2f0518a
7 changed files with 9 additions and 14 deletions
+1
View File
@@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.
- Update simple-icons from 6.3.0 to 7.8.0
- Update emoji-data from 5.0.1 to 14.0.0
- Update mermaid from 9.1.3 to 9.1.6
- Update typeit from 7.0.4 to 8.7.0
- :wrench: Chore(deps-dev):
- Remove dependencies: minimist, babel-preset-minify
- **Full Changelog:** @Lruihao [`v0.2.15...v0.2.16`](https://github.com/hugo-fixit/FixIt/compare/v0.2.15...v0.2.16)
+2 -2
View File
@@ -73,8 +73,8 @@ libFiles:
sharerJS: sharer.js@0.5.1/sharer.min.js
# twemoji@13.1.0 https://github.com/twitter/twemoji
twemojiJS: twemoji@14.0.2/dist/twemoji.min.js
# typeit@7.0.4 https://github.com/alexmacarthur/typeit
typeitJS: typeit@7.0.4/dist/typeit.min.js
# typeit@8.7.0 https://github.com/alexmacarthur/typeit
typeitJS: typeit@8.7.0/dist/index.umd.js
# valine@1.5.0 https://github.com/xCss/Valine
valineJS: valine@1.5.0/dist/Valine.min.js
# vconsole@3.14.6 https://github.com/Tencent/vConsole
+2 -2
View File
@@ -73,8 +73,8 @@ libFiles:
sharerJS: sharer.js@0.5.1/sharer.min.js
# twemoji@13.1.0 https://github.com/twitter/twemoji
twemojiJS: twemoji@14.0.2/dist/twemoji.min.js
# typeit@7.0.4 https://github.com/alexmacarthur/typeit
typeitJS: typeit@7.0.4/dist/typeit.min.js
# typeit@8.7.0 https://github.com/alexmacarthur/typeit
typeitJS: typeit@8.7.0/dist/index.umd.js
# valine@1.5.0 https://github.com/xCss/Valine
valineJS: valine@1.5.0/dist/Valine.min.js
# vconsole@3.14.6 https://github.com/Tencent/vConsole
+1 -1
View File
@@ -26,7 +26,7 @@ pangu.js@4.0.7 https://github.com/vinta/pangu.js
sharer.js@0.5.1 https://github.com/ellisonleao/sharer.js
simple-icons@7.8.0 https://github.com/simple-icons/simple-icons
twemoji@14.0.2 https://github.com/twitter/twemoji
typeit@7.0.4 https://github.com/alexmacarthur/typeit
typeit@8.7.0 https://github.com/alexmacarthur/typeit
valine@1.5.0 https://github.com/xCss/Valine
vconsole@3.14.6 https://github.com/Tencent/vConsole
waline@2.6.1 https://github.com/walinejs/waline
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -76,7 +76,7 @@
{{- /* TypeIt */ -}}
{{- with (.Scratch.Get "this").typeitMap -}}
{{- $typeit := $.Site.Params.typeit -}}
{{- $source := $cdn.typeitJS | default "lib/typeit/typeit.min.js" -}}
{{- $source := $cdn.typeitJS | default "lib/typeit/index.umd.js" -}}
{{- dict "Source" $source "Fingerprint" $fingerprint "Defer" true | dict "Scratch" $.Scratch "Data" | partial "scratch/script.html" -}}
{{- $config = dict "speed" $typeit.speed "cursorSpeed" $typeit.cursorSpeed "cursorChar" $typeit.cursorChar "duration" $typeit.duration "data" . | dict "typeit" | merge $config -}}
{{- end -}}