Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed May 10, 2023
1 parent ab78987 commit a6032ce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,31 +51,31 @@
"author": "Matthew McEachen <matthew-batchcluster@photostructure.com>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-string": "^1.4.2",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@types/node": "^20.1.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"chai-subset": "^1.6.0",
"chai-withintoleranceof": "^1.0.1",
"eslint": "^8.38.0",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"mocha": "^10.2.0",
"organize-imports-cli": "^0.10.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.0",
"seedrandom": "^3.0.5",
"serve": "^14.2.0",
"source-map-support": "^0.5.21",
"split2": "^4.2.0",
"timekeeper": "^2.2.0",
"typedoc": "^0.24.4",
"typedoc": "^0.24.7",
"typescript": "~5.0.4"
}
}

0 comments on commit a6032ce

Please sign in to comment.