forked from TanStack/form
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(typedoc): Use
generateReferenceDocs
function (TanStack#872)
* docs(typedoc): Use `generateReferenceDocs` function * Simplify publish.js
- Loading branch information
1 parent
6fe229b
commit bde3b1c
Showing
7 changed files
with
238 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
"dev": "pnpm run watch", | ||
"prettier": "prettier --ignore-unknown .", | ||
"prettier:write": "pnpm run prettier --write", | ||
"docs:reference": "node scripts/reference-docs.js", | ||
"docs:generate": "node scripts/generateDocs.js", | ||
"cipublish": "node scripts/publish.js", | ||
"cipublishforce": "CI=true pnpm cipublish" | ||
}, | ||
|
@@ -41,7 +41,7 @@ | |
"devDependencies": { | ||
"@eslint-react/eslint-plugin": "^1.5.26", | ||
"@solidjs/testing-library": "^0.8.8", | ||
"@tanstack/config": "^0.9.6", | ||
"@tanstack/config": "^0.10.0", | ||
"@testing-library/jest-dom": "^6.4.6", | ||
"@testing-library/react": "^16.0.0", | ||
"@testing-library/user-event": "^14.5.2", | ||
|
@@ -62,9 +62,6 @@ | |
"rimraf": "^5.0.9", | ||
"sherif": "^0.10.0", | ||
"solid-js": "^1.8.18", | ||
"typedoc": "^0.26.4", | ||
"typedoc-plugin-frontmatter": "^1.0.0", | ||
"typedoc-plugin-markdown": "^4.2.1", | ||
"typescript": "5.4.2", | ||
"typescript49": "npm:[email protected]", | ||
"typescript50": "npm:[email protected]", | ||
|
Oops, something went wrong.