Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 16, 2021
1 parent 97d0caa commit eb0104e
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 335 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ vendored versions of ExifTool match the version they vendor.

## Version history

### v13.2.0

- 🌱 ExifTool upgraded to [v12.18](https://exiftool.org/history.html#v12.18)

- 📦 Updated dependencies

### v13.1.0

- 🐞 More complex characters, like emoji that use compound codepoints, like 🦍,
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,32 +69,32 @@
]
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.6",
"@types/fs-extra": "^9.0.7",
"@types/globule": "^1.1.3",
"@types/he": "^1.1.1",
"@types/luxon": "^1.25.0",
"@types/luxon": "^1.26.0",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"@types/node": "^14.14.28",
"@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.30",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"chai": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.17.0",
"eslint": "^7.20.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"globule": "^1.3.2",
"mocha": "^8.2.1",
"mocha": "^8.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"progress": "^2.0.3",
Expand All @@ -103,15 +103,15 @@
"source-map-support": "^0.5.19",
"tar-fs": "^2.1.1",
"tmp": "^0.2.1",
"typedoc": "^0.20.14",
"typescript": "^4.1.3",
"typedoc": "^0.20.25",
"typescript": "^4.1.5",
"xmldom": "^0.4.0",
"xpath": "^0.0.32"
},
"dependencies": {
"batch-cluster": "^6.0.0",
"batch-cluster": "^6.0.1",
"he": "^1.2.0",
"luxon": "^1.25.0",
"luxon": "^1.26.0",
"tz-lookup": "^6.1.25"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit eb0104e

Please sign in to comment.