Skip to content

Commit 2e88973

Browse files
committed
Update dependency @babel/core to ^7.2.0
1 parent 5fe4970 commit 2e88973

File tree

2 files changed

+40
-15
lines changed

2 files changed

+40
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"neon-cli": "^0.2.0"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.1.6",
38+
"@babel/core": "^7.2.0",
3939
"babel-core": "^7.0.0-0",
4040
"babel-jest": "^23.6.0",
4141
"eslint": "^5.9.0",

yarn.lock

Lines changed: 39 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/core@^7.1.6":
13-
version "7.1.6"
14-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3"
15-
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
12+
"@babel/core@^7.2.0":
13+
version "7.2.0"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.0.tgz#a4dd3814901998e93340f0086e9867fefa163ada"
15+
integrity sha512-7pvAdC4B+iKjFFp9Ztj0QgBndJ++qaMeonT185wAqUnhipw8idm9Rv1UMyBuKtYjfl6ORNkgEgcsYLfHX/GpLw==
1616
dependencies:
1717
"@babel/code-frame" "^7.0.0"
18-
"@babel/generator" "^7.1.6"
19-
"@babel/helpers" "^7.1.5"
20-
"@babel/parser" "^7.1.6"
18+
"@babel/generator" "^7.2.0"
19+
"@babel/helpers" "^7.2.0"
20+
"@babel/parser" "^7.2.0"
2121
"@babel/template" "^7.1.2"
2222
"@babel/traverse" "^7.1.6"
23-
"@babel/types" "^7.1.6"
23+
"@babel/types" "^7.2.0"
2424
convert-source-map "^1.1.0"
2525
debug "^4.1.0"
2626
json5 "^2.1.0"
@@ -40,6 +40,17 @@
4040
source-map "^0.5.0"
4141
trim-right "^1.0.1"
4242

43+
"@babel/generator@^7.2.0":
44+
version "7.2.0"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.0.tgz#eaf3821fa0301d9d4aef88e63d4bcc19b73ba16c"
46+
integrity sha512-BA75MVfRlFQG2EZgFYIwyT1r6xSkwfP2bdkY/kLZusEYWiJs4xCowab/alaEaT0wSvmVuXGqiefeBlP+7V1yKg==
47+
dependencies:
48+
"@babel/types" "^7.2.0"
49+
jsesc "^2.5.1"
50+
lodash "^4.17.10"
51+
source-map "^0.5.0"
52+
trim-right "^1.0.1"
53+
4354
"@babel/helper-function-name@^7.1.0":
4455
version "7.1.0"
4556
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -63,14 +74,14 @@
6374
dependencies:
6475
"@babel/types" "^7.0.0"
6576

66-
"@babel/helpers@^7.1.5":
67-
version "7.1.5"
68-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
69-
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
77+
"@babel/helpers@^7.2.0":
78+
version "7.2.0"
79+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.2.0.tgz#8335f3140f3144270dc63c4732a4f8b0a50b7a21"
80+
integrity sha512-Fr07N+ea0dMcMN8nFpuK6dUIT7/ivt9yKQdEEnjVS83tG2pHwPi03gYmk/tyuwONnZ+sY+GFFPlWGgCtW1hF9A==
7081
dependencies:
7182
"@babel/template" "^7.1.2"
7283
"@babel/traverse" "^7.1.5"
73-
"@babel/types" "^7.1.5"
84+
"@babel/types" "^7.2.0"
7485

7586
"@babel/highlight@^7.0.0":
7687
version "7.0.0"
@@ -86,6 +97,11 @@
8697
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854"
8798
integrity sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==
8899

100+
"@babel/parser@^7.2.0":
101+
version "7.2.0"
102+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.0.tgz#02d01dbc330b6cbf36b76ac93c50752c69027065"
103+
integrity sha512-M74+GvK4hn1eejD9lZ7967qAwvqTZayQa3g10ag4s9uewgR7TKjeaT0YMyoq+gVfKYABiWZ4MQD701/t5e1Jhg==
104+
89105
"@babel/runtime@^7.1.2":
90106
version "7.1.5"
91107
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
@@ -117,7 +133,7 @@
117133
globals "^11.1.0"
118134
lodash "^4.17.10"
119135

120-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6":
136+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6":
121137
version "7.1.6"
122138
resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
123139
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
@@ -126,6 +142,15 @@
126142
lodash "^4.17.10"
127143
to-fast-properties "^2.0.0"
128144

145+
"@babel/types@^7.2.0":
146+
version "7.2.0"
147+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.0.tgz#7941c5b2d8060e06f9601d6be7c223eef906d5d8"
148+
integrity sha512-b4v7dyfApuKDvmPb+O488UlGuR1WbwMXFsO/cyqMrnfvRAChZKJAYeeglWTjUO1b9UghKKgepAQM5tsvBJca6A==
149+
dependencies:
150+
esutils "^2.0.2"
151+
lodash "^4.17.10"
152+
to-fast-properties "^2.0.0"
153+
129154
abab@^2.0.0:
130155
version "2.0.0"
131156
resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"

0 commit comments

Comments
 (0)