Skip to content

Commit 51fbf74

Browse files
committed
chore: update TS (5.8.2), api extractor (7.52.13), tsdoc (0.28.13) adn tsdoc-plugin-md (4.8.1)
1 parent ce33564 commit 51fbf74

File tree

4 files changed

+185
-136
lines changed

4 files changed

+185
-136
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"prettier": "^3.5.3",
4646
"semver": "^7.7.1",
4747
"simple-git-hooks": "^2.13.0",
48-
"typedoc": "^0.26.11",
49-
"typedoc-plugin-markdown": "^4.2.10",
50-
"typescript": "~5.6.3",
48+
"typedoc": "^0.28.13",
49+
"typedoc-plugin-markdown": "^4.8.1",
50+
"typescript": "~5.8.2",
5151
"vitest": "^2.1.9"
5252
},
5353
"simple-git-hooks": {

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@vue/devtools-api": "^6.6.4"
118118
},
119119
"devDependencies": {
120-
"@microsoft/api-extractor": "^7.48.0",
120+
"@microsoft/api-extractor": "^7.52.13",
121121
"@rollup/plugin-alias": "^5.1.1",
122122
"@rollup/plugin-commonjs": "^25.0.8",
123123
"@rollup/plugin-node-resolve": "^15.3.1",

packages/router/src/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ export interface Router {
396396
* Creates a Router instance that can be used by a Vue app.
397397
*
398398
* @param options - {@link RouterOptions}
399+
* @param transitionMode The new transition mode option.
399400
*/
400401
export function createRouter(
401402
options: RouterOptions,

0 commit comments

Comments
 (0)