Skip to content

Commit

Permalink
fix(deps): update dependency ts-morph to v23 (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 30acee6 commit 05fa628
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"source-map-support": "0.5.21",
"ts-morph": "22.0.0"
"ts-morph": "23.0.0"
},
"devDependencies": {
"@types/body-parser": "^1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6631,15 +6631,15 @@ __metadata:
languageName: node
linkType: hard

"@ts-morph/common@npm:~0.23.0":
version: 0.23.0
resolution: "@ts-morph/common@npm:0.23.0"
"@ts-morph/common@npm:~0.24.0":
version: 0.24.0
resolution: "@ts-morph/common@npm:0.24.0"
dependencies:
fast-glob: "npm:^3.3.2"
minimatch: "npm:^9.0.3"
minimatch: "npm:^9.0.4"
mkdirp: "npm:^3.0.1"
path-browserify: "npm:^1.0.1"
checksum: 10/05eabbab5a63d71a7dac17202519d23d4d4ec30780364d4dc3096ca86291e19f0284d0592a6ee89ec257204075a985d00f4788d816a89c41d0c1e0c8d281c480
checksum: 10/5b732789868e92689c86a902c8f4528d998ac2e183a02cfeff6cf7731075d254cf3dd1e7bb73f2943ec1fcde6f2fb1caa19ee47a17a4289be08c224d68a902d4
languageName: node
linkType: hard

Expand Down Expand Up @@ -11239,7 +11239,7 @@ __metadata:
reflect-metadata: "npm:0.2.2"
rxjs: "npm:7.8.1"
source-map-support: "npm:0.5.21"
ts-morph: "npm:22.0.0"
ts-morph: "npm:23.0.0"
ts-node: "npm:10.9.2"
ts-node-dev: "npm:2.0.0"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -15369,7 +15369,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.1, minimatch@npm:^9.0.3, minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.1, minimatch@npm:^9.0.4":
version: 9.0.4
resolution: "minimatch@npm:9.0.4"
dependencies:
Expand Down Expand Up @@ -19378,13 +19378,13 @@ __metadata:
languageName: node
linkType: hard

"ts-morph@npm:22.0.0":
version: 22.0.0
resolution: "ts-morph@npm:22.0.0"
"ts-morph@npm:23.0.0":
version: 23.0.0
resolution: "ts-morph@npm:23.0.0"
dependencies:
"@ts-morph/common": "npm:~0.23.0"
"@ts-morph/common": "npm:~0.24.0"
code-block-writer: "npm:^13.0.1"
checksum: 10/e5d81d0d8d990fa9f86e285bd4052bcfa462e2f798f7eda86e11afc7d884dfdb053998dcbf79942942e8032070f8b266745e017771674a169731494fe035e192
checksum: 10/2ac0e615021b9d4115df60be02fce0b9b80cb0db173b7836ac70f60f987d9f055ec6a4b2233cf6ed9bdd7f1d8854e8266f5af2d4d40ca738cd7374246e163da3
languageName: node
linkType: hard

Expand Down

0 comments on commit 05fa628

Please sign in to comment.