Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 10, 2024
1 parent 01ca551 commit 06bf7af
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,27 +53,29 @@
"@types/chai-as-promised": "^7.1.8",
"@types/chai-string": "^1.4.5",
"@types/chai-subset": "^1.3.5",
"@types/mocha": "^10.0.5",
"@types/node": "^20.9.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"chai-subset": "^1.6.0",
"chai-withintoleranceof": "^1.0.1",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"mocha": "^10.3.0",
"npm-check-updates": "^16.14.14",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^5.0.5",
"release-it": "^17.0.3",
"seedrandom": "^3.0.5",
"serve": "^14.2.1",
"source-map-support": "^0.5.21",
"split2": "^4.2.0",
"timekeeper": "^2.3.1",
"typedoc": "^0.25.3",
"typescript": "~5.3.2"
"typedoc": "^0.25.7",
"typescript": "~5.3.3"
}
}

0 comments on commit 06bf7af

Please sign in to comment.