Skip to content

Commit

Permalink
pull in ExifTool 12.73
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 17, 2024
1 parent 66bb1b7 commit e7538d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,47 +73,47 @@
"@types/globule": "^1.1.9",
"@types/he": "^1.2.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@types/node": "^20.11.4",
"@types/progress": "^2.0.7",
"@types/tmp": "^0.2.6",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@xmldom/xmldom": "^0.8.10",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.1.2",
"eslint-plugin-regexp": "^2.2.0",
"extract-zip": "^2.0.1",
"geo-tz": "^7.0.7",
"geo-tz": "^8.0.0",
"globule": "^1.3.4",
"mocha": "^10.2.0",
"npm-check-updates": "^16.14.12",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"prettier": "^3.2.3",
"prettier-plugin-organize-imports": "^3.2.4",
"progress": "^2.0.3",
"rimraf": "^5.0.5",
"serve": "^14.2.1",
"source-map-support": "^0.5.21",
"tmp": "^0.2.1",
"typedoc": "^0.25.6",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"xpath": "^0.0.34"
},
"dependencies-note": "@types/luxon is a proper dependency, not devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
"dependencies": {
"@photostructure/tz-lookup": "^9.0.0",
"@types/luxon": "^3.3.7",
"@types/luxon": "^3.4.1",
"batch-cluster": "^12.1.0",
"he": "^1.2.0",
"luxon": "^3.4.4"
},
"optionalDependencies": {
"exiftool-vendored.exe": "12.72.0",
"exiftool-vendored.pl": "12.72.0"
"exiftool-vendored.exe": "12.73.0",
"exiftool-vendored.pl": "12.73.0"
}
}

0 comments on commit e7538d0

Please sign in to comment.