feat: upgrade deps
This commit is contained in:
28
README.md
28
README.md
@ -46,5 +46,33 @@ Static assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] b
|
|||||||
+ submodules: true
|
+ 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
|
[assets]: https://github.com/cotes2020/chirpy-static-assets
|
||||||
[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy
|
[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
|
||||||
|
6
bootstrap/bootstrap.bundle.min.js
vendored
6
bootstrap/bootstrap.bundle.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
10
bootstrap/bootstrap.min.css
vendored
10
bootstrap/bootstrap.min.css
vendored
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
2
dayjs/dayjs.min.js
vendored
File diff suppressed because one or more lines are too long
8
dayjs/locale/en.min.js
vendored
8
dayjs/locale/en.min.js
vendored
@ -1,7 +1 @@
|
|||||||
/**
|
!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])+"]"}}}));
|
||||||
* 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("_")}}));
|
|
3
fontawesome-free/README.md
Normal file
3
fontawesome-free/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# How to upgrade Fontawesome
|
||||||
|
|
||||||
|
Download [Fontawesome For The Web](https://fontawesome.com/download) and replace the target files.
|
9
fontawesome-free/css/all.min.css
vendored
9
fontawesome-free/css/all.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
jquery/jquery.min.js
vendored
4
jquery/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
1581
mermaid/mermaid.min.js
vendored
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
Reference in New Issue
Block a user