Skip to content

Commit

Permalink
chore(deps): ⬆️ update dependency ts-morph to v15 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 25, 2022
1 parent cb7a4f2 commit 59c1fc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"strip-comments": "2.0.1",
"tailwindcss": "3.0.24",
"ts-jest": "28.0.2",
"ts-morph": "14.0.0",
"ts-morph": "15.0.0",
"ts-node": "10.7.0",
"typescript": "4.6.4",
"webpack": "5.72.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6064,10 +6064,10 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==

"@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.15.0":
version "0.15.0"
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.15.0.tgz#aece752746fc0d779d2acfaece95fb2c23327ba5"
integrity sha512-QefRbadcwfBnd3HWrltpjRJprHgeKfQsnbyGbRF8pEjMqISAljJwq4wfRETxxojsmN4GWuJv3PWG+W7kBIHMMw==
dependencies:
fast-glob "^3.2.11"
minimatch "^5.0.1"
Expand Down Expand Up @@ -20531,12 +20531,12 @@ ts-jest@28.0.2:
semver "7.x"
yargs-parser "^20.x"

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.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-15.0.0.tgz#927a85d22909b95fa81e399c94fea655d98be514"
integrity sha512-OZkg0TI1h6FVe8DZXyBo6p7NfCN9EZZkkA736f243KzQ3cypYWtaLc9eyNn/JH/fWYfQ4d6wIA4oM0vElRTGcQ==
dependencies:
"@ts-morph/common" "~0.13.0"
"@ts-morph/common" "~0.15.0"
code-block-writer "^11.0.0"

ts-node@10.7.0, ts-node@^10.7.0:
Expand Down

1 comment on commit 59c1fc0

@vercel
Copy link

@vercel vercel bot commented on 59c1fc0 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.