Update onchange development dependency in package.json

Close #2241
This commit is contained in:
Michael Rose 2019-08-28 08:57:31 -04:00
parent cc365940c5
commit a2fdc94fb7
4 changed files with 157 additions and 1829 deletions

View file

@ -2,6 +2,7 @@
### Enhancements
- Update [onchange](https://www.npmjs.com/package/onchange) development dependency in `package.json`. [#2241](https://github.com/mmistakes/minimal-mistakes/issues/2241)
- Add Catalan localized UI text strings. [#2237](https://github.com/mmistakes/minimal-mistakes/pull/2237)
## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)

View file

@ -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: 2019-08-20T21:40:09-04:00
last_modified_at: 2019-08-28T08:56:56-04:00
toc: false
---
@ -13,6 +13,7 @@ toc: false
### Enhancements
- Update [onchange](https://www.npmjs.com/package/onchange) development dependency in `package.json`. [#2241](https://github.com/mmistakes/minimal-mistakes/issues/2241)
- Add Catalan localized UI text strings. [#2237](https://github.com/mmistakes/minimal-mistakes/pull/2237)
## [4.16.6](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.16.6)

1980
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"onchange": "^5.1.3",
"onchange": "^6.0.0",
"uglify-js": "^3.4.9"
},
"scripts": {