Skip to content

Commit 3ee7e7c

Browse files
committed
deps: Add @babel/types to support PnP.
1 parent 598907e commit 3ee7e7c

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"dependencies": {
3737
"@babel/helper-module-imports": "^7.10.4",
3838
"@babel/helper-plugin-utils": "^7.10.4",
39-
"@babel/plugin-syntax-typescript": "^7.10.4"
39+
"@babel/plugin-syntax-typescript": "^7.10.4",
40+
"@babel/types": "^7.10.5"
4041
},
4142
"devDependencies": {
4243
"@babel/core": "^7.10.5",

yarn.lock

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
chalk "^2.0.0"
285285
js-tokens "^4.0.0"
286286

287-
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
287+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5", "@babel/parser@^7.7.0":
288288
version "7.10.5"
289289
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
290290
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
@@ -951,7 +951,7 @@
951951
dependencies:
952952
regenerator-runtime "^0.13.4"
953953

954-
"@babel/template@^7.10.4", "@babel/template@^7.3.3", "@babel/template@^7.7.4":
954+
"@babel/template@^7.10.4", "@babel/template@^7.3.3":
955955
version "7.10.4"
956956
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
957957
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
@@ -960,7 +960,7 @@
960960
"@babel/parser" "^7.10.4"
961961
"@babel/types" "^7.10.4"
962962

963-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
963+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5", "@babel/traverse@^7.7.0":
964964
version "7.10.5"
965965
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
966966
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -3788,7 +3788,7 @@ is-buffer@^1.1.5:
37883788
resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
37893789
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
37903790

3791-
is-callable@^1.1.4, is-callable@^1.1.5, is-callable@^1.2.0:
3791+
is-callable@^1.1.4, is-callable@^1.2.0:
37923792
version "1.2.0"
37933793
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.0.tgz#83336560b54a38e35e3a2df7afd0454d691468bb"
37943794
integrity sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==
@@ -3919,7 +3919,7 @@ is-promise@^2.1.0:
39193919
resolved "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
39203920
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=
39213921

3922-
is-regex@^1.0.5, is-regex@^1.1.0:
3922+
is-regex@^1.1.0:
39233923
version "1.1.0"
39243924
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.0.tgz#ece38e389e490df0dc21caea2bd596f987f767ff"
39253925
integrity sha512-iI97M8KTWID2la5uYXlkbSDQIg4F6o1sYboZKKTDpnDQMLtUL86zxhgDet3Q2SriaYsyGqZ6Mn2SjbRKeLHdqw==
@@ -6095,22 +6095,6 @@ string.prototype.trimend@^1.0.1:
60956095
define-properties "^1.1.3"
60966096
es-abstract "^1.17.5"
60976097

6098-
string.prototype.trimleft@^2.1.1:
6099-
version "2.1.1"
6100-
resolved "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"
6101-
integrity sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==
6102-
dependencies:
6103-
define-properties "^1.1.3"
6104-
function-bind "^1.1.1"
6105-
6106-
string.prototype.trimright@^2.1.1:
6107-
version "2.1.1"
6108-
resolved "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz#440314b15996c866ce8a0341894d45186200c5d9"
6109-
integrity sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==
6110-
dependencies:
6111-
define-properties "^1.1.3"
6112-
function-bind "^1.1.1"
6113-
61146098
string.prototype.trimstart@^1.0.1:
61156099
version "1.0.1"
61166100
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz#14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"

0 commit comments

Comments
 (0)