diff --git a/package.json b/package.json index 1c14a965be6..834322f0b63 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@artsy/img": "1.0.3", "@artsy/multienv": "^1.2.0", "@artsy/palette": "^40.1.0", - "@artsy/palette-charts": "^39.1.0", + "@artsy/palette-charts": "^39.1.1", "@artsy/react-html-parser": "^3.0.2", "@artsy/xapp": "2.0.0", "@loadable/component": "5.15.2", diff --git a/src/Apps/Artwork/Components/__tests__/PricingContext.jest.enzyme.tsx b/src/Apps/Artwork/Components/__tests__/PricingContext.jest.enzyme.tsx index 9f3a53039c9..bce1141b0c7 100644 --- a/src/Apps/Artwork/Components/__tests__/PricingContext.jest.enzyme.tsx +++ b/src/Apps/Artwork/Components/__tests__/PricingContext.jest.enzyme.tsx @@ -219,6 +219,7 @@ describe("PricingContext", () => { }, }) + // @ts-ignore expect(wrapper.find(BarChart).props().bars[0].label).toMatchInlineSnapshot(` { "description": "1 work", @@ -264,6 +265,7 @@ describe("PricingContext", () => { }, }) + // @ts-ignore expect(wrapper.find(BarChart).props().bars[1].label).toMatchInlineSnapshot(` { "description": "1 work", diff --git a/yarn.lock b/yarn.lock index 2c1f38a08e2..b51bb661e35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -72,10 +72,10 @@ dependencies: dotenv "^10.0.0" -"@artsy/palette-charts@^39.1.0": - version "39.1.0" - resolved "https://registry.yarnpkg.com/@artsy/palette-charts/-/palette-charts-39.1.0.tgz#f2b128aa1ea14dbfd04e903e782ab309903e1631" - integrity sha512-rDTYVPMkn69T78VUia68AmiTbhE6zOO4mRcSWsWIYAyGqTnrdr0NYkSix9qSokwZAn8GHwirE7TbyM3fr51A5A== +"@artsy/palette-charts@^39.1.1": + version "39.1.1" + resolved "https://registry.yarnpkg.com/@artsy/palette-charts/-/palette-charts-39.1.1.tgz#9e8a280a18d7d29178acc8ae6172499e64a39d03" + integrity sha512-4hyU8FfocGPmg/c3Bc2JaIy+orrnPqpP5zbdx5iwgLxHHcrWS8Nk/c+wi/NeeaSNui8lKJ/4MLXsKWsqFBYnfA== dependencies: "@artsy/palette" "^40.1.0" "@seznam/compose-react-refs" "^1.0.6"