Skip to content

Commit 8cbee5b

Browse files
rexxarsbjoerge
authored andcommitted
[cli] Upgrade yarn to 0.27.5
1 parent 6b2bfb4 commit 8cbee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@sanity/cli/src/scripts/package-yarn.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path'
33
import fsp from 'fs-promise'
44
import simpleGet from 'simple-get'
55

6-
const version = '0.24.6'
6+
const version = '0.27.5'
77
const baseUrl = 'https://github.com/yarnpkg/yarn/releases/download'
88
const bundleUrl = `${baseUrl}/v${version}/yarn-legacy-${version}.js`
99
const licenseUrl = 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'

0 commit comments

Comments
 (0)