Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 87e7ae2

Browse files
committed
chore(jest): update yarn.lock
1 parent e99d378 commit 87e7ae2

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

yarn.lock

+39
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,45 @@
1010
esutils "^2.0.2"
1111
js-tokens "^3.0.0"
1212

13+
"@types/babel-core@^6.25.3":
14+
version "6.25.3"
15+
resolved "https://registry.yarnpkg.com/@types/babel-core/-/babel-core-6.25.3.tgz#c7fda09007375ae89942307917ed21ed309a1c2a"
16+
dependencies:
17+
"@types/babel-generator" "*"
18+
"@types/babel-template" "*"
19+
"@types/babel-traverse" "*"
20+
"@types/babel-types" "*"
21+
"@types/babylon" "*"
22+
23+
"@types/babel-generator@*":
24+
version "6.25.1"
25+
resolved "https://registry.yarnpkg.com/@types/babel-generator/-/babel-generator-6.25.1.tgz#f86ab3cf132b04597fe6c431d3083aaf1b76b530"
26+
dependencies:
27+
"@types/babel-types" "*"
28+
29+
"@types/babel-template@*":
30+
version "6.25.0"
31+
resolved "https://registry.yarnpkg.com/@types/babel-template/-/babel-template-6.25.0.tgz#2505d7b55b88f821d98048b4fdf07b3b22563d30"
32+
dependencies:
33+
"@types/babel-types" "*"
34+
"@types/babylon" "*"
35+
36+
"@types/babel-traverse@*":
37+
version "6.25.3"
38+
resolved "https://registry.yarnpkg.com/@types/babel-traverse/-/babel-traverse-6.25.3.tgz#34dd69d1e469aee75e20ba00fbc52c7bc717b1c8"
39+
dependencies:
40+
"@types/babel-types" "*"
41+
42+
"@types/babel-types@*":
43+
version "7.0.1"
44+
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.1.tgz#1405e5396968c4302994b0161ce405b72b874257"
45+
46+
"@types/babylon@*":
47+
version "6.16.2"
48+
resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.2.tgz#062ce63b693d9af1c246f5aedf928bc9c30589c8"
49+
dependencies:
50+
"@types/babel-types" "*"
51+
1352
"@types/body-parser@*":
1453
version "1.16.8"
1554
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.16.8.tgz#687ec34140624a3bec2b1a8ea9268478ae8f3be3"

0 commit comments

Comments
 (0)