From 6a76ed17ef73da9f0d20c2ca126f786f98f7c8ba Mon Sep 17 00:00:00 2001 From: Brandon Scott Date: Fri, 5 May 2023 10:04:19 -0400 Subject: [PATCH] v7.1.8 --- docs/package.json | 2 +- docs/yarn.lock | 18 +++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/package.json b/docs/package.json index 78d285baf..48ac86a30 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "@segment/consent-manager": "^5.1.0", "@types/react-github-button": "^0.1.0", "@types/react-syntax-highlighter": "^13.5.0", - "evergreen-ui": "7.1.7", + "evergreen-ui": "7.1.8", "lz-string": "^1.4.4", "next": "latest", "next-mdx-remote": "^2.1.3", diff --git a/docs/yarn.lock b/docs/yarn.lock index d910bfe65..c8d97664e 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2342,10 +2342,10 @@ esutils@^2.0.2: resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== -evergreen-ui@7.1.7: - version "7.1.7" - resolved "https://registry.yarnpkg.com/evergreen-ui/-/evergreen-ui-7.1.7.tgz#81d4b70b86af9d96034ebe7674453cde8525037c" - integrity sha512-rSo36pmlWmgVRTCmhC34V+6FeK6KV8/cMptvhPz1p8Tt9vAuov9mOc/KQJ0arAEYuplu2H4DV6CgtBHX6vk+KQ== +evergreen-ui@7.1.8: + version "7.1.8" + resolved "https://registry.yarnpkg.com/evergreen-ui/-/evergreen-ui-7.1.8.tgz#395bc26d03c30f7e58ceb427a8fbc0af731cf57f" + integrity sha512-pe0WUSgZk/ZEbRKkJcM6an8OPvnrhOjN8O/v0ybLmGhCTY3e+v51z4B15AlTIWESwFlgGcqwzg4cCJ/4dcITMQ== dependencies: "@babel/runtime" "^7.1.2" "@segment/react-tiny-virtual-list" "^2.2.1" @@ -2363,7 +2363,7 @@ evergreen-ui@7.1.7: prop-types "^15.6.2" react-fast-compare "^3.2.0" react-transition-group "^4.4.1" - ui-box "^5.4.0" + ui-box "^5.4.1" extend-shallow@^2.0.1: version "2.0.1" @@ -4331,10 +4331,10 @@ typescript@4.5.5: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== -ui-box@^5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/ui-box/-/ui-box-5.4.0.tgz#707c764fdf4be79cf2f50f356ca9583a491164ee" - integrity sha512-HuiJKUIOGW/I1VF7EgHl5/3OwywPdV5fwzsDOWfCGS/PORmXOyGetL3gJo9EQJZZZCkui9xf3a/UQhawA88yeQ== +ui-box@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/ui-box/-/ui-box-5.4.1.tgz#34f497a143783a3513e850bd58379ac583e3f2fb" + integrity sha512-5p+b6kSh1q/bptvLANuAusyB/3fGIvnw8w6rSZNPHckQ8UdPfjIK4DvinmMXRKgdniOba22h8ypVqtkJ9zK/iQ== dependencies: "@emotion/hash" "^0.7.1" inline-style-prefixer "^5.0.4" diff --git a/package.json b/package.json index 588f4a635..49735ab6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "evergreen-ui", - "version": "7.1.7", + "version": "7.1.8", "description": "🌲 React UI Kit by Segment 🌲", "contributors": [ "Jeroen Ransijn (https://jssr.design/)",