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 f9e83c7 commit 384cb13
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 @@ -49,30 +49,30 @@
"author": "Matthew McEachen <matthew-batchcluster@photostructure.com>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-string": "^1.4.2",
"@types/chai-subset": "^1.3.3",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.20",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"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.24.0",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"mocha": "^10.2.0",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"serve": "^14.0.1",
"serve": "^14.1.2",
"source-map-support": "^0.5.21",
"split2": "^4.1.0",
"timekeeper": "^2.2.0",
"typedoc": "^0.23.15",
"typescript": "~4.9.3"
"typedoc": "^0.23.24",
"typescript": "~4.9.4"
}
}

0 comments on commit 384cb13

Please sign in to comment.