Skip to content

Commit

Permalink
ncu -u. prep 11.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2020
1 parent 0c1d790 commit 37cbe47
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 166 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ vendored versions of ExifTool match the version they vendor.

## Version history

### v11.5.0

- 🐞 `ExifDateTime` and `ExifDate` no longer accept just a year or year and month.
- 📦 Updated dependencies

### v11.4.0

- 🌱 ExifTool upgraded to [v12.01](https://exiftool.org/history.html#v12.01)
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,31 @@
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.1",
"@types/globule": "^1.1.3",
"@types/luxon": "^1.24.1",
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.14",
"@types/luxon": "^1.24.2",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.24",
"@types/progress": "^2.0.3",
"@types/rimraf": "^3.0.0",
"@types/tar-fs": "^2.0.0",
"@types/tmp": "^0.2.0",
"@types/xmldom": "^0.1.29",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.3.1",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.1",
"globule": "^1.3.2",
"mocha": "^8.0.1",
"npm-check-updates": "^7.0.1",
"npm-check-updates": "^7.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"progress": "^2.0.3",
Expand All @@ -102,12 +102,12 @@
"tar-fs": "^2.1.0",
"tmp": "^0.2.1",
"typedoc": "^0.17.8",
"typescript": "^3.9.5",
"typescript": "^3.9.7",
"xmldom": "^0.3.0",
"xpath": "^0.0.27"
},
"dependencies": {
"batch-cluster": "^5.11.0",
"batch-cluster": "^5.11.1",
"luxon": "^1.24.1",
"tz-lookup": "^6.1.25"
},
Expand Down
Loading

0 comments on commit 37cbe47

Please sign in to comment.