Skip to content

Commit

Permalink
feat!: update to ts 5.3 and outline minimum dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Dec 24, 2023
1 parent 722f690 commit d01fadd
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 392 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-beers-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'extractinator': patch
---

breaking: update to ts 5.3 and outline minimum dep versions
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

A tool to extract the api information from Svelte and TS/JS files. Extract slots, events, module exports, props, and css props all with parsed tsdoc comments.

## Requirements

| Tool | Version |
| ------ | --------------------------------- |
| Node | v18 >= |
| TS | 5.3 (other v5 may work, untested) |
| Svelte | v4 |

## CLI

```bash
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"chalk": "^5.3.0",
"desm": "^1.3.0",
"sade": "^1.8.1",
"svelte": "^4.2.1",
"svelte2tsx": "^0.6.23",
"svelte": "^4.2.8",
"svelte2tsx": "=0.6.27",
"tiny-glob": "^0.2.9",
"ts-morph": "^20.0.0",
"typescript": "^5.2.2"
"ts-morph": "^21.0.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^20.8.5",
"publint": "^0.2.5",
"tsup": "^7.2.0",
"vite": "^4.4.11",
"vite-node": "^0.34.6"
"@types/node": "^20.10.5",
"publint": "^0.2.7",
"tsup": "^8.0.1",
"vite": "^5.0.10",
"vite-node": "^1.1.0"
},
"homepage": "https://github.com/ghostdevv/extractinator",
"repository": {
Expand Down
Loading

0 comments on commit d01fadd

Please sign in to comment.