Skip to content

Commit 3cd28ff

Browse files
chore(deps): update babel monorepo to v7.1.1 (#236)
1 parent 7f3a879 commit 3cd28ff

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
"scroll-into-view-if-needed": "2.2.16"
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"
@@ -30,17 +30,17 @@
3030
dependencies:
3131
"@babel/highlight" "7.0.0-beta.54"
3232

33-
"@babel/[email protected].0":
34-
version "7.1.0"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
33+
"@babel/[email protected].1":
34+
version "7.1.1"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.1.tgz#fdd176dd00a79efab4ebd650edd6508638fdcf8b"
3636
dependencies:
3737
"@babel/code-frame" "^7.0.0"
38-
"@babel/generator" "^7.0.0"
39-
"@babel/helpers" "^7.1.0"
40-
"@babel/parser" "^7.1.0"
41-
"@babel/template" "^7.1.0"
38+
"@babel/generator" "^7.1.1"
39+
"@babel/helpers" "^7.1.1"
40+
"@babel/parser" "^7.1.1"
41+
"@babel/template" "^7.1.1"
4242
"@babel/traverse" "^7.1.0"
43-
"@babel/types" "^7.0.0"
43+
"@babel/types" "^7.1.1"
4444
convert-source-map "^1.1.0"
4545
debug "^3.1.0"
4646
json5 "^0.5.0"
@@ -59,6 +59,16 @@
5959
source-map "^0.5.0"
6060
trim-right "^1.0.1"
6161

62+
"@babel/generator@^7.1.1":
63+
version "7.1.1"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.1.tgz#4a5d2b7ab9b7c75a5aa56bf0750224f41e4eae41"
65+
dependencies:
66+
"@babel/types" "^7.1.1"
67+
jsesc "^2.5.1"
68+
lodash "^4.17.10"
69+
source-map "^0.5.0"
70+
trim-right "^1.0.1"
71+
6272
"@babel/helper-annotate-as-pure@^7.0.0":
6373
version "7.0.0"
6474
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -210,13 +220,13 @@
210220
"@babel/traverse" "^7.1.0"
211221
"@babel/types" "^7.0.0"
212222

213-
"@babel/helpers@^7.1.0":
214-
version "7.1.0"
215-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.0.tgz#429bf0f0020be56a4242883432084e3d70a8a141"
223+
"@babel/helpers@^7.1.1":
224+
version "7.1.1"
225+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.1.tgz#e742d49ca190ac3b5e47c030a618d4f9c51c1b8f"
216226
dependencies:
217-
"@babel/template" "^7.1.0"
227+
"@babel/template" "^7.1.1"
218228
"@babel/traverse" "^7.1.0"
219-
"@babel/types" "^7.0.0"
229+
"@babel/types" "^7.1.1"
220230

221231
222232
version "7.0.0-beta.54"
@@ -242,6 +252,10 @@
242252
version "7.1.0"
243253
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
244254

255+
"@babel/parser@^7.1.1":
256+
version "7.1.1"
257+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.1.tgz#c23e1f3539047b898e471ecfbe7752082384c572"
258+
245259
246260
version "7.0.0"
247261
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e"
@@ -579,6 +593,14 @@
579593
"@babel/parser" "^7.1.0"
580594
"@babel/types" "^7.0.0"
581595

596+
"@babel/template@^7.1.1":
597+
version "7.1.1"
598+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.1.tgz#21430719f1c6cbbbcf274623b42bbe96fda896dc"
599+
dependencies:
600+
"@babel/code-frame" "^7.0.0"
601+
"@babel/parser" "^7.1.1"
602+
"@babel/types" "^7.1.1"
603+
582604
"@babel/traverse@^7.0.0":
583605
version "7.0.0"
584606
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
@@ -623,6 +645,14 @@
623645
lodash "^4.17.10"
624646
to-fast-properties "^2.0.0"
625647

648+
"@babel/types@^7.1.1":
649+
version "7.1.1"
650+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.1.tgz#d4cd23395df3e2c24d398a55285a4432e8e97a46"
651+
dependencies:
652+
esutils "^2.0.2"
653+
lodash "^4.17.10"
654+
to-fast-properties "^2.0.0"
655+
626656
"@mrmlnc/readdir-enhanced@^2.2.1":
627657
version "2.2.1"
628658
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"

0 commit comments

Comments
 (0)