Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongregoryscott committed Jan 31, 2023
1 parent 3fc8610 commit 861ffde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1",
"evergreen-ui": "7.1.0",
"lz-string": "^1.4.4",
"next": "latest",
"next-mdx-remote": "^2.1.3",
Expand Down
18 changes: 4 additions & 14 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1385,15 +1385,6 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@^16.9.5":
version "16.14.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.5.tgz#2c39b5cadefaf4829818f9219e5e093325979f4d"
integrity sha512-YRRv9DNZhaVTVRh9Wmmit7Y0UFhEVqXqCSw3uazRWMxa2x85hWQZ5BN24i7GXZbaclaLXEcodEeIHsjBA8eAMw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/scheduler@*":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
Expand Down Expand Up @@ -2351,14 +2342,13 @@ 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.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/evergreen-ui/-/evergreen-ui-7.0.1.tgz#5ca5f8d7e445fc8e2ff20bada93e7eab2ce113f8"
integrity sha512-UmODLixS+DD8jK4i8VyfhKHUX3+IzKeZZ6HfHKGxYlqJw2A1UOeSQnzOkjbWwUnstf8TXHLytOwtbK60ee3dIQ==
evergreen-ui@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/evergreen-ui/-/evergreen-ui-7.1.0.tgz#af3224dfb7bfa6ef904a537506df94ac0b28be57"
integrity sha512-VKNgainSGyvIRbCREecbGf448UrqPRKU4ZiMUx7wZh4K0xunhGdOsVxR5Jvmd7zW+snFRP8u5X2tLlPpb2x/+Q==
dependencies:
"@babel/runtime" "^7.1.2"
"@segment/react-tiny-virtual-list" "^2.2.1"
"@types/react" "^16.9.5"
"@types/react-transition-group" "^4.4.0"
arrify "^1.0.1"
downshift "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evergreen-ui",
"version": "7.0.1",
"version": "7.1.0",
"description": "🌲 React UI Kit by Segment 🌲",
"contributors": [
"Jeroen Ransijn (https://jssr.design/)",
Expand Down

0 comments on commit 861ffde

Please sign in to comment.