aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-03 00:32:12 -0700
committerAllan Wang <me@allanwang.ca>2019-07-03 00:32:12 -0700
commit9f04892c20bfd9bee0fae785eb4aec096dce0b50 (patch)
treeac894b9cdebbbcb6c1c25fa722877f1b76bd13c9
parent23295a5376aaf297487a352a1f3ddfe17f73691c (diff)
downloadfrost-9f04892c20bfd9bee0fae785eb4aec096dce0b50.tar.gz
frost-9f04892c20bfd9bee0fae785eb4aec096dce0b50.tar.bz2
frost-9f04892c20bfd9bee0fae785eb4aec096dce0b50.zip
Specify node versions
-rw-r--r--app/build.gradle2
-rw-r--r--app/src/web/package-lock.json41
2 files changed, 32 insertions, 11 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e6d1b92b..32040004 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -180,6 +180,8 @@ android {
}
node {
+ version = '12.4.0'
+ npmVersion = '6.9.0'
download = true
nodeModulesDir = file("${project.projectDir}/src/web")
}
diff --git a/app/src/web/package-lock.json b/app/src/web/package-lock.json
index 1c7a7931..8c7e9b78 100644
--- a/app/src/web/package-lock.json
+++ b/app/src/web/package-lock.json
@@ -429,7 +429,8 @@
},
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -447,11 +448,13 @@
},
"balanced-match": {
"version": "1.0.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
+ "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -464,15 +467,18 @@
},
"code-point-at": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"concat-map": {
"version": "0.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"console-control-strings": {
"version": "1.1.0",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"core-util-is": {
"version": "1.0.2",
@@ -575,7 +581,8 @@
},
"inherits": {
"version": "2.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"ini": {
"version": "1.3.5",
@@ -585,6 +592,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
+ "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -597,17 +605,20 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
+ "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"minimist": {
"version": "0.0.8",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"minipass": {
"version": "2.3.5",
"bundled": true,
+ "optional": true,
"requires": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
@@ -624,6 +635,7 @@
"mkdirp": {
"version": "0.5.1",
"bundled": true,
+ "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -696,7 +708,8 @@
},
"number-is-nan": {
"version": "1.0.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"object-assign": {
"version": "4.1.1",
@@ -706,6 +719,7 @@
"once": {
"version": "1.4.0",
"bundled": true,
+ "optional": true,
"requires": {
"wrappy": "1"
}
@@ -781,7 +795,8 @@
},
"safe-buffer": {
"version": "5.1.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -811,6 +826,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
+ "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@@ -828,6 +844,7 @@
"strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -866,11 +883,13 @@
},
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.3",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},