Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0d97fe1

Browse files
committed
remove typedoc dependency, update typescript
1 parent a14b8cd commit 0d97fe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"jest-junit": "6.3.0",
2121
"launchdarkly-js-test-helpers": "^1.0.0",
2222
"launchdarkly-node-server-sdk": ">= 5.8.1",
23-
"typescript": "3.0.1"
23+
"typescript": "^3.8.3"
2424
},
2525
"jest": {
2626
"rootDir": ".",
@@ -34,7 +34,6 @@
3434
"dependencies": {
3535
"aws-sdk": "2.349.0",
3636
"node-cache": "4.2.0",
37-
"typedoc": "0.15.0",
3837
"winston": "2.4.1"
3938
},
4039
"peerDependencies": {

0 commit comments

Comments
 (0)