Skip to content

Commit 49767d6

Browse files
renovate[bot]stipsan
authored andcommitted
fix(deps): roll back dependency @babel/core to v7.0.0-beta.49 (#285)
This Pull Request rolls back dependency `@babel/core` from `v7.0.0-beta.50` to `v7.0.0-beta.49`. This is necessary and important because `v7.0.0-beta.50` cannot be found in the npm registry - probably because of it being unpublished. --- This PR has been generated by [Renovate Bot](https://renovatebot.com).
1 parent 915b823 commit 49767d6

File tree

2 files changed

+91
-19
lines changed

2 files changed

+91
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "7.0.0-beta.50",
38-
"@babel/core": "7.0.0-beta.50",
38+
"@babel/core": "7.0.0-beta.49",
3939
"@babel/plugin-external-helpers": "7.0.0-beta.51",
4040
"@babel/preset-env": "7.0.0-beta.50",
4141
"@babel/preset-typescript": "7.0.0-beta.50",

yarn.lock

Lines changed: 90 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
dependencies:
2424
"@babel/highlight" "7.0.0-beta.44"
2525

26+
27+
version "7.0.0-beta.49"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.49.tgz#becd805482734440c9d137e46d77340e64d7f51b"
29+
dependencies:
30+
"@babel/highlight" "7.0.0-beta.49"
31+
2632
2733
version "7.0.0-beta.50"
2834
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.50.tgz#45dcddf66dd003c511019af4ceffde91e8121772"
@@ -35,22 +41,22 @@
3541
dependencies:
3642
"@babel/highlight" "7.0.0-beta.47"
3743

38-
"@babel/[email protected].50":
39-
version "7.0.0-beta.50"
40-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.50.tgz#fb1ab213794449e1add6cc7cfa2de2d6225bc776"
41-
dependencies:
42-
"@babel/code-frame" "7.0.0-beta.50"
43-
"@babel/generator" "7.0.0-beta.50"
44-
"@babel/helpers" "7.0.0-beta.50"
45-
"@babel/parser" "7.0.0-beta.50"
46-
"@babel/template" "7.0.0-beta.50"
47-
"@babel/traverse" "7.0.0-beta.50"
48-
"@babel/types" "7.0.0-beta.50"
44+
"@babel/[email protected].49":
45+
version "7.0.0-beta.49"
46+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.49.tgz#73de2081dd652489489f0cb4aa97829a1133314e"
47+
dependencies:
48+
"@babel/code-frame" "7.0.0-beta.49"
49+
"@babel/generator" "7.0.0-beta.49"
50+
"@babel/helpers" "7.0.0-beta.49"
51+
"@babel/parser" "7.0.0-beta.49"
52+
"@babel/template" "7.0.0-beta.49"
53+
"@babel/traverse" "7.0.0-beta.49"
54+
"@babel/types" "7.0.0-beta.49"
4955
convert-source-map "^1.1.0"
5056
debug "^3.1.0"
5157
json5 "^0.5.0"
5258
lodash "^4.17.5"
53-
micromatch "^3.1.10"
59+
micromatch "^2.3.11"
5460
resolve "^1.3.2"
5561
semver "^5.4.1"
5662
source-map "^0.5.0"
@@ -65,6 +71,16 @@
6571
source-map "^0.5.0"
6672
trim-right "^1.0.1"
6773

74+
75+
version "7.0.0-beta.49"
76+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.49.tgz#e9cffda913996accec793bbc25ab91bc19d0bf7a"
77+
dependencies:
78+
"@babel/types" "7.0.0-beta.49"
79+
jsesc "^2.5.1"
80+
lodash "^4.17.5"
81+
source-map "^0.5.0"
82+
trim-right "^1.0.1"
83+
6884
6985
version "7.0.0-beta.50"
7086
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.50.tgz#0c5cda176aeb0beb41ff270e9741aa60c4fdba25"
@@ -119,6 +135,14 @@
119135
"@babel/template" "7.0.0-beta.44"
120136
"@babel/types" "7.0.0-beta.44"
121137

138+
139+
version "7.0.0-beta.49"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.49.tgz#a25c1119b9f035278670126e0225c03041c8de32"
141+
dependencies:
142+
"@babel/helper-get-function-arity" "7.0.0-beta.49"
143+
"@babel/template" "7.0.0-beta.49"
144+
"@babel/types" "7.0.0-beta.49"
145+
122146
123147
version "7.0.0-beta.50"
124148
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.50.tgz#b9512ffe763c01c7dd389f6077614df42c199eae"
@@ -133,6 +157,12 @@
133157
dependencies:
134158
"@babel/types" "7.0.0-beta.44"
135159

160+
161+
version "7.0.0-beta.49"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.49.tgz#cf5023f32d2ad92d087374939cec0951bcb51441"
163+
dependencies:
164+
"@babel/types" "7.0.0-beta.49"
165+
136166
137167
version "7.0.0-beta.50"
138168
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.50.tgz#01adc3df03da3db3b40ed5b476fb5dfd518cf6c9"
@@ -229,6 +259,12 @@
229259
dependencies:
230260
"@babel/types" "7.0.0-beta.44"
231261

262+
263+
version "7.0.0-beta.49"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.49.tgz#40d78eda0968d011b1c52866e5746cfb23e57548"
265+
dependencies:
266+
"@babel/types" "7.0.0-beta.49"
267+
232268
233269
version "7.0.0-beta.50"
234270
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.50.tgz#2ac449bc755e1490675d5f37d957859f23e51dc1"
@@ -244,13 +280,13 @@
244280
"@babel/traverse" "7.0.0-beta.50"
245281
"@babel/types" "7.0.0-beta.50"
246282

247-
"@babel/[email protected].50":
248-
version "7.0.0-beta.50"
249-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.50.tgz#5e4d4f56a3524fd07e854296376d2bfd20eb3383"
283+
"@babel/[email protected].49":
284+
version "7.0.0-beta.49"
285+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.49.tgz#054d84032d4e94286a80586500068e41005a51d0"
250286
dependencies:
251-
"@babel/template" "7.0.0-beta.50"
252-
"@babel/traverse" "7.0.0-beta.50"
253-
"@babel/types" "7.0.0-beta.50"
287+
"@babel/template" "7.0.0-beta.49"
288+
"@babel/traverse" "7.0.0-beta.49"
289+
"@babel/types" "7.0.0-beta.49"
254290

255291
256292
version "7.0.0-beta.44"
@@ -268,6 +304,14 @@
268304
esutils "^2.0.2"
269305
js-tokens "^3.0.0"
270306

307+
308+
version "7.0.0-beta.49"
309+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.49.tgz#96bdc6b43e13482012ba6691b1018492d39622cc"
310+
dependencies:
311+
chalk "^2.0.0"
312+
esutils "^2.0.2"
313+
js-tokens "^3.0.0"
314+
271315
272316
version "7.0.0-beta.50"
273317
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.50.tgz#fb0ccbd720de30985111f5af4ff6538080208ef0"
@@ -276,6 +320,10 @@
276320
esutils "^2.0.2"
277321
js-tokens "^3.0.0"
278322

323+
324+
version "7.0.0-beta.49"
325+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.49.tgz#944d0c5ba2812bb159edbd226743afd265179bdc"
326+
279327
280328
version "7.0.0-beta.50"
281329
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0-beta.50.tgz#9ffc59e4ca51df0a6cc8b5d1f22d7e534bb3fa5d"
@@ -596,6 +644,15 @@
596644
babylon "7.0.0-beta.44"
597645
lodash "^4.2.0"
598646

647+
648+
version "7.0.0-beta.49"
649+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.49.tgz#e38abe8217cb9793f461a5306d7ad745d83e1d27"
650+
dependencies:
651+
"@babel/code-frame" "7.0.0-beta.49"
652+
"@babel/parser" "7.0.0-beta.49"
653+
"@babel/types" "7.0.0-beta.49"
654+
lodash "^4.17.5"
655+
599656
600657
version "7.0.0-beta.50"
601658
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.50.tgz#c534b70d3510f2bca7bccaafbe0885220edd9e47"
@@ -620,6 +677,21 @@
620677
invariant "^2.2.0"
621678
lodash "^4.2.0"
622679

680+
681+
version "7.0.0-beta.49"
682+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.49.tgz#4f2a73682a18334ed6625d100a8d27319f7c2d68"
683+
dependencies:
684+
"@babel/code-frame" "7.0.0-beta.49"
685+
"@babel/generator" "7.0.0-beta.49"
686+
"@babel/helper-function-name" "7.0.0-beta.49"
687+
"@babel/helper-split-export-declaration" "7.0.0-beta.49"
688+
"@babel/parser" "7.0.0-beta.49"
689+
"@babel/types" "7.0.0-beta.49"
690+
debug "^3.1.0"
691+
globals "^11.1.0"
692+
invariant "^2.2.0"
693+
lodash "^4.17.5"
694+
623695
624696
version "7.0.0-beta.50"
625697
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.50.tgz#c5df3e15186ad19431d72ba7334b947a8afd5c4b"

0 commit comments

Comments
 (0)