Skip to content

Commit d60fafa

Browse files
committed
Upgrade dev dependencies
1 parent aa3882d commit d60fafa

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"test:watch": "pnpm run build:js && concurrently --kill-others-on-fail --names build,mocha 'pnpm run build:js --watch' 'mocha --watch'"
4848
},
4949
"devDependencies": {
50-
"@rgrove/eslint-config": "^5.0.0",
51-
"@types/node": "^18.11.18",
52-
"assert": "^2.0.0",
53-
"concurrently": "^7.6.0",
54-
"esbuild": "^0.17.3",
55-
"eslint": "^8.32.0",
56-
"expect-type": "^0.15.0",
57-
"mocha": "^10.2.0",
58-
"nyc": "^15.1.0",
50+
"@rgrove/eslint-config": "^5.1.0",
51+
"@types/node": "^22.7.9",
52+
"assert": "^2.1.0",
53+
"concurrently": "^9.0.1",
54+
"esbuild": "^0.24.0",
55+
"eslint": "^8.57.1",
56+
"expect-type": "^1.1.0",
57+
"mocha": "^10.7.3",
58+
"nyc": "^17.1.0",
5959
"path-browserify": "^1.0.1",
6060
"process": "^0.11.10",
61-
"typedoc": "^0.23.24",
62-
"typescript": "4.9.4"
61+
"typedoc": "^0.26.10",
62+
"typescript": "5.6.3"
6363
}
6464
}

tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"exactOptionalPropertyTypes": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"incremental": true,
13-
"importsNotUsedAsValues": "error",
1413
"isolatedModules": true,
1514
"lib": ["es2020"],
1615
"module": "commonjs",

typedoc.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/** @type {import('typedoc').TypeDocOptions} */
44
module.exports = {
55
entryPoints: ['./src'],
6+
highlightLanguages: ['javascript', 'typescript', 'xml'],
67
includeVersion: true,
78
out: 'docs',
89
};

0 commit comments

Comments
 (0)