From d0abee5ae248747f9b02ccebde124188842070a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 16 Apr 2019 22:49:24 -0400 Subject: [PATCH] Update dependency @artsy/palette to v4.9.1 (#2302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | @​artsy/palette | devDependencies | patch | [`4.9.0` -> `4.9.1`](https://diff.intrinsic.com/@artsy/palette/4.9.0/4.9.1) | [source](https://togithub.com/artsy/palette) | See full list of changes [here](https://togithub.com/artsy/palette/compare/v4.9.0...v4.9.1). --- ### Release Notes
artsy/palette ### [`v4.9.1`](https://togithub.com/artsy/palette/blob/master/CHANGELOG.md#v491-Wed-Apr-17-2019) [Compare Source](https://togithub.com/artsy/palette/compare/v4.9.0...v4.9.1) ##### 🐛 Bug Fix - `palette-docs` - creates a docs-only to allow display of separate colors [#​377](https://togithub.com/artsy/palette/pull/377) ([@​mdole](https://togithub.com/mdole)) ##### Authors: 1 - Matt Dole ([@​mdole](https://togithub.com/mdole)) * * *
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#artsy/reaction). --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee07da2ed8..03db2eb76c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@artsy/auto-config": "0.1.0", - "@artsy/palette": "4.9.0", + "@artsy/palette": "4.9.1", "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", diff --git a/yarn.lock b/yarn.lock index c90d1a03d8..f8d6519fbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,10 +12,10 @@ resolved "https://registry.yarnpkg.com/@artsy/detect-responsive-traits/-/detect-responsive-traits-0.0.4.tgz#933c66db24e70186c20e83017af39794a920ef0e" integrity sha512-3LfmVWQdTQLjorlNv02y+qdD3h3RS57M46P/PBlG+nHjzUFtNk2B9NAKPurTzDubjlPYx1FUTH+EPm3ZaoTipg== -"@artsy/palette@4.9.0": - version "4.9.0" - resolved "https://registry.yarnpkg.com/@artsy/palette/-/palette-4.9.0.tgz#668279a49e40dd71f63de7fc6ebd5a7981ef8b52" - integrity sha512-TwJeG91SQeO9SC4xaCfzPpmN1NEpHdhYccSUuZ7q7iXv+IpBIe+k1WkXzt4rvtwDQYsaZwt9qZUpbXoYJhU5JQ== +"@artsy/palette@4.9.1": + version "4.9.1" + resolved "https://registry.yarnpkg.com/@artsy/palette/-/palette-4.9.1.tgz#ae2807e1e238794f1dfd291dc2b1985f581f6e6e" + integrity sha512-JDrIPk+fDEwyWd56SUrtqaqfvf1QOqFg179yVF/Qg3/vI3Cn8epQgi7BYxtzbeQQhSaQZJnp8f/N3f4StPq5Lw== dependencies: babel-plugin-styled-components "^1.10.0" moment "^2.23.0"