Skip to content

Commit

Permalink
🐛 Fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Mar 15, 2024
1 parent 654eb50 commit 81d4920
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 73 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"semver": "^7.5.0",
"tsx": "^4.7.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"tsx": "^4.7.0",
"typescript": "^5.4.2",
"vite": "^5.0.2",
"vitest": "^0.34.6",
"webdriverio": "^8.6.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/doc-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^18.14.5",
"typedoc": "^0.23.26",
"typedoc-plugin-markdown": "^3.14.0"
"typedoc": "^0.25.12",
"typedoc-plugin-markdown": "^3.17.1"
},
"dependencies": {
"glob": "^9.2.1",
Expand Down
54 changes: 31 additions & 23 deletions packages/doc-internal/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"license": "MIT",
"devDependencies": {
"@huggingface/tasks": "workspace:^",
"@types/node": "^18.13.0",
"@types/node": "^20.11.28",
"type-fest": "^3.9.0"
},
"dependencies": {
Expand Down
14 changes: 10 additions & 4 deletions packages/hub/pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion packages/hub/src/lib/commit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("commit", () => {
{
operation: "addOrUpdate",
path: "tsconfig.json",
content: (await import("node:url")).pathToFileURL("./tsconfig.json"),
content: (await import("node:url")).pathToFileURL("./tsconfig.json") as URL,
},
];

Expand Down
Loading

0 comments on commit 81d4920

Please sign in to comment.