Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Oct 20, 2024
1 parent ef8d1c4 commit 99b221c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,31 @@
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-as-promised": "^8.0.1",
"@types/chai-string": "^1.4.5",
"@types/chai-subset": "^1.3.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^8.0.0",
"chai-string": "^1.5.0",
"chai-subset": "^1.6.0",
"chai-withintoleranceof": "^1.0.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"mocha": "^10.4.0",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^5.0.5",
"eslint-plugin-import": "^2.31.0",
"mocha": "^10.7.3",
"npm-check-updates": "^17.1.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"rimraf": "^6.0.1",
"seedrandom": "^3.0.5",
"serve": "^14.2.3",
"serve": "^14.2.4",
"source-map-support": "^0.5.21",
"split2": "^4.2.0",
"timekeeper": "^2.3.1",
"typedoc": "^0.25.13",
"typescript": "~5.4.5"
"typedoc": "^0.26.10",
"typescript": "~5.6.3"
}
}

0 comments on commit 99b221c

Please sign in to comment.