Skip to content

Commit

Permalink
ncu -u
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Apr 29, 2022
1 parent 2fb0e0d commit 745d2e9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"author": "Matthew McEachen <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/chai-string": "^1.4.2",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.30",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"chai-withintoleranceof": "^1.0.1",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.25.4",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"mocha": "^9.2.2",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
Expand All @@ -65,7 +65,7 @@
"source-map-support": "^0.5.21",
"split2": "^4.1.0",
"timekeeper": "^2.2.0",
"typedoc": "^0.22.13",
"typescript": "~4.6.3"
"typedoc": "^0.22.15",
"typescript": "~4.6.4"
}
}

0 comments on commit 745d2e9

Please sign in to comment.