Skip to content

Commit 5f84744

Browse files
committed
Update dependencies
1 parent e3702ec commit 5f84744

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@
5959
},
6060
"homepage": "https://srknzl.github.io/bigdecimal.js/api/current/docs",
6161
"devDependencies": {
62-
"@istanbuljs/nyc-config-typescript": "^1.0.1",
63-
"@typescript-eslint/eslint-plugin": "~4.27.0",
64-
"@typescript-eslint/parser": "~4.27.0",
62+
"@istanbuljs/nyc-config-typescript": "~1.0.2",
63+
"@typescript-eslint/eslint-plugin": "~5.9.0",
64+
"@typescript-eslint/parser": "~5.9.0",
6565
"benchmark": "~2.1.4",
6666
"big.js": "~6.1.1",
6767
"bigdecimal": "~0.6.1",
6868
"chai": "~4.3",
69-
"eslint": "~7.28.0",
70-
"mocha": "~9.0.0",
71-
"nyc": "^15.1.0",
69+
"eslint": "~8.6.0",
70+
"mocha": "~9.1.3",
71+
"nyc": "~15.1.0",
7272
"rimraf": "~3.0.2",
73-
"source-map-support": "^0.5.19",
74-
"ts-node": "^10.2.1",
75-
"typedoc": "~0.20.36",
76-
"typescript": "~4.2.4"
73+
"source-map-support": "~0.5.21",
74+
"ts-node": "~10.4.0",
75+
"typedoc": "~0.22.10",
76+
"typescript": "~4.5.4"
7777
}
7878
}

typedoc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"excludeExternals": true,
55
"excludeInternal": true,
66
"excludePrivate": true,
7-
"excludeProtected": true
7+
"excludeProtected": true,
8+
"entryPointStrategy": "Expand"
89
}

0 commit comments

Comments
 (0)