Skip to content

Commit

Permalink
upgrade ts-morph to 23.0.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Sep 1, 2024
1 parent fd8afa1 commit 00ce7a0
Show file tree
Hide file tree
Showing 4 changed files with 4,432 additions and 3,659 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-apricots-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": patch
---

upgrade ts-morph to 23.0.0
2 changes: 1 addition & 1 deletion docs/modules/Configuration.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Added in v1.0.0
**Signature**

```ts
export declare const ConfigurationSchema: Schema.struct<{
export declare const ConfigurationSchema: Schema.Struct<{
$schema: Schema.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>
projectHomepage: Schema.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>
srcDir: Schema.PropertySignature<"?:", string | undefined, never, "?:", string | undefined, never>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"rimraf": "^5.0.5",
"ts-morph": "^22.0.0",
"ts-morph": "^23.0.0",
"tsconfck": "^3.0.3",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
Expand Down
Loading

0 comments on commit 00ce7a0

Please sign in to comment.