Skip to content

Commit 93b975e

Browse files
chore(deps): update babel monorepo to v7.1.1 (#128)
1 parent 0fa7f6a commit 93b975e

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
@@ -32,8 +32,8 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "7.1.0",
36-
"@babel/core": "7.1.0",
35+
"@babel/cli": "7.1.1",
36+
"@babel/core": "7.1.1",
3737
"@babel/plugin-external-helpers": "7.0.0",
3838
"@babel/preset-env": "7.1.0",
3939
"@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-rc.3"
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"
@@ -202,13 +212,13 @@
202212
"@babel/traverse" "^7.1.0"
203213
"@babel/types" "^7.0.0"
204214

205-
"@babel/helpers@^7.1.0":
206-
version "7.1.0"
207-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.0.tgz#429bf0f0020be56a4242883432084e3d70a8a141"
215+
"@babel/helpers@^7.1.1":
216+
version "7.1.1"
217+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.1.tgz#e742d49ca190ac3b5e47c030a618d4f9c51c1b8f"
208218
dependencies:
209-
"@babel/template" "^7.1.0"
219+
"@babel/template" "^7.1.1"
210220
"@babel/traverse" "^7.1.0"
211-
"@babel/types" "^7.0.0"
221+
"@babel/types" "^7.1.1"
212222

213223
214224
version "7.0.0-rc.3"
@@ -230,6 +240,10 @@
230240
version "7.1.0"
231241
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
232242

243+
"@babel/parser@^7.1.1":
244+
version "7.1.1"
245+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.1.tgz#c23e1f3539047b898e471ecfbe7752082384c572"
246+
233247
234248
version "7.0.0"
235249
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e"
@@ -559,6 +573,14 @@
559573
"@babel/parser" "^7.1.0"
560574
"@babel/types" "^7.0.0"
561575

576+
"@babel/template@^7.1.1":
577+
version "7.1.1"
578+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.1.tgz#21430719f1c6cbbbcf274623b42bbe96fda896dc"
579+
dependencies:
580+
"@babel/code-frame" "^7.0.0"
581+
"@babel/parser" "^7.1.1"
582+
"@babel/types" "^7.1.1"
583+
562584
"@babel/traverse@^7.1.0":
563585
version "7.1.0"
564586
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2"
@@ -589,6 +611,14 @@
589611
lodash "^4.17.10"
590612
to-fast-properties "^2.0.0"
591613

614+
"@babel/types@^7.1.1":
615+
version "7.1.1"
616+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.1.tgz#d4cd23395df3e2c24d398a55285a4432e8e97a46"
617+
dependencies:
618+
esutils "^2.0.2"
619+
lodash "^4.17.10"
620+
to-fast-properties "^2.0.0"
621+
592622
"@gimenete/type-writer@^0.1.3":
593623
version "0.1.3"
594624
resolved "https://registry.yarnpkg.com/@gimenete/type-writer/-/type-writer-0.1.3.tgz#2d4f26118b18d71f5b34ca24fdd6d1fd455c05b6"

0 commit comments

Comments
 (0)