Skip to content

Commit f616b01

Browse files
committed
Install missing dependency
1 parent 61b1495 commit f616b01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/style-guide/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"dependencies": {
2020
"@theme-ui/presets": "^0.4.0-alpha.1",
2121
"color": "^3.1.2",
22+
"@types/color": "3.0.1",
2223
"lodash.get": "^4.4.2"
2324
},
2425
"publishConfig": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3933,7 +3933,7 @@
39333933
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
39343934
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
39353935

3936-
"@types/color@^3.0.1":
3936+
39373937
version "3.0.1"
39383938
resolved "https://registry.yarnpkg.com/@types/color/-/color-3.0.1.tgz#2900490ed04da8116c5058cd5dba3572d5a25071"
39393939
integrity sha512-oeUWVaAwI+xINDUx+3F2vJkl/vVB03VChFF/Gl3iQCdbcakjuoJyMOba+3BXRtnBhxZ7uBYqQBi9EpLnvSoztA==

0 commit comments

Comments
 (0)