File tree Expand file tree Collapse file tree 6 files changed +441
-524
lines changed Expand file tree Collapse file tree 6 files changed +441
-524
lines changed Original file line number Diff line number Diff line change 3737 "@rollup/plugin-terser" : " ^0.4.4" ,
3838 "@types/lodash.kebabcase" : " ^4.1.9" ,
3939 "@types/node" : " ^22.13.0" ,
40- "@vitest/coverage-v8" : " ^2.1.8 " ,
41- "@vitest/ui" : " ^2.1.8 " ,
40+ "@vitest/coverage-v8" : " ^3.0.4 " ,
41+ "@vitest/ui" : " ^3.0.4 " ,
4242 "@vue/compiler-sfc" : " ~3.5.13" ,
4343 "@vue/server-renderer" : " ~3.5.13" ,
4444 "chalk" : " ^5.4.1" ,
5757 "rollup-plugin-typescript2" : " ^0.36.0" ,
5858 "semver" : " ^7.7.0" ,
5959 "simple-git-hooks" : " ^2.11.1" ,
60- "typedoc" : " ^0.26.11 " ,
61- "typedoc-plugin-markdown" : " ~4.2.0 " ,
62- "typescript" : " ~5.6 .3" ,
63- "vitest" : " ^2.1.8 " ,
60+ "typedoc" : " ^0.27.6 " ,
61+ "typedoc-plugin-markdown" : " ~4.4.1 " ,
62+ "typescript" : " ~5.7 .3" ,
63+ "vitest" : " ^3.0.4 " ,
6464 "vue" : " ~3.5.13"
6565 },
6666 "simple-git-hooks" : {
Original file line number Diff line number Diff line change 1818 "@vueuse/core" : " ^12.5.0" ,
1919 "pinia" : " workspace:*" ,
2020 "typedoc-vitepress-theme" : " ^1.1.2" ,
21- "vitepress" : " 1.5.0 " ,
21+ "vitepress" : " 1.6.3 " ,
2222 "vitepress-translation-helper" : " ^0.2.2" ,
2323 "vue-use-spring" : " ^0.3.3"
2424 }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export async function createTypeDocApp(config = {}) {
7070 if ( project ) {
7171 // Rendered docs
7272 try {
73- await app . generateDocs ( project , options . out )
73+ await app . generateOutputs ( project )
7474 app . logger . info ( `generated at ${ options . out } .` )
7575 } catch ( error ) {
7676 app . logger . error ( error )
Original file line number Diff line number Diff line change 4646 "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1"
4747 },
4848 "dependencies" : {
49- "@nuxt/kit" : " ^3.15.4 "
49+ "@nuxt/kit" : " ^3.9.0 "
5050 },
5151 "peerDependencies" : {
5252 "pinia" : " workspace:^"
5353 },
5454 "devDependencies" : {
5555 "@nuxt/module-builder" : " ^0.8.4" ,
56- "@nuxt/schema" : " ^3.15.4 " ,
56+ "@nuxt/schema" : " ^3.9.0 " ,
5757 "@nuxt/test-utils" : " ^3.15.4" ,
5858 "nuxt" : " ^3.15.4" ,
5959 "pinia" : " workspace:^" ,
Original file line number Diff line number Diff line change 6969 ],
7070 "license" : " MIT" ,
7171 "devDependencies" : {
72- "@microsoft/api-extractor" : " 7.48.0 " ,
72+ "@microsoft/api-extractor" : " 7.49.2 " ,
7373 "@vue/test-utils" : " ^2.4.6"
7474 },
7575 "dependencies" : {
You can’t perform that action at this time.
0 commit comments