Skip to content

Commit af6013d

Browse files
chore(deps): update babel monorepo to v7.1.1 (#459)
1 parent dc413bf commit af6013d

File tree

2 files changed

+48
-18
lines changed

2 files changed

+48
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"compute-scroll-into-view": "1.0.7"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "7.1.0",
39-
"@babel/core": "7.1.0",
38+
"@babel/cli": "7.1.1",
39+
"@babel/core": "7.1.1",
4040
"@babel/plugin-external-helpers": "7.0.0",
4141
"@babel/preset-env": "7.1.0",
4242
"@babel/preset-typescript": "7.1.0",

yarn.lock

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@babel/[email protected].0":
6-
version "7.1.0"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.0.tgz#a9429fd63911711b0fa93ae50d73beee6c42aef8"
5+
"@babel/[email protected].1":
6+
version "7.1.1"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.1.tgz#8bf9e1786ec9ecdfe72d5f48fc46d7e767fa3ecb"
88
dependencies:
99
commander "^2.8.1"
1010
convert-source-map "^1.1.0"
@@ -24,17 +24,17 @@
2424
dependencies:
2525
"@babel/highlight" "^7.0.0"
2626

27-
"@babel/[email protected].0":
28-
version "7.1.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
27+
"@babel/[email protected].1":
28+
version "7.1.1"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.1.tgz#fdd176dd00a79efab4ebd650edd6508638fdcf8b"
3030
dependencies:
3131
"@babel/code-frame" "^7.0.0"
32-
"@babel/generator" "^7.0.0"
33-
"@babel/helpers" "^7.1.0"
34-
"@babel/parser" "^7.1.0"
35-
"@babel/template" "^7.1.0"
32+
"@babel/generator" "^7.1.1"
33+
"@babel/helpers" "^7.1.1"
34+
"@babel/parser" "^7.1.1"
35+
"@babel/template" "^7.1.1"
3636
"@babel/traverse" "^7.1.0"
37-
"@babel/types" "^7.0.0"
37+
"@babel/types" "^7.1.1"
3838
convert-source-map "^1.1.0"
3939
debug "^3.1.0"
4040
json5 "^0.5.0"
@@ -53,6 +53,16 @@
5353
source-map "^0.5.0"
5454
trim-right "^1.0.1"
5555

56+
"@babel/generator@^7.1.1":
57+
version "7.1.1"
58+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.1.tgz#4a5d2b7ab9b7c75a5aa56bf0750224f41e4eae41"
59+
dependencies:
60+
"@babel/types" "^7.1.1"
61+
jsesc "^2.5.1"
62+
lodash "^4.17.10"
63+
source-map "^0.5.0"
64+
trim-right "^1.0.1"
65+
5666
"@babel/helper-annotate-as-pure@^7.0.0":
5767
version "7.0.0"
5868
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -204,13 +214,13 @@
204214
"@babel/traverse" "^7.1.0"
205215
"@babel/types" "^7.0.0"
206216

207-
"@babel/helpers@^7.1.0":
208-
version "7.1.0"
209-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.0.tgz#429bf0f0020be56a4242883432084e3d70a8a141"
217+
"@babel/helpers@^7.1.1":
218+
version "7.1.1"
219+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.1.tgz#e742d49ca190ac3b5e47c030a618d4f9c51c1b8f"
210220
dependencies:
211-
"@babel/template" "^7.1.0"
221+
"@babel/template" "^7.1.1"
212222
"@babel/traverse" "^7.1.0"
213-
"@babel/types" "^7.0.0"
223+
"@babel/types" "^7.1.1"
214224

215225
"@babel/highlight@^7.0.0":
216226
version "7.0.0"
@@ -228,6 +238,10 @@
228238
version "7.1.0"
229239
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
230240

241+
"@babel/parser@^7.1.1":
242+
version "7.1.1"
243+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.1.tgz#c23e1f3539047b898e471ecfbe7752082384c572"
244+
231245
232246
version "7.0.0"
233247
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e"
@@ -565,6 +579,14 @@
565579
"@babel/parser" "^7.1.0"
566580
"@babel/types" "^7.0.0"
567581

582+
"@babel/template@^7.1.1":
583+
version "7.1.1"
584+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.1.tgz#21430719f1c6cbbbcf274623b42bbe96fda896dc"
585+
dependencies:
586+
"@babel/code-frame" "^7.0.0"
587+
"@babel/parser" "^7.1.1"
588+
"@babel/types" "^7.1.1"
589+
568590
"@babel/traverse@^7.0.0":
569591
version "7.0.0"
570592
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
@@ -609,6 +631,14 @@
609631
lodash "^4.17.10"
610632
to-fast-properties "^2.0.0"
611633

634+
"@babel/types@^7.1.1":
635+
version "7.1.1"
636+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.1.tgz#d4cd23395df3e2c24d398a55285a4432e8e97a46"
637+
dependencies:
638+
esutils "^2.0.2"
639+
lodash "^4.17.10"
640+
to-fast-properties "^2.0.0"
641+
612642
"@gimenete/type-writer@^0.1.3":
613643
version "0.1.3"
614644
resolved "https://registry.yarnpkg.com/@gimenete/type-writer/-/type-writer-0.1.3.tgz#2d4f26118b18d71f5b34ca24fdd6d1fd455c05b6"

0 commit comments

Comments
 (0)