Skip to content

Commit 2248f38

Browse files
authored
Merge pull request #2729 from StoDevX/gradle-and-babel
Gradle and babel
2 parents caf218b + bf63ed2 commit 2248f38

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.0-alpha09'
9+
classpath 'com.android.tools.build:gradle:3.1.3'
1010

1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"xml2js": "0.4.19"
132132
},
133133
"devDependencies": {
134+
"@babel/core": "7.0.0-beta.44",
134135
"ajv": "6.5.2",
135136
"babel-core": "6.26.0",
136137
"babel-eslint": "8.2.6",

yarn.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,26 @@
2222
esutils "^2.0.2"
2323
js-tokens "^3.0.0"
2424

25+
26+
version "7.0.0-beta.44"
27+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.44.tgz#90bb9e897427e7ebec2a1b857f458ff74ca28057"
28+
dependencies:
29+
"@babel/code-frame" "7.0.0-beta.44"
30+
"@babel/generator" "7.0.0-beta.44"
31+
"@babel/helpers" "7.0.0-beta.44"
32+
"@babel/template" "7.0.0-beta.44"
33+
"@babel/traverse" "7.0.0-beta.44"
34+
"@babel/types" "7.0.0-beta.44"
35+
babylon "7.0.0-beta.44"
36+
convert-source-map "^1.1.0"
37+
debug "^3.1.0"
38+
json5 "^0.5.0"
39+
lodash "^4.2.0"
40+
micromatch "^2.3.11"
41+
resolve "^1.3.2"
42+
semver "^5.4.1"
43+
source-map "^0.5.0"
44+
2545
"@babel/core@^7.0.0-beta":
2646
version "7.0.0-beta.40"
2747
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.40.tgz#455464dd81d499fd97d32b473f0331f74379a33f"
@@ -215,6 +235,14 @@
215235
"@babel/traverse" "7.0.0-beta.40"
216236
"@babel/types" "7.0.0-beta.40"
217237

238+
239+
version "7.0.0-beta.44"
240+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.44.tgz#b1cc87fdc3b77351c0a4860bcd9d4ef457919bfd"
241+
dependencies:
242+
"@babel/template" "7.0.0-beta.44"
243+
"@babel/traverse" "7.0.0-beta.44"
244+
"@babel/types" "7.0.0-beta.44"
245+
218246
219247
version "7.0.0-beta.40"
220248
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.40.tgz#b43d67d76bf46e1d10d227f68cddcd263786b255"

0 commit comments

Comments
 (0)