Skip to content

Commit 490cc0f

Browse files
committed
feat(core): update yarn to 0.20.3
1 parent f45bda2 commit 490cc0f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ configure<IdeaModel>{
8484

8585
configure<NodeExtension> {
8686
version = "7.5.0"
87-
yarnVersion = "0.20.0"
87+
yarnVersion = "0.20.3"
8888
download = true
8989
workDir = file("${project.buildDir}/nodejs")
9090
yarnWorkDir = file("${project.buildDir}/yarn")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-node": "2.1.0",
6262
"tslint": "4.4.2",
6363
"typescript": "2.1.6",
64-
"yarn": "0.20.0"
64+
"yarn": "0.20.3"
6565
},
6666
"scripts": {
6767
"clean": "yarn cache clean && rimraf coverage src/main/resources/static/*",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6158,9 +6158,9 @@ yargs@~3.10.0:
61586158
decamelize "^1.0.0"
61596159
window-size "0.1.0"
61606160

6161-
yarn@0.20.0:
6162-
version "0.20.0"
6163-
resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.20.0.tgz#1660b0ad49029b874a327fbe832f6504a857ce30"
6161+
yarn@0.20.3:
6162+
version "0.20.3"
6163+
resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.20.3.tgz#1031e394721d689ab8c558c67032931bac5b3052"
61646164
dependencies:
61656165
babel-runtime "^6.0.0"
61666166
bytes "^2.4.0"

0 commit comments

Comments
 (0)