Skip to content

Commit

Permalink
Merge pull request #18 from mkusaka/renovate/ts-morph-15.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency ts-morph to v15
  • Loading branch information
mkusaka authored Jun 4, 2022
2 parents cb16dd5 + e828d0d commit 684c670
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"js-yaml": "^3.14.1",
"ts-morph": "^14.0.0"
"ts-morph": "^15.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@nodelib/fs.scandir" "2.1.3"
fastq "^1.6.0"

"@ts-morph/common@~0.13.0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.13.0.tgz#77dea1565baaf002d1bc2c20e05d1fb3349008a9"
integrity sha512-fEJ6j7Cu8yiWjA4UmybOBH9Efgb/64ZTWuvCF4KysGu4xz8ettfyaqFt8WZ1btCxXsGZJjZ2/3svOF6rL+UFdQ==
"@ts-morph/common@~0.16.0":
version "0.16.0"
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.16.0.tgz#57e27d4b3fd65a4cd72cb36679ed08acb40fa3ba"
integrity sha512-SgJpzkTgZKLKqQniCjLaE3c2L2sdL7UShvmTmPBejAKd2OKV/yfMpQ2IWpAuA+VY5wy7PkSUaEObIqEK6afFuw==
dependencies:
fast-glob "^3.2.11"
minimatch "^5.0.1"
minimatch "^5.1.0"
mkdirp "^1.0.4"
path-browserify "^1.0.1"

Expand Down Expand Up @@ -213,10 +213,10 @@ micromatch@^4.0.4:
braces "^3.0.1"
picomatch "^2.2.3"

minimatch@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
minimatch@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
dependencies:
brace-expansion "^2.0.1"

Expand Down Expand Up @@ -257,12 +257,12 @@ to-regex-range@^5.0.1:
dependencies:
is-number "^7.0.0"

ts-morph@^14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-14.0.0.tgz#6bffb7e4584cf6a9aebce2066bf4258e1d03f9fa"
integrity sha512-tO8YQ1dP41fw8GVmeQAdNsD8roZi1JMqB7YwZrqU856DvmG5/710e41q2XauzTYrygH9XmMryaFeLo+kdCziyA==
ts-morph@^15.1.0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-15.1.0.tgz#53deea5296d967ff6eba8f15f99d378aa7074a4e"
integrity sha512-RBsGE2sDzUXFTnv8Ba22QfeuKbgvAGJFuTN7HfmIRUkgT/NaVLfDM/8OFm2NlFkGlWEXdpW5OaFIp1jvqdDuOg==
dependencies:
"@ts-morph/common" "~0.13.0"
"@ts-morph/common" "~0.16.0"
code-block-writer "^11.0.0"

ts-node@^10.7.0:
Expand Down

0 comments on commit 684c670

Please sign in to comment.