Skip to content

Commit

Permalink
yarn u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Mar 26, 2024
1 parent 339c876 commit 95c5dae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@
"@types/globule": "^1.1.9",
"@types/he": "^1.2.3",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"@types/progress": "^2.0.7",
"@types/tmp": "^0.2.6",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@xmldom/xmldom": "^0.8.10",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-regexp": "^2.4.0",
"extract-zip": "^2.0.1",
"geo-tz": "^8.0.1",
"geo-tz": "^8.0.2",
"globule": "^1.3.4",
"mocha": "^10.3.0",
"npm-check-updates": "^16.14.15",
"mocha": "^10.4.0",
"npm-check-updates": "^16.14.18",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
Expand All @@ -100,20 +100,20 @@
"serve": "^14.2.1",
"source-map-support": "^0.5.21",
"tmp": "^0.2.3",
"typedoc": "^0.25.11",
"typescript": "^5.4.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.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.2",
"@photostructure/tz-lookup": "^10.0.0",
"@types/luxon": "^3.4.2",
"batch-cluster": "^13.0.0",
"he": "^1.2.0",
"luxon": "^3.4.4"
},
"optionalDependencies": {
"exiftool-vendored.exe": "12.78.0",
"exiftool-vendored.pl": "12.78.0"
"exiftool-vendored.exe": "12.80.0",
"exiftool-vendored.pl": "12.80.0"
}
}

0 comments on commit 95c5dae

Please sign in to comment.