Skip to content

Commit

Permalink
chore(deps-dev): bump ts-morph from 16.0.0 to 19.0.0
Browse files Browse the repository at this point in the history
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 16.0.0 to 19.0.0.
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](dsherret/ts-morph@16.0.0...19.0.0)

---
updated-dependencies:
- dependency-name: ts-morph
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent 3125a7c commit b198698
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"lodash": "^4.17.21",
"markdown-table": "^3.0.2",
"plop": "3.1.1",
"ts-morph": "16.0.0",
"ts-morph": "19.0.0",
"ts-node": "^10.9.1"
}
}
54 changes: 36 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7289,7 +7289,7 @@ __metadata:
lodash: ^4.17.21
markdown-table: ^3.0.2
plop: 3.1.1
ts-morph: 16.0.0
ts-morph: 19.0.0
ts-node: ^10.9.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9560,15 +9560,15 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -14276,10 +14276,10 @@ __metadata:
languageName: node
linkType: hard

"code-block-writer@npm:^11.0.3":
version: 11.0.3
resolution: "code-block-writer@npm:11.0.3"
checksum: f0a2605f19963d7087267c9b0fd0b05a6638a50e7b29b70f97aa01a514f59475b0626f8aa092188df853ee6d96745426dfa132d6a677795df462c6ce32c21639
"code-block-writer@npm:^12.0.0":
version: 12.0.0
resolution: "code-block-writer@npm:12.0.0"
checksum: 9f6505a4d668c9131c6f3f686359079439e66d5f50c236614d52fcfa53aeb0bc615b2c6c64ef05b5511e3b0433ccfd9f7756ad40eb3b9298af6a7d791ab1981d
languageName: node
linkType: hard

Expand Down Expand Up @@ -25001,6 +25001,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^7.4.3":
version: 7.4.6
resolution: "minimatch@npm:7.4.6"
dependencies:
brace-expansion: ^2.0.1
checksum: 1a6c8d22618df9d2a88aabeef1de5622eb7b558e9f8010be791cb6b0fa6e102d39b11c28d75b855a1e377b12edc7db8ff12a99c20353441caa6a05e78deb5da9
languageName: node
linkType: hard

"minimist-options@npm:^4.0.2":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down Expand Up @@ -25150,6 +25159,15 @@ __metadata:
languageName: node
linkType: hard

"mkdirp@npm:^2.1.6":
version: 2.1.6
resolution: "mkdirp@npm:2.1.6"
bin:
mkdirp: dist/cjs/src/bin.js
checksum: 8a1d09ffac585e55f41c54f445051f5bc33a7de99b952bb04c576cafdf1a67bb4bae8cb93736f7da6838771fbf75bc630430a3a59e1252047d2278690bd150ee
languageName: node
linkType: hard

"moment@npm:^2.29.1":
version: 2.29.4
resolution: "moment@npm:2.29.4"
Expand Down Expand Up @@ -33215,13 +33233,13 @@ __metadata:
languageName: node
linkType: hard

"ts-morph@npm:16.0.0":
version: 16.0.0
resolution: "ts-morph@npm:16.0.0"
"ts-morph@npm:19.0.0":
version: 19.0.0
resolution: "ts-morph@npm:19.0.0"
dependencies:
"@ts-morph/common": ~0.17.0
code-block-writer: ^11.0.3
checksum: a45ee1a2da09b06ac45a468c1cb9b00cc1b335224afddb22c30e4ad8a747b71c8a7c6cea29a6309ebf68d69f5dc8d3650d381891b77da5e2ad3e301dc3de40d5
"@ts-morph/common": ~0.20.0
code-block-writer: ^12.0.0
checksum: c2546da8dcbdfd5f987ef39f30e52de5cc89391b7357ad45e7a09d05d2fd0cabb92c9d1cf14860ba27e9e3476707b854ba9671a1c8e0a925b6457305ef3e23ea
languageName: node
linkType: hard

Expand Down

0 comments on commit b198698

Please sign in to comment.