Update onchange and uglify-js dependencies
This commit is contained in:
parent
4259ffdd6f
commit
736f77c9c6
4 changed files with 97 additions and 932 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
### Enhancements
|
||||
|
||||
- Update onchange and uglify-js dependencies.
|
||||
- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)
|
||||
- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)
|
||||
- Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)
|
||||
|
|
|
@ -5,7 +5,7 @@ permalink: /docs/history/
|
|||
excerpt: "Change log of enhancements and bug fixes made to the theme."
|
||||
sidebar:
|
||||
nav: docs
|
||||
last_modified_at: 2021-04-13T16:11:58-04:00
|
||||
last_modified_at: 2021-05-11T10:00:20-04:00
|
||||
toc: false
|
||||
---
|
||||
|
||||
|
@ -13,6 +13,7 @@ toc: false
|
|||
|
||||
### Enhancements
|
||||
|
||||
- Update onchange and uglify-js dependencies.
|
||||
- Document head and footer `custom.html` includes. [#2815](https://github.com/mmistakes/minimal-mistakes/pull/2815)
|
||||
- Color notices based on skin colors instead of fixed values. [#2887](https://github.com/mmistakes/minimal-mistakes/pull/2887)
|
||||
- Add configurable datetime format. [#2844](https://github.com/mmistakes/minimal-mistakes/pull/2844)
|
||||
|
|
1021
package-lock.json
generated
1021
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -23,8 +23,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5",
|
||||
"onchange": "^6.1.0",
|
||||
"uglify-js": "^3.8.0"
|
||||
"onchange": "^7.1.0",
|
||||
"uglify-js": "^3.13.6"
|
||||
},
|
||||
"scripts": {
|
||||
"uglify": "uglifyjs assets/js/vendor/jquery/jquery-3.5.1.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.ba-throttle-debounce.js assets/js/plugins/smooth-scroll.js assets/js/plugins/gumshoe.js assets/js/_main.js -c -m -o assets/js/main.min.js",
|
||||
|
|
Loading…
Reference in a new issue