feat: upgrade deps

This commit is contained in:
Cotes Chung
2023-05-13 05:28:50 +08:00
parent 24ebdb708f
commit 5f28c7d510
20 changed files with 1632 additions and 27 deletions

View File

@ -46,5 +46,33 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
+ submodules: true
```
## Versions
| Dependency | Version |
|:---------------------------------------------|----------------:|
| [Bootstrap][bootstrap] | 5.2.3 |
| [Clipboard][clipboard] | 2.0.11 |
| [Day.js][dayjs] | 1.11.7 |
| [Font Awesome Free][fontawesome] | 6.4.0 |
| [jQuery][jquery] | 3.7.0 |
| [Lazysizes][lazysizes] | 5.3.2 |
| [Magnific Popup][magnific-popup] | 1.1.0 |
| [Mermaid][mermaid] | 9.4.3 |
| [Simple-Jekyll-Search][simple-jekyll-search] | 1.10.0 |
| [Tocbot][tocbot] | 4.21.0 |
[assets]: https://github.com/cotes2020/chirpy-static-assets
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy
<!-- deps -->
[bootstrap]: https://www.jsdelivr.com/package/npm/bootstrap
[clipboard]: https://www.jsdelivr.com/package/npm/clipboard
[dayjs]: https://www.jsdelivr.com/package/npm/dayjs
[fontawesome]: https://fontawesome.com/download
[jquery]: https://www.jsdelivr.com/package/npm/jquery
[lazysizes]: https://www.jsdelivr.com/package/npm/lazysizes
[magnific-popup]: https://www.jsdelivr.com/package/npm/magnific-popup
[mermaid]: https://www.jsdelivr.com/package/npm/mermaid
[simple-jekyll-search]: https://www.jsdelivr.com/package/npm/simple-jekyll-search
[tocbot]: https://www.jsdelivr.com/package/npm/tocbot

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dayjs/dayjs.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1 @@
/**
* Skipped minification because the original files appears to be already minified.
* Original file: /npm/dayjs@1.10.7/locale/en.js
*
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_locale_en=n()}(this,(function(){"use strict";return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")}}));
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n():"function"==typeof define&&define.amd?define(n):(e="undefined"!=typeof globalThis?globalThis:e||self).dayjs_locale_en=n()}(this,(function(){"use strict";return{name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var n=["th","st","nd","rd"],t=e%100;return"["+e+(n[(t-20)%10]||n[t]||n[0])+"]"}}}));

View File

@ -0,0 +1,3 @@
# How to upgrade Fontawesome
Download [Fontawesome For The Web](https://fontawesome.com/download) and replace the target files.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1581
mermaid/mermaid.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long