Skip to content

Commit d79c6ee

Browse files
committed
feat(frontend): update yarn to 0.24.6
1 parent 2fe21a2 commit d79c6ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

shardis-frontend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks.withType<Jar> {
1212

1313
configure<NodeExtension> {
1414
version = "8.1.2"
15-
yarnVersion = "0.24.5"
15+
yarnVersion = "0.24.6"
1616
download = true
1717
workDir = file("${project.buildDir}/nodejs")
1818
yarnWorkDir = file("${project.buildDir}/yarn")

shardis-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-node": "3.0.6",
6464
"tslint": "5.4.3",
6565
"typescript": "2.3.4",
66-
"yarn": "0.24.5"
66+
"yarn": "0.24.6"
6767
},
6868
"scripts": {
6969
"clean": "yarn cache clean && rimraf coverage src/main/resources/static/*",

shardis-frontend/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6137,9 +6137,9 @@ yargs@~3.10.0:
61376137
decamelize "^1.0.0"
61386138
window-size "0.1.0"
61396139

6140-
yarn@0.24.5:
6141-
version "0.24.5"
6142-
resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.24.5.tgz#92c72adf4de8dacccaf6b4259eb4990f6c4f8e3b"
6140+
yarn@0.24.6:
6141+
version "0.24.6"
6142+
resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.24.6.tgz#4a128448000425f45df5cd6280b003a6201044fc"
61436143
dependencies:
61446144
babel-runtime "^6.0.0"
61456145
bytes "^2.4.0"

0 commit comments

Comments
 (0)