aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2023-07-04 10:35:03 -0400
committerJason Miller <[email protected]>2023-07-04 10:35:03 -0400
commit5a17bef2d7bb833cac299dbc43d7961953461c04 (patch)
treeaf292d38ba9859f2c5fb01997c38ea6f335a407e
parent1194efba1adb575a1fdb26d7638f448faf5df2d4 (diff)
update deps
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ae9dc6f..a989165 100644
--- a/package.json
+++ b/package.json
@@ -98,7 +98,7 @@
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"chai": "^4.2.0",
- "documentation": "^13.0.0",
+ "documentation": "^14.0.2",
"eslint": "^7.1.0",
"eslint-config-developit": "^1.2.0",
"esm": "^3.2.25",
@@ -108,7 +108,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
- "ts-node": "^8.10.2",
- "typescript": "^3.9.7"
+ "ts-node": "^10.9.1",
+ "typescript": "^5.1.5"
}
}