Skip to content

Commit cc9fad3

Browse files
committed
Update dependency @babel/core to ^7.2.2
1 parent 5fe4970 commit cc9fad3

File tree

2 files changed

+67
-18
lines changed

2 files changed

+67
-18
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.2",
3939
"babel-core": "^7.0.0-0",
4040
"babel-jest": "^23.6.0",
4141
"eslint": "^5.9.0",

yarn.lock

Lines changed: 66 additions & 17 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.2":
13+
version "7.2.2"
14+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
15+
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
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"
21-
"@babel/template" "^7.1.2"
22-
"@babel/traverse" "^7.1.6"
23-
"@babel/types" "^7.1.6"
18+
"@babel/generator" "^7.2.2"
19+
"@babel/helpers" "^7.2.0"
20+
"@babel/parser" "^7.2.2"
21+
"@babel/template" "^7.2.2"
22+
"@babel/traverse" "^7.2.2"
23+
"@babel/types" "^7.2.2"
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.2":
44+
version "7.2.2"
45+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
46+
integrity sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg==
47+
dependencies:
48+
"@babel/types" "^7.2.2"
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.2":
101+
version "7.2.2"
102+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.2.tgz#37ebdbc88a2e1ebc6c8dd3d35ea9436e3e39e477"
103+
integrity sha512-UNTmQ5cSLDeBGBl+s7JeowkqIHgmFAGBnLDdIzFmUNSuS5JF0XBcN59jsh/vJO/YjfsBqMxhMjoFGmNExmf0FA==
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"
@@ -102,7 +118,16 @@
102118
"@babel/parser" "^7.1.2"
103119
"@babel/types" "^7.1.2"
104120

105-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6":
121+
"@babel/template@^7.2.2":
122+
version "7.2.2"
123+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907"
124+
integrity sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==
125+
dependencies:
126+
"@babel/code-frame" "^7.0.0"
127+
"@babel/parser" "^7.2.2"
128+
"@babel/types" "^7.2.2"
129+
130+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.5":
106131
version "7.1.6"
107132
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c"
108133
integrity sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==
@@ -117,7 +142,22 @@
117142
globals "^11.1.0"
118143
lodash "^4.17.10"
119144

120-
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6":
145+
"@babel/traverse@^7.2.2":
146+
version "7.2.2"
147+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.2.tgz#961039de1f9bcb946d807efe2dba9c92e859d188"
148+
integrity sha512-E5Bn9FSwHpSkUhthw/XEuvFZxIgrqb9M8cX8j5EUQtrUG5DQUy6bFyl7G7iQ1D1Czudor+xkmp81JbLVVM0Sjg==
149+
dependencies:
150+
"@babel/code-frame" "^7.0.0"
151+
"@babel/generator" "^7.2.2"
152+
"@babel/helper-function-name" "^7.1.0"
153+
"@babel/helper-split-export-declaration" "^7.0.0"
154+
"@babel/parser" "^7.2.2"
155+
"@babel/types" "^7.2.2"
156+
debug "^4.1.0"
157+
globals "^11.1.0"
158+
lodash "^4.17.10"
159+
160+
"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.6":
121161
version "7.1.6"
122162
resolved "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce"
123163
integrity sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==
@@ -126,6 +166,15 @@
126166
lodash "^4.17.10"
127167
to-fast-properties "^2.0.0"
128168

169+
"@babel/types@^7.2.0", "@babel/types@^7.2.2":
170+
version "7.2.2"
171+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
172+
integrity sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==
173+
dependencies:
174+
esutils "^2.0.2"
175+
lodash "^4.17.10"
176+
to-fast-properties "^2.0.0"
177+
129178
abab@^2.0.0:
130179
version "2.0.0"
131180
resolved "https://registry.npmjs.org/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f"

0 commit comments

Comments
 (0)