Skip to content

Commit cfca775

Browse files
committed
fix(dependencies): ts-morph
[email protected] pulls in `inspector` requires inspector dependency but doesn't ship it.
1 parent 2c40108 commit cfca775

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"contentful-export": "^7.11.6",
3131
"fs-extra": "^9.1.0",
3232
"lodash": "^4.17.15",
33-
"ts-morph": "^10.0.1",
33+
"ts-morph": "9.1.0",
3434
"ts-node": "^9.0.0",
3535
"tslib": "^2"
3636
},

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -549,16 +549,17 @@
549549
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
550550
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
551551

552-
"@ts-morph/common@~0.8.0":
553-
version "0.8.0"
554-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.8.0.tgz#ae7b292df8258040465c50b378108ec8f09a9516"
555-
integrity sha512-YbjWiMXLMKxWxcMqP47nwZVWVBwoF5B65dtRz0lya2LetjldAPxTxRbRo1n4Iszr2tSvzXeaa+f1AbULmfc5uA==
552+
"@ts-morph/common@~0.7.0":
553+
version "0.7.5"
554+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.7.5.tgz#d81603abd4b86d0099d69239cbbcdf990a5dfb25"
555+
integrity sha512-nlFunSKAsFWI0Ol/uPxJcpVqXxTGNuaWXTmoQDhcnwj1UM4QmBSUVWzqoQ0OzUlqo4sV1gobfFBkMHuZVemMAQ==
556556
dependencies:
557557
"@dsherret/to-absolute-glob" "^2.0.2"
558558
fast-glob "^3.2.5"
559559
is-negated-glob "^1.0.0"
560560
mkdirp "^1.0.4"
561561
multimatch "^5.0.0"
562+
typescript "~4.1.3"
562563

563564
"@types/chai@*", "@types/chai@^4":
564565
version "4.2.15"
@@ -6652,13 +6653,13 @@ tryer@^1.0.0, tryer@^1.0.1:
66526653
resolved "https://registry.yarnpkg.com/tryer/-/tryer-1.0.1.tgz#f2c85406800b9b0f74c9f7465b81eaad241252f8"
66536654
integrity sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==
66546655

6655-
ts-morph@^10.0.1:
6656-
version "10.0.1"
6657-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-10.0.1.tgz#5a620cc4ef85e3e6d161989e690f44d0a0f723b0"
6658-
integrity sha512-T1zufImtp5goTLTFhzi7XuKR1y/f+Jwz1gSULzB045LFjXuoqVlR87sfkpyWow8u2JwgusCJrhOnwmHCFNutTQ==
6656+
ts-morph@9.1.0:
6657+
version "9.1.0"
6658+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-9.1.0.tgz#10d2088387c71f3c674f82492a3cec1e3538f0dd"
6659+
integrity sha512-sei4u651MBenr27sD6qLDXN3gZ4thiX71E3qV7SuVtDas0uvK2LtgZkIYUf9DKm/fLJ6AB/+yhRJ1vpEBJgy7Q==
66596660
dependencies:
66606661
"@dsherret/to-absolute-glob" "^2.0.2"
6661-
"@ts-morph/common" "~0.8.0"
6662+
"@ts-morph/common" "~0.7.0"
66626663
code-block-writer "^10.1.1"
66636664

66646665
ts-node@^9.0.0:
@@ -6768,6 +6769,11 @@ [email protected]:
67686769
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.2.tgz#1450f020618f872db0ea17317d16d8da8ddb8c4c"
67696770
integrity sha512-tbb+NVrLfnsJy3M59lsDgrzWIflR4d4TIUjz+heUnHZwdF7YsrMTKoRERiIvI2lvBG95dfpLxB21WZhys1bgaQ==
67706771

6772+
typescript@~4.1.3:
6773+
version "4.1.5"
6774+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
6775+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
6776+
67716777
uglify-js@^3.1.4:
67726778
version "3.12.8"
67736779
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.8.tgz#a82e6e53c9be14f7382de3d068ef1e26e7d4aaf8"

0 commit comments

Comments
 (0)