Skip to content

Commit

Permalink
chore(all): updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Dec 5, 2024
1 parent 8479296 commit 11b5000
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 84 deletions.
156 changes: 78 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"consola": "^3.2.3",
"copyfiles": "^2.4.1",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"husky": "^9.1.7",
Expand All @@ -52,8 +52,8 @@
"ts-morph": "^24.0.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typedoc": "^0.27.1",
"typedoc": "^0.27.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
"typescript-eslint": "^8.17.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ function writeMarkdown(

if (isCI) {
spawnSync('typedoc', cmdArgs, {
stdio: 'pipe',
stdio: 'inherit',
});
} else {
spawn('typedoc', cmdArgs, {
stdio: 'pipe',
stdio: 'inherit',
});
}
}
Expand Down

0 comments on commit 11b5000

Please sign in to comment.