Skip to content

Commit d7def39

Browse files
committed
update docs + deps
1 parent 5dcdbc2 commit d7def39

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-events",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Lightweight, strongly-typed events, with monitored subscriptions.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -43,17 +43,17 @@
4343
"devDependencies": {
4444
"@types/chai": "5.0.0",
4545
"@types/chai-spies": "1.0.6",
46-
"@types/mocha": "10.0.8",
47-
"@types/node": "22.7.4",
48-
"browserify": "17.0.0",
46+
"@types/mocha": "10.0.9",
47+
"@types/node": "22.7.5",
48+
"browserify": "17.0.1",
4949
"chai": "5.1.1",
5050
"chai-spies": "1.1.0",
5151
"mocha": "10.7.3",
5252
"mocha-lcov-reporter": "1.3.0",
5353
"tslib": "2.7.0",
5454
"tslint": "6.1.3",
5555
"tsx": "4.19.1",
56-
"typedoc": "0.26.7",
57-
"typescript": "5.6.2"
56+
"typedoc": "0.26.9",
57+
"typescript": "5.6.3"
5858
}
5959
}

typedoc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"name": "SUB-EVENTS v1.10.0",
3+
"name": "SUB-EVENTS v1.10.1",
44
"out": "./docs",
55
"excludeExternals": true,
66
"excludePrivate": true,

0 commit comments

Comments
 (0)