Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 11, 2023
1 parent 1549417 commit aa8728e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"clean": "rimraf lib dist coverage .nyc_output",
"precompile": "yarn clean",
"compile": "tsc",
"compile:watch": "yarn precompile && tsc --watch",
"premktags": "yarn compile",
"mktags": "node dist/update/mktags.js",
"lint": "yarn eslint src --ext .ts",
Expand Down Expand Up @@ -68,48 +69,48 @@
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^11.0.0",
"@types/fs-extra": "^11.0.1",
"@types/globule": "^1.1.4",
"@types/he": "^1.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.11",
"@types/node": "^18.11.18",
"@types/progress": "^2.0.5",
"@types/rimraf": "^3.0.2",
"@types/tar-fs": "^2.0.1",
"@types/tmp": "^0.2.3",
"@types/xmldom": "^0.1.31",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@xmldom/xmldom": "^0.8.6",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^8.29.0",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.1.0",
"geo-tz": "^7.0.6",
"globule": "^1.3.4",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"prettier": "^2.8.2",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"serve": "^14.1.2",
"source-map-support": "^0.5.21",
"tmp": "^0.2.1",
"typedoc": "^0.23.21",
"typescript": "~4.9.3",
"typedoc": "^0.23.24",
"typescript": "~4.9.4",
"xpath": "^0.0.32"
},
"dependencies-note": "@types/luxon is not a devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
"dependencies": {
"@photostructure/tz-lookup": "^7.0.0",
"@types/luxon": "^3.1.0",
"@types/luxon": "^3.2.0",
"batch-cluster": "^11.0.0",
"he": "^1.2.0",
"luxon": "^3.1.1"
"luxon": "^3.2.1"
},
"optionalDependencies": {
"exiftool-vendored.exe": "12.50.0",
Expand Down

0 comments on commit aa8728e

Please sign in to comment.