Skip to content

Commit

Permalink
chore: update ts-morph (#6301)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Sep 22, 2023
1 parent 2ac9c45 commit 274df35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/api/driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ interface FileSystem {
file: string,
data: string | Buffer,
options?: {
encoding: string;
} | string,
encoding: BufferEncoding;
} | BufferEncoding,
): Promise<void>;
readFile(file: string, encoding: string): Promise<string>;
readFile(file: string, encoding: BufferEncoding): Promise<string>;
pathExists(path: string): Promise<boolean>;
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"json5": "^2.2.3",
"piscina": "^4.1.0",
"reflect-metadata": "^0.1.13",
"ts-morph": "^19.0.0",
"ts-morph": "^20.0.0",
"typescript": "5.2.2",
"yargs": "^17.7.2"
}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,15 +1366,15 @@ __metadata:
languageName: node
linkType: hard

"@ts-morph/common@npm:~0.20.0":
version: 0.20.0
resolution: "@ts-morph/common@npm:0.20.0"
"@ts-morph/common@npm:~0.21.0":
version: 0.21.0
resolution: "@ts-morph/common@npm:0.21.0"
dependencies:
fast-glob: ^3.2.12
minimatch: ^7.4.3
mkdirp: ^2.1.6
path-browserify: ^1.0.1
checksum: eb02480971fbe045b4dd099d1ddb262d47d657197fefb73a4a2c89523975bfb0b23050207d49d19e853ef23bffdcb9d89a778f52f6b3385ae5bcf63322523700
checksum: c322e2a58608d7d924646b10ba9ad432b03e7b119788c9f0f270550bd5aca22947fcaa1c63f27e80898a50de3ed99fc8d9c23569c6a2f3f36c9307e35ceba3ed
languageName: node
linkType: hard

Expand Down Expand Up @@ -2075,7 +2075,7 @@ __metadata:
json5: ^2.2.3
piscina: ^4.1.0
reflect-metadata: ^0.1.13
ts-morph: ^19.0.0
ts-morph: ^20.0.0
typescript: 5.2.2
yargs: ^17.7.2
languageName: unknown
Expand Down Expand Up @@ -8492,13 +8492,13 @@ __metadata:
languageName: node
linkType: hard

"ts-morph@npm:^19.0.0":
version: 19.0.0
resolution: "ts-morph@npm:19.0.0"
"ts-morph@npm:^20.0.0":
version: 20.0.0
resolution: "ts-morph@npm:20.0.0"
dependencies:
"@ts-morph/common": ~0.20.0
"@ts-morph/common": ~0.21.0
code-block-writer: ^12.0.0
checksum: c2546da8dcbdfd5f987ef39f30e52de5cc89391b7357ad45e7a09d05d2fd0cabb92c9d1cf14860ba27e9e3476707b854ba9671a1c8e0a925b6457305ef3e23ea
checksum: 8a96d72a26e4e3c4139c581834364a97207f78a5878f70aa6f58787c0f4003a9386a64f43b814bac7bf028e572ef8660939f56844641b05bfaf7ae7437be9011
languageName: node
linkType: hard

Expand Down

0 comments on commit 274df35

Please sign in to comment.