Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 21, 2023
1 parent dd2c21e commit 852f06a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@
"author": "Matthew McEachen <[email protected]>",
"license": "MIT",
"devDependencies": {
"@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": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"chai": "^4.3.8",
"@types/chai": "^4.3.11",
"@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",
"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.48.0",
"eslint-plugin-import": "^2.28.1",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"rimraf": "^5.0.1",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^5.0.5",
"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.0",
"typescript": "~5.2.2"
"typedoc": "^0.25.3",
"typescript": "~5.3.2"
}
}

0 comments on commit 852f06a

Please sign in to comment.