Skip to content

Commit f5ed38a

Browse files
committed
fix(deps): update dependencies
1 parent 6f15f3d commit f5ed38a

6 files changed

Lines changed: 513 additions & 521 deletions

File tree

docs/docs/usage/02-configuration_files.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ module.exports = {
2323
}
2424
```
2525

26-
For the full configuration options, see
27-
[ScaffoldConfigFile](../api/type-aliases/ScaffoldConfigFile).
26+
For the full configuration options, see [ScaffoldConfig](../api/interfaces/ScaffoldConfig).
2827

2928
If you want to supply functions inside the configurations, you must use a `.js`/`.cjs`/`.mjs` file
3029
as JSON does not support non-primitives.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"docusaurus-plugin-typedoc": "^1.4.2",
3232
"typedoc": "^0.28.18",
3333
"typedoc-plugin-markdown": "^4.11.0",
34-
"typescript": "~5.9.3"
34+
"typescript": "~6.0.2"
3535
},
3636
"browserslist": {
3737
"production": [

0 commit comments

Comments
 (0)