Skip to content

Commit

Permalink
Merge pull request #116 from artsy/renovate/docker-yarn-3.x
Browse files Browse the repository at this point in the history
Update yarn orb to v3
  • Loading branch information
zephraph committed Feb 18, 2020
2 parents 189aa46 + 533a1d0 commit 075b583
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
yarn: artsy/yarn@2.1.1
yarn: artsy/yarn@3.0.0

workflows:
build_and_verify:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"react": "^16.3.0"
},
"devDependencies": {
"@artsy/auto-config": "1.0.1",
"@artsy/auto-config": "^1.0.2",
"@artsy/detect-responsive-traits": "0.0.5",
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@artsy/auto-config@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@artsy/auto-config/-/auto-config-1.0.1.tgz#781aaaf026d2d06520005ced032ebca284935e8c"
integrity sha512-S6tw+x7CmTQQutt2Xqla4Y+3/Wr4RVjaZ5WYmv2V4D0ZUc/lk5UQKpI9akxlgOd5tMUcqBDPRGK6SF5pGNYP8g==
"@artsy/auto-config@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@artsy/auto-config/-/auto-config-1.0.2.tgz#b79f6fd0d0bda0c5e0764ced55e014cf58174d6f"
integrity sha512-mJyuKNDMYZcgc2oLIkvmpVIr1RexklV71JmU+to5qs3Y9pv5dsj4WHl8+wf9g74EQNOyhWH2SYMGBm1JoPYh/Q==

"@artsy/detect-responsive-traits@0.0.5":
version "0.0.5"
Expand Down

0 comments on commit 075b583

Please sign in to comment.