Skip to content

Commit c3b05cc

Browse files
chore(deps): roll back dependency @babel/core to 7.0.0-beta.51 (#334)
1 parent df72bc2 commit c3b05cc

File tree

2 files changed

+90
-18
lines changed

2 files changed

+90
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.0.0-beta.52",
39-
"@babel/core": "7.0.0-beta.52",
39+
"@babel/core": "7.0.0-beta.51",
4040
"@babel/plugin-external-helpers": "7.0.0-beta.52",
4141
"@babel/preset-env": "7.0.0-beta.52",
4242
"@babel/preset-typescript": "7.0.0-beta.52",

yarn.lock

Lines changed: 89 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
dependencies:
2525
"@babel/highlight" "7.0.0-beta.44"
2626

27+
28+
version "7.0.0-beta.51"
29+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.51.tgz#bd71d9b192af978df915829d39d4094456439a0c"
30+
dependencies:
31+
"@babel/highlight" "7.0.0-beta.51"
32+
2733
2834
version "7.0.0-beta.52"
2935
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.52.tgz#192483bfa0d1e467c101571c21029ccb74af2801"
@@ -36,17 +42,17 @@
3642
dependencies:
3743
"@babel/highlight" "7.0.0-beta.47"
3844

39-
"@babel/[email protected].52":
40-
version "7.0.0-beta.52"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.52.tgz#f27a9a468f8cf9c860aabca5f6084fa52fbc6e55"
42-
dependencies:
43-
"@babel/code-frame" "7.0.0-beta.52"
44-
"@babel/generator" "7.0.0-beta.52"
45-
"@babel/helpers" "7.0.0-beta.52"
46-
"@babel/parser" "7.0.0-beta.52"
47-
"@babel/template" "7.0.0-beta.52"
48-
"@babel/traverse" "7.0.0-beta.52"
49-
"@babel/types" "7.0.0-beta.52"
45+
"@babel/[email protected].51":
46+
version "7.0.0-beta.51"
47+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.51.tgz#0e54bd6b638736b2ae593c31a47f0969e2b2b96d"
48+
dependencies:
49+
"@babel/code-frame" "7.0.0-beta.51"
50+
"@babel/generator" "7.0.0-beta.51"
51+
"@babel/helpers" "7.0.0-beta.51"
52+
"@babel/parser" "7.0.0-beta.51"
53+
"@babel/template" "7.0.0-beta.51"
54+
"@babel/traverse" "7.0.0-beta.51"
55+
"@babel/types" "7.0.0-beta.51"
5056
convert-source-map "^1.1.0"
5157
debug "^3.1.0"
5258
json5 "^0.5.0"
@@ -66,6 +72,16 @@
6672
source-map "^0.5.0"
6773
trim-right "^1.0.1"
6874

75+
76+
version "7.0.0-beta.51"
77+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.51.tgz#6c7575ffde761d07485e04baedc0392c6d9e30f6"
78+
dependencies:
79+
"@babel/types" "7.0.0-beta.51"
80+
jsesc "^2.5.1"
81+
lodash "^4.17.5"
82+
source-map "^0.5.0"
83+
trim-right "^1.0.1"
84+
6985
7086
version "7.0.0-beta.52"
7187
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.52.tgz#26968f12fad818cd974c849b286b437e1e8ccd91"
@@ -120,6 +136,14 @@
120136
"@babel/template" "7.0.0-beta.44"
121137
"@babel/types" "7.0.0-beta.44"
122138

139+
140+
version "7.0.0-beta.51"
141+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.51.tgz#21b4874a227cf99ecafcc30a90302da5a2640561"
142+
dependencies:
143+
"@babel/helper-get-function-arity" "7.0.0-beta.51"
144+
"@babel/template" "7.0.0-beta.51"
145+
"@babel/types" "7.0.0-beta.51"
146+
123147
124148
version "7.0.0-beta.52"
125149
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.52.tgz#a867a58ff571b25772b2d799b32866058573c450"
@@ -134,6 +158,12 @@
134158
dependencies:
135159
"@babel/types" "7.0.0-beta.44"
136160

161+
162+
version "7.0.0-beta.51"
163+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.51.tgz#3281b2d045af95c172ce91b20825d85ea4676411"
164+
dependencies:
165+
"@babel/types" "7.0.0-beta.51"
166+
137167
138168
version "7.0.0-beta.52"
139169
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.52.tgz#1c0cda58e0b75f45e92eafbd8fe189a4eee92b74"
@@ -226,6 +256,12 @@
226256
dependencies:
227257
"@babel/types" "7.0.0-beta.44"
228258

259+
260+
version "7.0.0-beta.51"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.51.tgz#8a6c3f66c4d265352fc077484f9f6e80a51ab978"
262+
dependencies:
263+
"@babel/types" "7.0.0-beta.51"
264+
229265
230266
version "7.0.0-beta.52"
231267
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.52.tgz#4aac4f30ea6384af3676e04b5246727632e460df"
@@ -241,13 +277,13 @@
241277
"@babel/traverse" "7.0.0-beta.52"
242278
"@babel/types" "7.0.0-beta.52"
243279

244-
"@babel/[email protected].52":
245-
version "7.0.0-beta.52"
246-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.52.tgz#89beebe4e4fd6b22f5d7540716027629408c4a63"
280+
"@babel/[email protected].51":
281+
version "7.0.0-beta.51"
282+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.51.tgz#95272be2ab4634d6820425f8925031a928918397"
247283
dependencies:
248-
"@babel/template" "7.0.0-beta.52"
249-
"@babel/traverse" "7.0.0-beta.52"
250-
"@babel/types" "7.0.0-beta.52"
284+
"@babel/template" "7.0.0-beta.51"
285+
"@babel/traverse" "7.0.0-beta.51"
286+
"@babel/types" "7.0.0-beta.51"
251287

252288
253289
version "7.0.0-beta.44"
@@ -265,6 +301,14 @@
265301
esutils "^2.0.2"
266302
js-tokens "^3.0.0"
267303

304+
305+
version "7.0.0-beta.51"
306+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.51.tgz#e8844ae25a1595ccfd42b89623b4376ca06d225d"
307+
dependencies:
308+
chalk "^2.0.0"
309+
esutils "^2.0.2"
310+
js-tokens "^3.0.0"
311+
268312
269313
version "7.0.0-beta.52"
270314
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.52.tgz#ef24931432f06155e7bc39cdb8a6b37b4a28b3d0"
@@ -273,6 +317,10 @@
273317
esutils "^2.0.2"
274318
js-tokens "^3.0.0"
275319

320+
321+
version "7.0.0-beta.51"
322+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.51.tgz#27cec2df409df60af58270ed8f6aa55409ea86f6"
323+
276324
277325
version "7.0.0-beta.52"
278326
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.52.tgz#4e935b62cd9bf872bd37bcf1f63d82fe7b0237a2"
@@ -593,6 +641,15 @@
593641
babylon "7.0.0-beta.44"
594642
lodash "^4.2.0"
595643

644+
645+
version "7.0.0-beta.51"
646+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.51.tgz#9602a40aebcf357ae9677e2532ef5fc810f5fbff"
647+
dependencies:
648+
"@babel/code-frame" "7.0.0-beta.51"
649+
"@babel/parser" "7.0.0-beta.51"
650+
"@babel/types" "7.0.0-beta.51"
651+
lodash "^4.17.5"
652+
596653
597654
version "7.0.0-beta.52"
598655
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.52.tgz#44e18fac38251f57f92511d6748f095ab02f996e"
@@ -617,6 +674,21 @@
617674
invariant "^2.2.0"
618675
lodash "^4.2.0"
619676

677+
678+
version "7.0.0-beta.51"
679+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.51.tgz#981daf2cec347a6231d3aa1d9e1803b03aaaa4a8"
680+
dependencies:
681+
"@babel/code-frame" "7.0.0-beta.51"
682+
"@babel/generator" "7.0.0-beta.51"
683+
"@babel/helper-function-name" "7.0.0-beta.51"
684+
"@babel/helper-split-export-declaration" "7.0.0-beta.51"
685+
"@babel/parser" "7.0.0-beta.51"
686+
"@babel/types" "7.0.0-beta.51"
687+
debug "^3.1.0"
688+
globals "^11.1.0"
689+
invariant "^2.2.0"
690+
lodash "^4.17.5"
691+
620692
621693
version "7.0.0-beta.52"
622694
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.52.tgz#9b8ba994f7264d9847858ad2feecc2738c5e2ef3"

0 commit comments

Comments
 (0)